Metadata-Version: 1.1
Name: leak
Version: 1.0.3
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
        ====
        
        .. image:: https://img.shields.io/pypi/v/leak.svg
            :target: https://pypi.python.org/pypi/leak
        
        .. image:: https://img.shields.io/pypi/dm/leak.svg
            :target: https://pypi.python.org/pypi/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
        
        .. code:: bash
        
            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
        
        .. code:: bash
        
            pip install leak
        
        or directly from github
        
        .. code:: bash
        
            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
