Metadata-Version: 2.1
Name: vexl
Version: 0.0.1
Summary: A simple virtual environment manager.
Home-page: https://github.com/PrathamP28/vexl
Author: Pratham
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# vexl

A simple Python package to create virtual environments and install packages.

## Installation
```bash
pip install vexl


