Metadata-Version: 2.4
Name: localpython
Version: 0.1.0
Summary: Run Python scripts using the local virtual environment without activating it
Author-email: Yali Achitov <yaliachitov26@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# localpython

`localpython` is a simple CLI tool that runs Python scripts using the local project's virtual environment without requiring manual activation.

## Features

- 🧠 Automatically finds `.venv`, `venv`, or `env`
- 📁 Supports searching parent directories with `-p`
- ⚡ Fast, clean, cross-platform

## Usage

```bash
localpython script.py --your-args
localpython -p script.py --search
