https://github.com/codeswhite/aur-deploy
Automate publishing Python packages to AUR
https://github.com/codeswhite/aur-deploy
arch aur build build-automation deploy deployment-automation python
Last synced: 16 days ago
JSON representation
Automate publishing Python packages to AUR
- Host: GitHub
- URL: https://github.com/codeswhite/aur-deploy
- Owner: codeswhite
- License: mit
- Created: 2020-07-11T10:28:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:11:38.000Z (over 3 years ago)
- Last Synced: 2026-04-20T04:11:25.471Z (about 1 month ago)
- Topics: arch, aur, build, build-automation, deploy, deployment-automation, python
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AUR Deploy
A script that allows to easily and effectively build and publish your python packages up to PyPI and AUR
## Features
- Compare between local and deployed versions
- Updating AUR PKGBUILD on setup.py package's version change
- Uploading to PyPI and AUR repositories
- Customizable and configureable
## Installation
- From AUR install system package: `python-aur-deploy`
- From PyPI:
`$ pip install aur-deploy`
## Usage
Run like:
`$ aur-deploy --help`