.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
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/errors.py
pytensils/logging.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/requires.txt
pytensils.egg-info/top_level.txt
tests/__init__.py
tests/test_config.py
tests/test_logging.py
tests/test_profiler.py
tests/test_utils.py
tests/resources/closes-on-exception-filenotfounderror.log
tests/resources/closes-on-exception-notimplementederror.log
tests/resources/closes-on-exception-oserror.log
tests/resources/closes-on-exception-success.log
tests/resources/closes-on-exception-typeerror.log
tests/resources/closes-on-exception-validationerror.log
tests/resources/closes-on-exception.log
tests/resources/compare.log
tests/resources/config.json
tests/resources/config_invalid.json
tests/resources/config_validation_error.json
tests/resources/dtypes.json
tests/resources/example.log
tests/resources/test_config.log
tests/resources/validation.log