Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

venv-clean

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

venv-clean

Finds python virtual environments in your machine. Displays disk usage and other data, and allows you to delete them.

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

venv-clean

Tool that finds python virtual environments in your machine, displaying interesting data, such as disk usage and packages installed. It gives the user the chance to delete one or more virtual environments to free disk space.

Usage

.. image:: demos/cli-demo.gif

The package can be used directly on your terminal. The only argument it receives (for now) is the path where you want to look for virtual environments.

.. code-block:: sh

$ venv-clean -h
usage: venv_clean [-h] [-p PATH]

Python Virtual Environment finder & manager

optional arguments:
  -h, --help            show this help message and exit
  -p PATH, --path PATH  path where to look for virtual environments

Through a TUI, the user will be displayed with the data.

Installation

Latest release through PyPI:

.. code-block:: sh

$ pip install venv_clean

Development version:

.. code-block:: sh

$ git clone git@github.com:jcapona/venv-clean.git
$ cd pi-gpio-api
$ pip install -e .

Contribute

Feel free to open issues, report bugs or open pull requests.

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc