Metadata-Version: 2.1
Name: manven
Version: 0.1.2
Summary: Small CLI for managing virtual python environments
Home-page: https://github.com/AckslD/manven
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
Requires-Dist: virtualenv (<17.0.0,>=16.0.0)
Requires-Dist: click (<8.0,>=7.0)

# manven (0.1.2)

Welcome to manven's README.

`manven` is a small CLI wrapping the functionality of `virtualenv` to make **man**aging **v**irtual **env**ironments easier.
Functionalities include creating, activating, removing and listing virtual environments, together with simply ways to quickly create and prune temporary environments.
Follow the documentation below for how to install and how to get started.

Happy venv-ing!

## Installation

See [installation](https://acksld.github.io/manven/installation.html).

## Getting started

See [getting started](https://acksld.github.io/manven/usage.html).


