LICENSE
README.md
pyproject.toml
setup.cfg
src/tbscm/__init__.py
src/tbscm/synthetic_controls.py
src/tbscm.egg-info/PKG-INFO
src/tbscm.egg-info/SOURCES.txt
src/tbscm.egg-info/dependency_links.txt
src/tbscm.egg-info/not-zip-safe
src/tbscm.egg-info/top_level.txt
src/tbscm/base/__init__.py
src/tbscm/base/base_synthetic_controls.py
src/tbscm/estimator/__init__.py
src/tbscm/estimator/constrained_ols.py
src/tbscm/utils/__init__.py
src/tbscm/utils/bootstrap.py
src/tbscm/utils/data.py
src/tbscm/utils/exceptions.py
src/tbscm/utils/sanity_check.py
src/tbscm/utils/tools.py