Skip to main content

Arch User Repository API interface.

Project description

Build status Coverage Code quality Dependencies

aur is a Python library that makes it easy to access and parse data from the Arch User Repository API.

>>> import aur
>>> list(aur.search("yturl"))
[<Package: 'yturl-git'>, <Package: 'yturl'>]
>>> package = aur.info("cower")
>>> package.description
'A simple AUR agent with a pretentious name'

Installation

$ pip install aur

Installing dependencies

If you install by pip, these will be installed automatically, but otherwise:

$ pip install -r requirements.txt

Testing

$ pip install -r tests/requirements.txt
$ nosetests

License

aur is ISC licensed. See the LICENSE file for full details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aur-0.9.2.tar.gz (6.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page