Discover and report Python virtual environments on your system
Project description
Discover Python virtual environments and Python disk artifacts in a compact terminal layout.
[!WARNING]
envoicis still experimental and therefore subject to major changes across releases. Breaking changes may occur untilv1.0.0.
Installation
$ uv tool install envoic
# or
$ pipx install envoic
Run without installing:
$ uvx envoic scan .
Sample Outputs
1. Scan
Scan the current directory for Python virtual environments and artifact directories/files
(__pycache__, .mypy_cache, .tox, dist/, build/, and more).
Use --depth to control recursion and --deep to include size metadata.
2. List
List discovered Python virtual environments in a compact table.
3. Info
Get the information about the Python virtual environment in the current directory.
4. Manage
Interactively select environments and delete the selected ones with confirmation.
5. Clean
Delete stale environments in batch mode (supports --dry-run and confirmation).
Usage
$ envoic scan [PATH]
$ envoic scan ~/projects --deep
$ envoic scan ~/projects --no-artifacts
$ envoic list [PATH]
$ envoic manage [PATH]
$ envoic clean [PATH]
$ envoic info <ENV_PATH>
$ envoic version
Read more at Documentation
Local Development
$ uv sync --group dev
$ uv run pytest
$ uv run python -m envoic.cli scan . --deep --path-mode name
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file envoic-0.0.7.tar.gz.
File metadata
- Download URL: envoic-0.0.7.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5d6733113bd296b3ad636fda421e231ec7abab4b3780b8de3dfa7ca8e35e11c
|
|
| MD5 |
07d64ded7877994ba3cc78bff1a885c8
|
|
| BLAKE2b-256 |
bbf12d9df305391677a3e866fd3df7fb5ccf9366b6f8fa119d6a4e52681eaa1d
|
File details
Details for the file envoic-0.0.7-py3-none-any.whl.
File metadata
- Download URL: envoic-0.0.7-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3b864f5f5124cc399e9a108bac9768cf02e0d62d318b341474c56475b247693
|
|
| MD5 |
4256571cd2a0834d21d67753a35a708e
|
|
| BLAKE2b-256 |
8862e18e67f7751101eb951ff87d5d3dd347fbaf8c205340015b138f17ee1053
|