Metadata-Version: 1.1
Name: go-pypi
Version: 0.0.1
Summary: Go pypi
Home-page: https://github.com/TechOpsX/go-pypi
Author: Lu Aifei
Author-email: luaf2008@qq.com
License: UNKNOWN
Description: Go Pypi
        ======================================
        
        |Build Status| |Pypi Status| |Coveralls Status|
        
        Installation
        ------------
        
        From source code:
        
        ::
        
            python setup.py install
        
        From pypi:
        
        ::
        
            pip install go-pypi
        
        License
        -------
        
        This software is licensed under the `Apache License 2.0 <https://en.wikipedia.org/wiki/Apache_License>`_
        
        See `License file <https://github.com/TechOpsX/go-pypi/blob/master/LICENSE>`_
        
        .. |Build Status| image:: https://travis-ci.com/TechOpsX/go-pypi.svg?branch=master
           :target: https://travis-ci.com/TechOpsX/go-pypi
        .. |Pypi Status| image:: https://badge.fury.io/py/go-pypi.svg
           :target: https://badge.fury.io/py/go-pypi
        .. |Coveralls Status| image:: https://coveralls.io/repos/github/TechOpsX/go-pypi/badge.svg?branch=master
           :target: https://coveralls.io/github/TechOpsX/go-pypi?branch=master
        
        Changelog
        =========
        
        0.0.1
        -----
        
        - Initial public release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
