Metadata-Version: 2.1
Name: python-easyvenv
Version: 1.5.2
Summary: Make your work with venv easier
Home-page: https://www.youtube.com/watch?v=dQw4w9WgXcQ
Author: afguy
Author-email: alwaysfrownguy@gmail.com
Project-URL: Documentation, https://www.youtube.com/watch?v=dQw4w9WgXcQ
Keywords: python venv
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# python-easyvenv #

## Simplify Your Python Virtual Environments ##

`python-easyvenv` is an intuitive Python library that automates virtual environment management, making it effortless to create, configure, and maintain isolated Python environments with a single command.

## Key Features ##

-  One-command virtual environment setup
-  Automatic dependency detection
-  Seamless environment switching
-  Built-in requirements.txt management
- ️ Cross-platform compatibility (Windows/macOS/Linux)

## Installation ##

Install via pip:

```bash
pip install python-easyvenv
