Metadata-Version: 2.4
Name: teenygrad
Version: 0.1.0
Summary: Teenygrad JIT compiler.
Author: Arshad M
Author-email: Arshad M <arshadm@teenygrad.org>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# teenygrad

This is the Python package for the `teenygrad` interop module. It provides Python bindings and utilities for using `teenygrad` from Python.

## Installation

You can install this package using pip (after publishing to PyPI):

```bash
pip install teenygrad
```

## Usage

```python
import teenygrad
# Your code here
```

## Development

- Place your Python source code in the `teenygrad/` directory.
- Update `pyproject.toml` and `setup.cfg` as needed for packaging.
