Skip to main content

pypi XML-RPC

Project description

Installation

$ [sudo] pip install pypi-xmlrpc

Examples

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

readme42.com

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-2020.12.3.tar.gz (2.0 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: pypi-xmlrpc-2020.12.3.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for pypi-xmlrpc-2020.12.3.tar.gz
Algorithm Hash digest
SHA256 7698de8067942253ca5f90ec4bf7dc703b9ed203f154ca73f79eb5fbf036bd7a
MD5 43e77f6317083a78adc41605220b814f
BLAKE2b-256 569cc2cfab242869e4a046d0594c07284650ff7dec0aabee559b9ed428a4a632

See more details on using hashes here.

Supported by

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