Metadata-Version: 2.1
Name: aur-deploy
Version: 0.8.5
Summary: Automate updating pkgbuild and deploying to AUR
Home-page: https://github.com/codeswhite/aur-deploy
Author: Max G
Author-email: max3227@gmail.com
License: UNKNOWN
Keywords: aur,archlinux,build,deploy,publish
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: interutils
Requires-Dist: requests
Requires-Dist: bs4

# AUR Deploy

## Automate publishing Python packages to AUR

## Features
- Updating PKGBUILD on package's version change
- Uploading to PyPI and AUR
- Customizable and configureable

## Installation

- From AUR install system package: `python-aur-deploy`

- From PyPI: 

    `$ pip install aur-deploy`


## Usage

Run like:

`$ aur-deploy --help`



