Skip to main content

Retrieve package info from Arch User Repository (AUR).

Project description

AUR-INFO

Helper program to show package info for a package from Arch User Repository.

Installation

```pip install aur-info```

Usage

While inside the interpreter or writing a script:

    import aur_info as ai
    pkginfo = ai.get_info('package')

... which returns a result of the form:

pkginfo = {'name': 'Package',
 'maintainer': 'goofy',
 'last_packager': 'goofy',
 'votes': 1,
 'popularity': 0.000000,
 'created': '2016-01-07 07:50',
 'description': 'Package Description.',
 'git_url': 'https://aur.archlinux.org/packagerepo.git',
 'updated': '2020-01-05 11:33',
 'version': '3.1.1-3',
 'submitted': '2016-01-07 07:50'}

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_info-0.2.4.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

aur_info-0.2.4-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

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