Metadata-Version: 2.4
Name: lenv-manager
Version: 0.1.0
Summary: Project-scoped Linux environments for Windows developers
Author-email: Pranav Digraskar <digraskarpranav@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/pranavpd24/lenv
Project-URL: Documentation, https://github.com/yourusername/lenv/blob/main/README.md
Project-URL: Repository, https://github.com/pranavpd24/lenv
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# LENV - Linux Environments for Developers

Project-scoped Linux environments with venv-like UX for Windows developers.

## Installation
```bash
pip install lenv
```

## Quick Start
```bash
cd your-project
lenv init
lenv activate
pip install airllm  # Linux pip!
python train.py     # Linux Python!
exit
```

## Why LENV?

- 🚀 **venv-like UX** for Linux environments
- 🐧 Run Linux packages on Windows seamlessly
- 📦 Per-project isolation
- ⚡ Built on WSL2 (lightweight, fast)

## Requirements

- Windows 10/11
- WSL2 installed
