.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
.github/workflows/coverage-tests.yml
.github/workflows/publish-pypi.yml
.github/workflows/unit-tests.yml
coverage/COVERAGE.md
coverage/coverage.svg
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