https://github.com/karshprime/aur_helper
python script to scrape installi info from aur.archlinux.org and use it to install the required package
https://github.com/karshprime/aur_helper
Last synced: about 1 year ago
JSON representation
python script to scrape installi info from aur.archlinux.org and use it to install the required package
- Host: GitHub
- URL: https://github.com/karshprime/aur_helper
- Owner: karshPrime
- License: gpl-3.0
- Created: 2022-03-20T17:37:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T17:37:28.000Z (over 4 years ago)
- Last Synced: 2023-09-12T12:56:36.508Z (almost 3 years ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AUR Helper
python script to search, download and install packages from the [AUR](https://aur.archlinux.org/).
### Libs used-
- Beautiful Soup
- Request
- OS