Show release information about packages on PyPI
Project description
leak
Show info about package releases 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>
# e.g.
leak pyramid
# show all available releases
leak django --all
and you will see 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 to make sure the proper interpreter is used
python -m pip install leak
or upgrade existing version
pip install --upgrade leak
# or with pip invoked as a module
python -m pip install --upgrade leak
leak --version
Obtaining downloads data
It is possible to get downloads statistics for the target package by using third-party pepy.tech provider. Create your own API key(note that free one is a subject to some limitations) and configure it like shown below
# for the current shell session through the environment
export LEAK_API_KEY=<your_api_key>
# or store it within a configuration file
leak --set api-key=<your_api_key>
In case you are not interested in this data, and want to hide the warning displayed, run
leak --set show-downloads=false
# to enable it back once you have an api key
leak --set show-downloads=true
Contribution
See DEVELOP.md to setup your local development environment and create pull request to this repository once new feature is ready.
Releases
See CHANGELOG.md for the new features included within each release.
License
Distributed under MIT License.
Acknowledgement
🍋 podmena for providing nice emoji icons to commit messages.
🐍 PePy for providing statistics about downloads.
🇺🇦 🇺🇦 🇺🇦 We would also thank the Armed Forces of Ukraine for providing security to perform this work. This work has become possible only because of resilience and courage of the Ukrainian Army.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file leak-2.2.2.tar.gz.
File metadata
- Download URL: leak-2.2.2.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.2 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49ee326e9183577663305c252226d489e674d15a36cd61e03db5ad704f777d72
|
|
| MD5 |
448c5c0ef52ed7df65905aeeaf58209e
|
|
| BLAKE2b-256 |
6013c0d736fc0cd67185358edcf4daaa9d110a7c08b9a9fa570722e1e8d09cf1
|
File details
Details for the file leak-2.2.2-py3-none-any.whl.
File metadata
- Download URL: leak-2.2.2-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.2 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0ae16a9c16dee645aff78980c22fb4b01d33ccb061360b42252a3a1b648da2c
|
|
| MD5 |
20861c2dc4fa79b758c302f52595868f
|
|
| BLAKE2b-256 |
f90c693c3c7af68d82f7581fc0bbf2d7ba5370383c6aa3ea0cd22c8dd671aab0
|