Metadata-Version: 2.1
Name: manven
Version: 0.0.0
Summary: Small CLI for managing virtual python environments
Home-page: https://gitlab.com/AckslD/venv-manager
Author: Axel Dahlberg
Author-email: axel.dahlberg12@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.6
Description-Content-Type: text/markdown

manven (0.0.1)
=====================================================

Welcome to manven's README.

To install the package do:
```bash
make install
```

To verify the installation do:
```
make verify
```


