AURPy
is a AUR helper π¨βπ§ written in python.
It is just a hobby project, i came across Aurweb RPC Interface
and wanted to use it, and see if i could create one (AUR Helper).
Here Poetry
is used for dependency management and packaging in Python, install it by visiting here.
Next clone this repository,
git clone https://github.com/surajkareppagol/AURPy
cd AURPy
poetry init
poetry install
Once all the dependecies are installed,
poetry run python src/main.py [Package]
Warning: This is a hobby project, something might go wrong.