Metadata-Version: 1.1
Name: pyi
Version: 0.1.0
Summary: UNKNOWN
Home-page: http://github.com/grokzen/pyi
Author: Johan Andersson
Author-email: Grokzen@gmail.com
License: MIT
Description: # pyi - PYthon Information
        
        A simple cli that scrapes pypi json endpoints for package data.
        
        It can be used to easily get basic stats on a package without the need to go to pypi to look it up.
        
        
        
        ## Installation
        
        Latest stable release from pypi.
        
        Note: currently only python 2.7 is supported!
        
        ```
        $ pip install pyi
        ```
        
        or from source
        
        ```
        $ python setup.py install
        ```
        
        
        ## Runtime dependencies
        
         - docopt 0.6.2
         - PyYaml 3.11
        
        
        ## Usage
        
        ```
        $ pyi basic requests
        
        $ pyi description requests
        
        $ pyi downloads requests
        
        $ pyi releases requests
        
        $ pyi release 2.5.0 requests
        
        $ pyi raw requests
        ```
        
        
        # Licensing
        
        MIT, See License.txt for details
        
        Copyright (c) 2015 Johan Andersson
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
