Metadata-Version: 2.4
Name: kheera
Version: 0.1.0
Summary: A humorous cucumber-themed Python utility library
Author-email: Your Name <your.email@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/FFFarhan/kheera
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: numpy
Dynamic: license-file

# Kheera

Playful cucumber-themed utilities for Python, complete with a REST API and CLI.

## Features
- Core library for cucumber-inspired antics
- FastAPI backend exposing Kheera operations
- CLI for drawing and slicing
- Custom error codes with structured responses

## Installation
```
pip install kheera
```

## CLI Usage
```
kheera --draw
kheera --slice 4
kheera --version
```

## API Usage
```
uvicorn backend.app:app --reload
```
Visit `http://localhost:8000/docs` for the interactive OpenAPI UI.

## Development
```
pip install -r requirements.txt
pytest
```

## License
MIT
