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 Age ------------- ----------------- ---------------- ------------------------------- BeautifulSoup 3.2.0 3.2.1 -1 version (~ 1 year 86 days) funcsigs 1.0.2 1.0.2 latest mock 2.0.0 2.0.0 latest pbr 1.10.0 1.10.0 latest requests 2.9.1 2.11.1 -4 versions (~ 240 days) six 1.10.0 1.10.0 latest wheel 0.24.0 0.30.0a0 -6 versions (~ 2 years 71 days)
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.7.tar.gz
(8.3 kB
view hashes)
Built Distribution
Close
Hashes for reqcheck-0.1.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13e3164d2c6466d8bfb8eb1793344c89f6c5d17e5ee045cd234e3c3fd36a1a6c |
|
MD5 | 7494fe1590e3175e4a7eb823b14c162e |
|
BLAKE2b-256 | e2d05f6eaded8dc57909d502605fa8097a906203a0d53f2843311c82876f7eff |