Metadata-Version: 2.4
Name: colapy
Version: 0.0.1.2
Summary: Python binding for COLA framework
Keywords: cpp,bindings
Author-Email: Artemii Novikov <artyasen@yandex.ru>
License-Expression: MIT
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: C++
Project-URL: Repository, https://github.com/ZakayZ/COLA-PY
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# COLA-PY

Python обертка над фреймворком COLA

## Publish

```shell
python -m build
python -m twine upload dist/*
```
