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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file aur_info-0.2.4.tar.gz
.
File metadata
- Download URL: aur_info-0.2.4.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.5.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36c63c97ae70968dbebff8d591a0bf4a08c8bbca3fe67a5cf0fbc8629d116950 |
|
MD5 | 717474c760a8d45899b99c4d408479a5 |
|
BLAKE2b-256 | 76cbffea6a95a8f13d127dadafff63e9d7ecb349657e4d313fdb9eff49fba591 |
File details
Details for the file aur_info-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: aur_info-0.2.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.5.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ee13dd6515494d5bbd8f2dbba4e1c4b836c971fb393bdf7902d5f3a97eb6e72 |
|
MD5 | 1bf4727f728d6c032419f21cf62d1668 |
|
BLAKE2b-256 | 705d7cd2dcd316b9e868f1551302b7f291a4fff8a6f66fb6450bb9322c5f1c32 |