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.
Install using pip
pip install leak
or directly from github
git clone git://github.com/bmwant/leak.git
python setup.py install
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
Create virtual environment and install all the necessary dependencies:
pip install -e .[dev]
Then launch tests as described above and create a PR.
Distributed under MIT License