Compare installed Python package versions with PyPI
Project description
Compare installed Python package versions with PyPI. Display the current version, latest version and age for each installed package.
Example output:
Package Current Version Latest Version Behind Age --------- ----------------- ---------------- --------------------------------- ------------------------------- certifi 2020.12.5 2020.12.5 latest ~ 53 days (2020-12-05) chardet 3.0.4 4.0.0 -1 version (~ 3 years 186 days) ~ 3 years 235 days (2017-06-08) idna 2.5 3.1 -7 versions (~ 3 years 304 days) ~ 3 years 328 days (2017-03-07) requests 2.17.3 2.25.1 -15 versions (~ 3 years 201 days) ~ 3 years 244 days (2017-05-29) urllib3 1.21.1 1.26.3 -22 versions (~ 3 years 270 days) ~ 3 years 272 days (2017-05-02)
Installation
To install reqcheck, simply use pip:
$ pip install reqcheck
Usage
You can check requirements directly using stdin:
$ pip freeze | reqcheck
You can check requirements in a virtualenv:
$ reqcheck -v /path/to/venv
You can check requirements on the command line:
$ reqcheck requests==2.10.0 mock==2.0.0
Display usage help:
$ reqcheck --help
Contributing
Check the pull requests to ensure that your feature hasn’t been requested already
Fork the repository and make your changes in a separate branch
Add unit tests for your changes
Submit a pull request
Contact the maintainer
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reqcheck-0.1.8.tar.gz
(8.9 kB
view hashes)
Built Distribution
Close
Hashes for reqcheck-0.1.8-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90b418ee35c8a57921e5465fdd5362eda5ece4ccff435746eab36fcee0023d86 |
|
MD5 | 9b21a041e5314332ebc8f7d5148e704f |
|
BLAKE2b-256 | 2fe36b0f4ad4dd742e9f45affc604a3b716e30527725aee7fb930947e7ab0a50 |