Metadata-Version: 2.4
Name: grokko
Version: 0.0.0
Summary: Coming soon
Author-email: Your Name <you@example.com>
License: MIT
Keywords: placeholder
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Grokko

(... coming soon... )

## Install

Requires Python `3.10+` and [uv](https://docs.astral.sh/uv/).

```bash
git clone https://github.com/deeplook/grokko
cd grokko
uv sync
```

Install the CLI:

```bash
uv tool install .
```

## Quick Examples

Python:

```python
import grokko
```

CLI:

```bash
grokko ...
```

## Documentation

...

## Development

```bash
make test
make lint
make format
```

## License

MIT
