.flake8
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTORS.rst
LICENSE
MANIFEST.in
README
README.rst
pytest.ini
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/dev_doc.rst
docs/dev_index.rst
docs/index.rst
docs/user_doc.rst
docs/user_index.rst
docs/include/overview.rst
docs/include/start_working.rst
mathmakerlib/__init__.py
mathmakerlib.egg-info/PKG-INFO
mathmakerlib.egg-info/SOURCES.txt
mathmakerlib.egg-info/dependency_links.txt
mathmakerlib.egg-info/requires.txt
mathmakerlib.egg-info/top_level.txt
mathmakerlib/calculus/__init__.py
mathmakerlib/calculus/exponented.py
mathmakerlib/calculus/letter.py
mathmakerlib/calculus/number.py
mathmakerlib/calculus/unit.py
mathmakerlib/core/__init__.py
mathmakerlib/core/evaluable.py
mathmakerlib/core/printable.py
mathmakerlib/core/signed.py
mathmakerlib/core/substitutable.py
mathmakerlib/core/word.py
tests/conftest.py
tests/tools.py
tests/calculus/exponented_test.py
tests/calculus/number_test.py
tests/calculus/unit_test.py
tests/calculus/word_test.py