/leak

Show info about releases of packages on PyPi

Primary LanguagePythonMIT LicenseMIT

leak

https://travis-ci.org/bmwant/leak.svg?branch=master

Show info about releases of packages on PyPi.

GitHub page here.

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 specified. 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/bmwant/leak.git
python setup.py install

Testing

Just invoke one of the possible commands, all of them use pytest.

python setup.py test

or

pytest

or

make test

or to test on all possible environments

tox

Contribution

Create virtual environment and install all the necessary dependencies:

pip install -e .[dev]

Then launch tests as described above and create a PR.

Licence

Distributed under MIT License