Metadata-Version: 2.4
Name: demuu
Version: 0.1.0
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

The DeMUU project aims to implement models and algorythms for Decision-Majing Under Uncertainty. 
Devellopement is based on multiple discrete variables defined Markov Decision Process with a transition function defined as a Bayesian network.

_pyDemuu_ is mainly a Python wrapper of the _libDemuu_ (_C_ librairy).
It also introduces some user-friendly Python classes to better manage _DeMUU_ concepts.

## Install

**Attention:** Actually, only `x86` machin under `Linux` OS are supported.

```sh
pip install demuu
```

## 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)

