This python module allows retrieving data from pypi.org.
Project description
jk_pypi
Introduction
This python module allows retrieving data from pypi.org. Please note that currently it has very limited capabilities.
Information about this module can be found here:
How to use this module
Import this module
Please include this module into your application using the following code:
import jk_pypi
Retrieve the version of a module
v = pypi.getModuleVersion("jk-pypi")
print(v)
Contact Information
This is Open Source code. That not only gives you the possibility of freely using this code it also allows you to contribute. Feel free to contact the author(s) of this software listed below, either for comments, collaboration requests, suggestions for improvement or reporting bugs:
- Jürgen Knauth: jknauth@uni-goettingen.de, pubsrc@binary-overflow.de
License
This software is provided under the following license:
- Apache Software License 2.0
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.