.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
README.md
pyproject.toml
setup.cfg
.github/workflows/main.yaml
.github/workflows/release.yml
src/sindy_exp/__init__.py
src/sindy_exp/_data.py
src/sindy_exp/_diffrax_solver.py
src/sindy_exp/_dysts_to_sympy.py
src/sindy_exp/_odes.py
src/sindy_exp/_plotting.py
src/sindy_exp/_typing.py
src/sindy_exp/_utils.py
src/sindy_exp/addl_attractors.json
src/sindy_exp/py.typed
src/sindy_exp.egg-info/PKG-INFO
src/sindy_exp.egg-info/SOURCES.txt
src/sindy_exp.egg-info/dependency_links.txt
src/sindy_exp.egg-info/requires.txt
src/sindy_exp.egg-info/top_level.txt
tests/test_all.py
tests/test_inspect_to_sympy.py