A simple client to fetch the few things PyPI does not expose via API
Project description
pypi-examiner
PyPI Examiner scrapes PyPI for a few things the JSON API doesn't provide. Currently, this supports:
- Finding the current maintainer's usernames for any package
This package should not be considered especially stable at this time, and may cease to function or may be heavily revised without notice.
Usage
pypi = examiner()
result = pypi.who_maintains("unishox2_py3")
# result is: ["tweedge"]
If the package does not exist or another error has arose, then the result is [""]
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
pypi-examiner-0.3.1.tar.gz
(6.5 kB
view hashes)
Built Distribution
Close
Hashes for pypi_examiner-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a079c49521f0cf2a3b5b1fb9e2633f11352737831aafadddb5045980adac3f7c |
|
MD5 | 8ef751187938548ebe047d86a538e5ca |
|
BLAKE2b-256 | 0631639ed12ef3b9cbd8e1167eecab7f575c2ceb986bfb135ef3993b8f84668b |