LICENSE
README.md
pyproject.toml
formulae/__init__.py
formulae/categorical.py
formulae/config.py
formulae/contrasts.py
formulae/environment.py
formulae/expr.py
formulae/matrices.py
formulae/model_description.py
formulae/parser.py
formulae/resolver.py
formulae/scanner.py
formulae/token.py
formulae/transforms.py
formulae/utils.py
formulae/version.py
formulae/version.txt
formulae.egg-info/PKG-INFO
formulae.egg-info/SOURCES.txt
formulae.egg-info/dependency_links.txt
formulae.egg-info/requires.txt
formulae.egg-info/top_level.txt
formulae/terms/__init__.py
formulae/terms/call.py
formulae/terms/call_resolver.py
formulae/terms/call_utils.py
formulae/terms/terms.py
formulae/terms/variable.py
tests/test_config.py
tests/test_design_matrices.py
tests/test_environment.py
tests/test_eval_new_data.py
tests/test_parser.py
tests/test_poly.py
tests/test_register_stateful_transform.py
tests/test_resolver.py
tests/test_scanner.py
tests/test_spline.py
tests/test_terms_call.py
tests/test_terms_variable.py
tests/test_utils.py