.gitignore
LICENSE
Makefile
Pipfile
Pipfile.lock
README.md
pyproject.toml
.github/workflows/push_to_main.yml
.github/workflows/pypi_release.yml
examples/examples.py
tempit/__init__.py
tempit/core.py
tempit/utils.py
tempit.egg-info/PKG-INFO
tempit.egg-info/SOURCES.txt
tempit.egg-info/dependency_links.txt
tempit.egg-info/requires.txt
tempit.egg-info/top_level.txt
tests/__init__.py
tests/test_tempit.py
tests/test_tempit_deactivated.py
tests/test_utils.py