Metadata-Version: 2.1
Name: looptime
Version: 0.0
Summary: Fast-forward asyncio event loop time (in tests)
Home-page: https://github.com/nolar/looptime
Author: Sergey Vasilyev
Author-email: nolar@nolar.info
Maintainer: Sergey Vasilyev
Maintainer-email: nolar@nolar.info
License: MIT
Project-URL: Bug Tracker, https://github.com/nolar/looptime/issues
Project-URL: Source Code, https://github.com/nolar/looptime
Keywords: asyncio,event loop,time,python,pytest
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Fast-forward asyncio event loop time (in tests)

[![CI](https://github.com/nolar/looptime/workflows/Thorough%20tests/badge.svg)](https://github.com/nolar/looptime/actions/workflows/thorough.yaml)
[![codecov](https://codecov.io/gh/nolar/looptime/branch/main/graph/badge.svg)](https://codecov.io/gh/nolar/looptime)
[![Coverage Status](https://coveralls.io/repos/github/nolar/looptime/badge.svg?branch=main)](https://coveralls.io/github/nolar/looptime?branch=main)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/nolar/looptime.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/nolar/looptime/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/nolar/looptime.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/nolar/looptime/context:python)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)


