Metadata-Version: 2.1
Name: aur-deploy
Version: 0.8.0
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: interutils
Requires: requests
Requires: bs4
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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

- Via AUR helper install package: `python-aur-deploy`

- Via PyPI:

    $ sudo pip install aur-deploy

## Usage

Run in a directory with 


