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
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.5.tar.gz
(8.1 kB
view hashes)
Built Distribution
Close
Hashes for reqcheck-0.1.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce55c9a19f58e9897feed9055f76a6c01efb884461b43ae77f47df195952219b |
|
MD5 | 726b6a3ab9cd5fe5b8dd0b8e69511d25 |
|
BLAKE2b-256 | 25743b0017daccb02998fa002d3a35d4d408460118f07aa3d94279d205dd105a |