mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-30 07:21:12 -05:00
- Support multiple package versions (in different sections) - Add --exact option, with glob searching used by default - Update README to reflect this
504 B
504 B
Fetches package information from the repositories of Debian, Arch Linux, Linux Mint, and Ubuntu.
This plugin uses the following APIs:
- For Debian and Ubuntu, Debian's madison.php (used for 'vlist' command)
- For Arch Linux and its AUR, AurJson and the Arch Linux Repository Web Interface
Everything else is parsed as HTML using the Beautiful Soup 4 library.