.gitignore
README.md
pyproject.toml
uv.lock
.github/workflows/build-deploy-docs.yml
.github/workflows/python-publish.yml
.github/workflows/run-tests.yml
.pdoc_template/config.mako
.pdoc_template/head.mako
hooks/pre-commit
pytrate/__init__.py
pytrate/conftest.py
pytrate/foldchange.py
pytrate/helper.py
pytrate/modelbase.py
pytrate/natural_experiments.py
pytrate/pytrate.py
pytrate/seqdf.py
pytrate.egg-info/PKG-INFO
pytrate.egg-info/SOURCES.txt
pytrate.egg-info/dependency_links.txt
pytrate.egg-info/requires.txt
pytrate.egg-info/top_level.txt
pytrate/tests/__init__.py
pytrate/tests/test_basemodel.py
pytrate/tests/test_foldchange.py
pytrate/tests/test_helper.py
pytrate/tests/test_natural_experiments.py
pytrate/tests/test_pytrate.py
pytrate/tests/test_seqdf.py