Metadata-Version: 2.4
Name: inferencekit
Version: 0.0.0
Summary: A Python package
Project-URL: Homepage, https://github.com/yourusername/inferencekit
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# inferencekit

A Python package.

## Installation

```bash
pip install inferencekit
```

## Usage

```python
import inferencekit
print(inferencekit.__version__)
```
