Metadata-Version: 2.1
Name: jk_pypi
Version: 0.2019.9.12
Summary: This python module allows retrieving data from pypi.org.
Home-page: https://github.com/jkpubsrc/python-module-jk-pypi
Author: Jürgen Knauth
Author-email: pubsrc@binary-overflow.de
License: Apache 2.0
Download-URL: https://github.com/jkpubsrc/python-module-jk-pypi/tarball/0.2019.9.12
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:
        
        * [github.org](https://github.com/jkpubsrc/....)
        * [pypi.python.org](https://pypi.python.org/pypi/jk_pypi)
        
        How to use this module
        ----------------------
        
        ### Import this module
        
        Please include this module into your application using the following code:
        
        ```python
        import jk_pypi
        ```
        
        ### Retrieve the version of a module
        
        ```python
        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
        
        
        
        
Keywords: pypi
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
