Metadata-Version: 2.2
Name: colapy
Version: 0.0.1.1
Summary: A sample C++ library with Python bindings
Keywords: cpp,bindings
Author-Email: Artemii Novikov <artyasen@yandex.ru>
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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 :: 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/*
```
