Metadata-Version: 2.1
Name: cyberiadaml-py
Version: 1.2
Summary: The Python 3 library for processing the CyberiadaML state machine graphs
Author: L140-beep
Author-email: kartoshka0302@mail.ru
Requires-Python: >=3.10,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pydantic (>=2.6.1,<3.0.0)
Requires-Dist: xmltodict (>=0.13.0,<0.14.0)
Description-Content-Type: text/markdown

# The Cyberiada State Machine Python 3 Library

The native Python 3 library for processing CyberiadaML - the version of GraphML for storing state machine graphs
used by the Cyberiada Project. 

The code is distributed under the Lesser GNU Public License (version 3), the documentation -- under
the GNU Free Documentation License (version 1.3).

## Requirements

* `poetry` (which installs latter libraries)
* `xmltodict`
* `pydantic`
* `types-xmltodict`

**Github: https://github.com/kruzhok-team/cyberiadaml-py**
