
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
envrpt
.. image:: https://img.shields.io/pypi/v/envrpt.svg :target: https://pypi.org/project/envrpt .. image:: https://img.shields.io/pypi/l/envrpt.svg :target: https://pypi.org/project/envrpt .. image:: https://github.com/jayclassless/envrpt/workflows/Test/badge.svg :target: https://github.com/jayclassless/envrpt/actions
.. contents:: Contents
envrpt
analyzes the packages installed in a Python environment and produces
a report of its findings. Currently, it:
PyPI <https://pypi.org>
_ to determine if new versions of installed
packages are available.Safety DB <https://github.com/pyupio/safety-db>
_ to identify those with known
vulnerabilities.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
envrpt
is released under the terms of the MIT License
_.
.. _MIT License: https://opensource.org/licenses/MIT
FAQs
Analyzes the packages installed in a Python environment
We found that envrpt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.