pypi-examiner
PyPI Examiner scrapes PyPI for a few things the JSON API doesn't provide. Currently, this supports:
- Finding the current maintainers' usernames for any package
- Finding all packages that a given user maintains
This package should not be considered especially stable at this time, and may cease to function or may be heavily revised without notice.
Please be responsible when scraping PyPI, as PyPI maintainers have been forced to block bots and bot-like behavior starting Dec 4th-6th 2024, due to millions of uncached requests being made in a short timeframe which took PyPI down. All requests made by this package now include a 5-second wait - both to ensure politeness, and to ensure Fastly lets our browser through (Chromium, via requests-html, which includes pyppeteer).
Usage
from pypi_examiner import examiner
pypi = examiner()
who = pypi.who_maintains("unishox2_py3")
# who is: ["tweedge"]
maint = pypi.maintained_by("tweedge")
# maint is: ["unishox2-py3", "pypi-examiner", "dns-mollusc"]
If the package does not exist, the maintainer owns no packages, or another error has arose: expect the result to be []
Support
This package is built/tested for Ubuntu, per CI.
Release files for pypi-examiner 0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pypi-examiner-0.6.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pypi_examiner-0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.9 kB
Release files / pypi-examiner-0.6.tar.gz
| Download URL | pypi-examiner-0.6.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a382f8c385285339e90b99b1319ffe00e00ed38e3e78991e8200d763f1bbd8af
|
|
BLAKE2b-256 checksum How to use checksums |
ab950c80a2b1f5fd394f45308cbd1be106c7dbffa5522cafbf86bc1490b3f09a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.10.16
|
Release files / pypi_examiner-0.6-py3-none-any.whl
| Download URL | pypi_examiner-0.6-py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
12b6cdc93e80465fd2aacf567158df12816c85fc547b962c1016efa474186767
|
|
BLAKE2b-256 checksum How to use checksums |
942f2d311e44c89686789378758c5fc307f85540724c7723bb165eca542ae591
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.10.16
|