Discover and report Python virtual environments on your system
Project description
envoic
envoic is a fast, opinionated CLI that discovers Python virtual environments and reports them in a clean, information-dense terminal layout.
Quick Start
No install needed:
uvx envoic scan ~/projects
Or install permanently:
uv tool install envoic
# or
pipx install envoic
Commands
envoic scan [PATH]
envoic list [PATH]
envoic info <ENV_PATH>
envoic version
scan
envoic scan . --depth 5
envoic scan ~/projects --deep
envoic scan . --json
envoic scan . --include-dotenv
envoic scan . --rich
Options:
--depth,-d: max scan depth (default:5)--deep: compute size and package metadata--json: output JSON--stale-days: stale threshold in days (default:90)--include-dotenv: include plain.envdirectories--rich: optional rich-rendered output
list
Compact table-only output:
envoic list .
info
Detailed report for one environment:
envoic info .venv
Development
uv sync --group dev
uv run pytest
uvx --from . envoic scan .
License
BSD-3-Clause
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.3.tar.gz.
File metadata
- Download URL: envoic-0.0.3.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b1e46333052b5f1cccf835ea7b8e2fdd3d513271c97f92316f2387b5e03725b
|
|
| MD5 |
c5b58574372a566e6dbcffa3ddc6f904
|
|
| BLAKE2b-256 |
5a6a12913a21941b5b7e1d1eb2a167479b8f4c9e2c810e9ec9f7c5a4e6871dc6
|
File details
Details for the file envoic-0.0.3-py3-none-any.whl.
File metadata
- Download URL: envoic-0.0.3-py3-none-any.whl
- Upload date:
- Size: 11.6 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 |
50c99248bb77f24bd018e882e0688467a897c4942ef9b8e5fc3f907e995b432f
|
|
| MD5 |
7f736029a55bf25c7ea2a098436a420c
|
|
| BLAKE2b-256 |
f24da00dd0d8a220aa539711e2b87625d8be16c92dec78b596e262019e0937d6
|