.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
.github/workflows/publish-python-package.yml
.github/workflows/python-package.yml
pytensils/__init__.py
pytensils/config.py
pytensils/profiler.py
pytensils/utils.py
pytensils.egg-info/PKG-INFO
pytensils.egg-info/SOURCES.txt
pytensils.egg-info/dependency_links.txt
pytensils.egg-info/top_level.txt
tests/__init__.py
tests/test_config.py
tests/test_profiler.py
tests/test_utils.py
tests/resources/config.json
tests/resources/config_invalid.json
tests/resources/config_validation_error.json
tests/resources/dtypes.json