Metadata-Version: 1.1
Name: pipita
Version: 0.4.0
Summary: An API wrapper for PyPI
Home-page: https://github.com/walidsa3d/pipita
Author: Walid Saad
Author-email: walid.sa3d@gmail.com
License: MIT
Description: pipita
        ======
        
        |Build| |downloads| |license| |version| |PEP8|
        
        An API wrapper for PyPI
        
        Install (automatic)
        -------------------
        
        ::
        
            $ pip install pipita
        
        Install (manual)
        ----------------
        
        ::
        
            $ git clone 
            $ cd pipita
            $ python setup.py install
        
        Usage
        -----
        
        ::
        
        Demo
        ~~~~
        
        License
        -------
        
        .. |Build| image:: https://travis-ci.org/walidsa3d/pipita.svg?branch=master
        .. |downloads| image:: https://img.shields.io/pypi/dm/pipita.svg
        .. |license| image:: https://img.shields.io/pypi/l/pipita.svg
        .. |version| image:: https://img.shields.io/pypi/v/pipita.svg
        .. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg
           :target: https://www.python.org/dev/peps/pep-0008/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
