Skip to main content

Compare installed Python package versions with PyPI

Project description

Latest Version https://travis-ci.org/jaleskovec/reqcheck.svg?branch=master https://coveralls.io/repos/github/jaleskovec/reqcheck/badge.svg

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

  1. Check the pull requests to ensure that your feature hasn’t been requested already

  2. Fork the repository and make your changes in a separate branch

  3. Add unit tests for your changes

  4. Submit a pull request

  5. 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.6.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

reqcheck-0.1.6-py2.py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page