Metadata-Version: 1.1
Name: leak
Version: 1.0.1
Summary: Show available releases for package
Home-page: http://bmwlog.pp.ua
Author: Misha Behersky
Author-email: bmwant@gmail.com
License: MIT License
Description: # leak
        [![PyPi version](https://pypip.in/v/pawk/badge.png)](https://crate.io/packages/leak/)
        [![PyPi downloads](https://pypip.in/d/pawk/badge.png)](https://crate.io/packages/leak/)
        Show info about releases of packages on PyPi.
        
        If you need to install specific version of package it is useful to know
        all available versions to have a choice.
        
        Just run `leak <package_name>` and you will see all releases and some
        useful statistic about package provided. It will show most recent version,
        most popular (with highest number of downloads) and some additional
        information.
        
        ## How to install
        Install using pip `pip install leak` or directly from github
        ```
        git clone git://github.com/bmwant21/leak.git
        python setup.py install
        ```
        
        ## Testing
        Oh, doh
        
        ## Licence
        Distributed under [MIT License](https://tldrlegal.com/license/mit-license)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Utilities
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
