Skip to main content

Python library for checking if any modules are missing in your project's requirements.txt file

Project description

pyReqCheck

Python library for checking if any modules are missing in your project's requirements.txt file

Install

pip install pyReqCheck

Run

python -m pyReqCheck

Success

::success:: All packages are used in requirements.txt

warning

::warning:: Package in requirements.txt file not used in any modules: []

Failure

::error:: One or more packages are imported but not found in requirements.txt: [comma seperated list of missing modules]

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

pyReqCheck-0.7.tar.gz (23.6 kB view hashes)

Uploaded Source

Built Distribution

pyReqCheck-0.7-py3-none-any.whl (23.7 kB view hashes)

Uploaded 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