Metadata-Version: 2.1
Name: dekvenv
Version: 0.1.2
Author-Email: sanzenwin <sanzenwin@gmail.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: virtualenv<21.0.0
Requires-Dist: typer<=0.9.0
Requires-Dist: build<=0.10.0
Requires-Dist: twine<=4.0.2
Requires-Dist: toml<=0.10.2
Requires-Dist: packaging<24.0
Description-Content-Type: text/markdown

manage venv

```shell
dekvenv create --name=.venv
dekvenv active .venv

dekvenv script add --pkg pip
dekvenv script remove --name pip
```
