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

manage venv

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

dekvenv script add pip
dekvenv script remove pip
```
