MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
mathy/__init__.py
mathy/about.py
mathy/api.py
mathy/cli.py
mathy/py.typed
mathy/solver.py
mathy.egg-info/PKG-INFO
mathy.egg-info/SOURCES.txt
mathy.egg-info/dependency_links.txt
mathy.egg-info/entry_points.txt
mathy.egg-info/requires.txt
mathy.egg-info/top_level.txt
mathy/fragile/__init__.py
mathy/fragile/version.py
mathy/fragile/core/__init__.py
mathy/fragile/core/base_classes.py
mathy/fragile/core/bounds.py
mathy/fragile/core/distributed_env.py
mathy/fragile/core/env.py
mathy/fragile/core/functions.py
mathy/fragile/core/models.py
mathy/fragile/core/states.py
mathy/fragile/core/swarm.py
mathy/fragile/core/utils.py
mathy/fragile/core/walkers.py
mathy/fragile/core/wrappers.py
tests/__init__.py
tests/test_api.py
tests/test_cli.py