.codecov.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MAINTAINERS
README.md
SECURITY.md
pyproject.toml
.agent/workflows/documentation_style.md
.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
docs/conf.py
docs/configuration.rst
docs/getting-started.rst
docs/index.rst
docs/introduction.rst
docs/nuances.rst
docs/tools.rst
looptime/.gitignore
looptime/__init__.py
looptime/_version.py
looptime/py.typed
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/_internal/__init__.py
looptime/_internal/chronometers.py
looptime/_internal/enabler.py
looptime/_internal/loops.py
looptime/_internal/math.py
looptime/_internal/patchers.py
looptime/_internal/plugin.py
looptime/_internal/timeproxies.py
tests/conftest.py
tests/test_chronometers.py
tests/test_enabler.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