Skip to main content

pypi XML-RPC

Project description

Install

$ [sudo] pip install pypi-xmlrpc

Examples

list_packages - get all pypi packages

>>> pypixmlrpc.list_packages()
[...]

user_packages(user) [(role,name),...]

>>> packages = pypi_xmlrpc.user_packages("kennethreitz") # user packages
>>> for role, name in packages:

package_releases(name)

>>> pypi_xmlrpc.package_releases("requests")
['x.y.z',..., '0.0.1']

package_roles(name) [(role,name),...]

>>> pypi_xmlrpc.package_roles("requests")
[('role','username'),...]

release_data(name,version)

>>> pypi_xmlrpc.release_data("requests","x.y.z")
{'name': 'requests',...}

release_urls(name,version)

>>> pypi_xmlrpc.release_urls("requests","x.y.z")
[...]

Links

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-xmlrpc-1.0.0.tar.gz (1.5 kB view details)

Uploaded Source

Built Distribution

pypi_xmlrpc-1.0.0-py2.py3-none-any.whl (2.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pypi-xmlrpc-1.0.0.tar.gz.

File metadata

  • Download URL: pypi-xmlrpc-1.0.0.tar.gz
  • Upload date:
  • Size: 1.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pypi-xmlrpc-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f8cb0e3ab1e533566dc769e5db0f578c37a9326297cb8ca545966e6fc2116e8c
MD5 e5669b4ea999824259ed390b69e65852
BLAKE2b-256 fc2c18148fce9c4fc15adf1e0dfc7753b347282cb182735c09e2feca2f1c45d3

See more details on using hashes here.

File details

Details for the file pypi_xmlrpc-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pypi_xmlrpc-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 71ca6c97a68f84c399ed86cd93e980346079c6d3babf3940890935d7c7de721d
MD5 b952c6b591f142939381b32bfcb13f01
BLAKE2b-256 c9dfec294a8694e4b2d7fdb7e960d2fe26140aee1efd280c996ca6502399c022

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page