Metadata-Version: 2.4
Name: blks
Version: 2026.8.26
Summary: Building blocks for AIML
Author: matt
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: torch>=2.13.0
Requires-Python: >=3.11
Project-URL: Repository, https://github.com/mattkellymt/blks
Project-URL: Issues, https://github.com/mattkellymt/blks/issues
Description-Content-Type: text/markdown

# blks 

Building blocks for AIML

## Installation

Using `uv`:

```bash
uv add blks
```

Or using `pip`:

```bash
pip install blks
```

## Upgrading

To upgrade to the latest version:

Using `uv`:

```bash
uv add --upgrade blks
```

Or using `pip`:

```bash
pip install --upgrade blks
```

## Quick Start

```python
import blks

print(blks.__version__)
```
