.codecov.yml
.gitignore
.isort.cfg
.pre-commit-config.yaml
LICENSE
MAINTAINERS
README.md
SECURITY.md
mypy.ini
requirements.txt
setup.py
.github/CODEOWNERS
.github/FUNDING.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/ci.yaml
.github/workflows/publish.yaml
.github/workflows/thorough.yaml
looptime/__init__.py
looptime/chronometers.py
looptime/loops.py
looptime/math.py
looptime/patchers.py
looptime/plugin.py
looptime/py.typed
looptime/timeproxies.py
looptime.egg-info/PKG-INFO
looptime.egg-info/SOURCES.txt
looptime.egg-info/dependency_links.txt
looptime.egg-info/entry_points.txt
looptime.egg-info/top_level.txt
looptime.egg-info/zip-safe
tests/conftest.py
tests/test_chronometers.py
tests/test_initialisation.py
tests/test_patching.py
tests/test_plugin.py
tests/test_readme.py
tests/test_subclassing.py
tests/test_time_moves.py
tests/test_time_on_executors.py
tests/test_time_on_io_idle.py
tests/test_timeproxies.py