Metadata-Version: 2.2
Name: fastkernels
Version: 0.0.1
Summary: Fast kernel utilities for Python.
Author: fastkernels contributors
Project-URL: Homepage, https://github.com/suryavanshi/fastkernels
Project-URL: Repository, https://github.com/suryavanshi/fastkernels
Keywords: kernels,performance
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# fastkernels

Use AI to build and optimize inference kernels.

This initial release reserves the `fastkernels` package name while the public
API is being developed.

## Installation

```sh
pip install fastkernels
```

## Usage

```python
import fastkernels

print(fastkernels.__version__)
```
