Metadata-Version: 2.4
Name: mi-amore
Version: 0.1.1
Summary: Make Espresso love again
Author-Email: swayand <stefan.wayand@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Project-URL: Homepage, https://gitlab.com/gwhe/mi-amore
Project-URL: Repository, https://gitlab.com/gwhe/mi-amore
Project-URL: Issues, https://gitlab.com/gwhe/mi-amore/-/issues
Requires-Python: >=3.13
Requires-Dist: sympy>=1.14.0
Requires-Dist: typer>=0.15.2
Description-Content-Type: text/markdown

# mi-amore


The initial goal of this package is get espresso (See https://ptolemy.berkeley.edu/projects/embedded/pubs/downloads/espresso/index.htm ) working again with python.

For me the great package here: 
https://github.com/cjdrake/pyeda
does not work. Then i found the package here:
https://github.com/Gigantua/Espresso
which compiles. I used the espresso code from there an try to implement an interface to python. 
The main work was understaning the inner logic of the espresso code.

Some ideas which i like to work on are:
- Document the Package, and share the findings here
- Implement an interface for simpy logic
- Implement an own minimimzer 
