Metadata-Version: 2.4
Name: morphata
Version: 2.0.0
Summary: Representation theory for automata, made practical.
Project-URL: Documentation, https://docs.anandb.dev/morphata
Project-URL: Repository, https://git.anandb.dev/morphata.git
Project-URL: Changelog, https://docs.anandb.dev/morphata/changelog.html
Author-email: Anand Balakrishnan <anandbala1597@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.12
Requires-Dist: algebraic-arrays>=1.3.0
Requires-Dist: attrs>=25.4.0
Requires-Dist: dd>=0.6.0
Requires-Dist: jaxtyping>=0.3
Requires-Dist: lark>=1.3.1
Requires-Dist: logic-asts>=1.4.1
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: types-networkx
Requires-Dist: typing-extensions
Provides-Extra: dot
Requires-Dist: pydot>=4.0.1; extra == 'dot'
Provides-Extra: jax
Requires-Dist: jax>=0.8; extra == 'jax'
Provides-Extra: torch
Requires-Dist: torch>=2.0; extra == 'torch'
