Metadata-Version: 2.4
Name: demuu
Version: 0.1.1
Summary: Python wrap of libDemuu
Author-email: Guillaume Lozenguez <guillaume@ktorz.net>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENCE
Project-URL: Homepage, https://ktorz-net.github.io/pyDemuu

# pyDemuu - DeMUU Python Library

It is mainly a Python wrapper of the _libDemuu_ elements.
_PyDemuu_ also introduces some user-friendly Python classes to better manage _Demuu_ concepts.

## Install

**Attention:** Actually, only `x86` machine under `Linux` OS or `Window` are supported.

The _pyDemuu_ package does not rely on any dependencies.
Installation is performed with _pip_ after cloning this repository:

```sh
git clone git@github.com:ktorz-net/pydemuu.git
pip install ./pydemuu
```

The 'example-421.py' file provides a simple example for _demuu_ inspired by the _421_ game. The command `python3 example-421.py` should instantiate a model for _421_ and test _2_ transitions. 

## Links 

- Python wrapper on github : [pyDeMUU](https://github.com/ktorz-net/pydemuu)
- Documentation : [libDeMUU](https://github.com/ktorz-net/libdemuu)
- C Librairy on github : [ktorz-net.github.io](https://ktorz-net.github.io)

