Metadata-Version: 2.4
Name: py-collect-kao
Version: 0.0.3
Summary: C-backed data structure collection for Python (minimal MVP)
Author: Your Name
License-Expression: MIT
Project-URL: Homepage, https://example.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# dscol

Minimal C-backed data structure collection for Python.

## Install (local)
```bash
pip install -U build
python -m build
pip install dist/dscol-0.1.0-*.whl
