An open API service indexing awesome lists of open source software.

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

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`