.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
pyproject.toml
readme.md
requirements-dev.in
requirements-dev.txt
run_examples.py
.github/workflows/codeql-analysis.yaml
.github/workflows/publish_package.yaml
.github/workflows/publish_package_test.yaml
.github/workflows/pytest.yaml
src/pytime_logger.egg-info/PKG-INFO
src/pytime_logger.egg-info/SOURCES.txt
src/pytime_logger.egg-info/dependency_links.txt
src/pytime_logger.egg-info/top_level.txt
src/time_logger/__init__.py
src/time_logger/profiling.py
tests/__init__.py
tests/test_general.py
tests/test_profiler.py
tests/test_profiling_decorator.py
tests/test_profiling_functional.py
tests/test_profiling_integration.py