mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-05 09:50:54 -05:00
- Rewrite package command using Beautiful Soup 4. - Add pkgsearch command to search Debian & Ubuntu's repositories. - Drop re (regex parsing) and HTMLParser - Instate Beautiful Soup 4 as optional dependency (plugin checks to see if it exists on load)
Fetches package information from the repositories of Debian, Arch Linux, and Ubuntu.
This plugin uses the following APIs:
- For Debian and Ubuntu, Debian's madison.php (for 'vlist')
- For Arch Linux and its AUR, AurJson and the Arch Linux Repository Web Interface