LICENSE
README.md
pyproject.toml
mathio/__init__.py
mathio/__main__.py
mathio/ast_nodes.py
mathio/config.py
mathio/converter.py
mathio/errors.py
mathio/parser.py
mathio/sympy_executor.py
mathio/tokenizer.py
mathio/wolfram_generator.py
mathio_py.egg-info/PKG-INFO
mathio_py.egg-info/SOURCES.txt
mathio_py.egg-info/dependency_links.txt
mathio_py.egg-info/requires.txt
mathio_py.egg-info/top_level.txt
tests/test_generator.py
tests/test_integration.py
tests/test_parser.py
tests/test_sympy_executor.py
tests/test_tokenizer.py