File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
33A powerful CLI tool for managing Python virtual environments with ease.
44
5+ ![ example_cli] ( https://github.com/jacopobonomi/venv_manager/blob/main/terminal_example.gif )
6+
57## Features ✨
68
79- Create and manage environments
@@ -12,6 +14,15 @@ A powerful CLI tool for managing Python virtual environments with ease.
1214- Clean cache and temporary files
1315- Smart environment activation
1416
17+ | Feature | venv-manager | virtualenv | pyenv-virtualenv | Poetry | Pipenv |
18+ | ---------| -------------| ------------| -----------------| --------| --------|
19+ | ** Create and manage environments** | ✅ | ✅ | ✅ | ✅ | ✅ |
20+ | ** List all environments** | ✅ | ❌ | ❌ | ❌ | ❌ |
21+ | ** Install packages and track dependencies** | ✅ | ❌ | ❌ | ✅ | ✅ |
22+ | ** Clone environments** | ✅ | ❌ | ❌ | ✅ | ❌ |
23+ | ** Upgrade packages globally or per environment** | ✅ | ❌ | ❌ | ✅ | ✅ |
24+ | ** Clean cache and temporary files** | ✅ | ❌ | ❌ | ✅ | ❌ |
25+
1526## One command install 🚀
1627``` bash
1728curl -sSL https://raw.githubusercontent.com/jacopobonomi/venv_manager/main/install.sh | bash
@@ -84,4 +95,4 @@ MIT License - See LICENSE file
8495
8596## Author ✍️
8697
87- [ Jacopo Bonomi] ( https://github.com/jacopobonomi )
98+ [ Jacopo Bonomi] ( https://github.com/jacopobonomi )
You can’t perform that action at this time.
0 commit comments