A wrapper for PyPI's API and RSS feed
Project description
letsbuilda-pypi
A wrapper for PyPI's API and RSS feeds.
Usage
Sync client
from requests import Session
from letsbuilda.pypi import PyPIServices
http_session = Session()
pypi_client = PyPIServices(http_session)
package_metadata = pypi_client.get_package_metadata("letsbuilda-pypi")
Async client
from aiohttp import ClientSession
from letsbuilda.pypi.clients.async_client import PyPIServices
http_session = aiohttp.ClientSession()
pypi_client = PyPIServices(http_session)
package_metadata = await pypi_client.get_package_metadata("letsbuilda-pypi")
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
Built Distribution
Close
Hashes for letsbuilda_pypi-5.0.0b3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9459ce8aeccf5c4676c7ba1629ada62e0e2f22f8dd7b7b1efa34bf6d501114f7 |
|
MD5 | 556c5120da01cdda35fc568fe96fc4e0 |
|
BLAKE2b-256 | 88ee0ac827ec9ce51158b7c0890efa66bffe8bf6b8b44bd338a1a31a331ef51d |