https://github.com/surajkareppagol/aurpy
👨🔧 AUR Helper Written In Python.
https://github.com/surajkareppagol/aurpy
archlinux aur-packages aurhelper
Last synced: 8 months ago
JSON representation
👨🔧 AUR Helper Written In Python.
- Host: GitHub
- URL: https://github.com/surajkareppagol/aurpy
- Owner: surajkareppagol
- License: mit
- Created: 2023-09-05T03:23:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T03:48:23.000Z (over 1 year ago)
- Last Synced: 2024-06-17T04:50:33.837Z (over 1 year ago)
- Topics: archlinux, aur-packages, aurhelper
- Language: Python
- Homepage:
- Size: 3.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AURPy
`AURPy` is a AUR helper 👨🔧 written in python.

## Why one more AUR helper ?
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).
## How to use it ?
Here `Poetry` is used for dependency management and packaging in Python, install it by visiting [here](https://python-poetry.org/docs/#:~:text=Poetry%20is%20a%20tool%20for,build%20your%20project%20for%20distribution.).
Next clone this repository,
```bash
git clone https://github.com/surajkareppagol/AURPy
cd AURPy
``````bash
poetry init
``````bash
poetry install
```Once all the dependecies are installed,
```bash
poetry run python src/main.py [Package]
```> **Warning**: This is a hobby project, something might go wrong.