Metadata-Version: 2.4
Name: faudes
Version: 2.34.5
Summary: A Discrete Event Systems Library
License-Expression: LGPL-2.1-or-later
Project-URL: Repository, https://github.com/FGDES/libFAUDES
Project-URL: Homepage, https://fgdes.tf.fau.de/faudes
Keywords: control,automata,languages
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Programming Language :: C++
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# libFAUDES Python bindings

## Overview

libFAUDES is a C++ library that implements data structures for the representation
of finite automata and algorithms for supervisory control within the framework
originally proposed by P.J. Ramadge and W.M. Wonham. The library provides an
implementation and evaluation basis for the further development of algorithms for
the analysis and synthesis of DESs. This Python package provides access to
libFAUDES data tyes and functions from within Python.


## Further Reading

libFAUDES documentation is available online at

https://fgdes.tf.fau.de/faudes

In large, the Python bindings follow the same pragmatic approach as the Lua bindings.
For libFAUDES tutorials to the Python module <tt>faudes</tt>, see

https://fgdes.tf.fau.de/faudes/pythonmod


## Authors/Copyright

libFAUDES is distributed under terms of the LGPL v2.1. Over time, many students
and colleguous have contributed to the code base; see
https://fgdes.tf.fau.de/faudes for a complete list.

- Copyright (C) 2006, Bernd Opitz.
- Copyright (C) 2008 - 2010, Thomas Moor, Klaus Schmidt, Sebastian Perk.
- Copyright (C) 2011 - 2026, Thomas Moor, Klaus Schmidt

