Analyzes the packages installed in a Python environment
Project description
Overview
envrpt analyzes the packages installed in a Python environment and produces a report of its findings. Currently, it:
Identifies and catalogs all packages installed in the environment.
Checks PyPI to determine if new versions of installed packages are available.
Checks for missing and incorrect dependencies amongst the installed packages.
Checks installed packages against Safety DB to identify those with known vulnerabilities.
Usage
When installed into the environment you wish to analyze (pip install envrpt), the envrpt command should become available:
$ envrpt --help usage: envrpt [-h] [-v] [--skip-outdated-check] [--skip-vulnerability-check] [-f {console,html,json,markdown}] [-o FILENAME] [-s] [-p] Analyzes the packages installed in a Python environment optional arguments: -h, --help show this help message and exit -v, --version show program's version number and exit --skip-outdated-check skips querying the package server for new versions of packages --skip-vulnerability-check skips checking installed packages for known vulnerabilities -f {console,html,json,markdown}, --format {console,html,json,markdown} the format to output the environment report in; if not specified, defaults to console -o FILENAME, --output FILENAME the filename to write the output to; if not specified, defaults to stdout -s, --summary-only only show a summary of the environment -p, --problems-only only show packages with problems
License
envrpt is released under the terms of the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file envrpt-0.1.0.tar.gz
.
File metadata
- Download URL: envrpt-0.1.0.tar.gz
- Upload date:
- Size: 32.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7ff0edfd3b78518d4a99854f120bbc63e431fe310491934f9f1e6dd18603df1 |
|
MD5 | 1922620f614169bc8587d5ae28eacbbf |
|
BLAKE2b-256 | 2762da4468d6f66e789d2b510dceb525c25a8c8eb36471d0ae888a3e59e4d833 |
File details
Details for the file envrpt-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: envrpt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 34.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b19f733647d475d92877996de6ccb97398da1526fbb44f1113d25aa059f6ded |
|
MD5 | b99b661590043f5452f7fc9848b527b4 |
|
BLAKE2b-256 | 016d5ac63d84f2ada1fe8b92075ccad6d4d1fb0121a49d1484360134571885f7 |