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.
Use Immediately
Run without installing:
uvx envoic scan .
NOTE: JavaScript version is available as
npx envoic scan .- see JavaScript
Install:
uv tool install envoic
# or
pipx install envoic
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.10.tar.gz.
File metadata
- Download URL: envoic-0.0.10.tar.gz
- Upload date:
- Size: 43.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e63e971050f5b87dbe61f49813316a29f43ab081a0ade99d1f12c1e479c60e9
|
|
| MD5 |
c2898ab4ee25ff35310b8f34cc5259cb
|
|
| BLAKE2b-256 |
ff153ddc928702953ec20beff339572bbeae19c50cf584ae92e28ee3fbd5b8a8
|
File details
Details for the file envoic-0.0.10-py3-none-any.whl.
File metadata
- Download URL: envoic-0.0.10-py3-none-any.whl
- Upload date:
- Size: 20.9 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 |
2aa25b17d8a6f9a1f83b6ef0cca058899172dab27dc045639509b6d9ee873da7
|
|
| MD5 |
f3a13b9ded267a91cdb44428af990b06
|
|
| BLAKE2b-256 |
a83fc8eee601a3334cfbec44e2d2f75dd55e434d6fca86a8754aad0e2a7ca01e
|