.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.rst
conftest.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/ci.yml
formulate/__init__.py
formulate/__main__.py
formulate/expression.py
formulate/identifiers.py
formulate/logging.py
formulate/parser.py
formulate/version.py
formulate.egg-info/PKG-INFO
formulate.egg-info/SOURCES.txt
formulate.egg-info/dependency_links.txt
formulate.egg-info/requires.txt
formulate.egg-info/top_level.txt
formulate/backends/ROOT.py
formulate/backends/__init__.py
formulate/backends/numexpr.py
tests/__init__.py
tests/test_constants.py
tests/test_expression.py
tests/test_formulas.py
tests/test_main.py
tests/test_operators.py
tests/test_parser.py
tests/utils.py
tests/backends/__init__.py
tests/backends/test_ROOT.py
tests/backends/test_backends.py
tests/backends/test_numexpr.py