Metadata-Version: 2.5
Name: asynciotimemachine
Version: 0.4.0
Summary: Monkey-patches asyncio.AbstractEventLoop so as to make it think it lives in the future.
Keywords: asyncio,event-loop,clock,time,testing,mocking,monkey-patching
Author-email: "Eugene M. Kim" <astralblue@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Testing
License-File: LICENSE
Project-URL: Changelog, https://github.com/astralblue/asynciotimemachine/blob/master/HISTORY.rst
Project-URL: Documentation, https://asynciotimemachine.readthedocs.io
Project-URL: Homepage, https://github.com/astralblue/asynciotimemachine
Project-URL: Issues, https://github.com/astralblue/asynciotimemachine/issues
Import-Name: asynciotimemachine

====================
asyncio Time Machine
====================


.. image:: https://img.shields.io/pypi/v/asynciotimemachine.svg
        :target: https://pypi.org/project/asynciotimemachine/
        :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/asynciotimemachine.svg
        :target: https://pypi.org/project/asynciotimemachine/
        :alt: Supported Python versions

.. image:: https://github.com/astralblue/asynciotimemachine/actions/workflows/test.yml/badge.svg?branch=master
        :target: https://github.com/astralblue/asynciotimemachine/actions/workflows/test.yml
        :alt: Test status

.. image:: https://readthedocs.org/projects/asynciotimemachine/badge/?version=latest
        :target: https://asynciotimemachine.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Monkey-patches asyncio.AbstractEventLoop so as to make it think it lives in the future.


* Free software: MIT license
* Documentation: https://asynciotimemachine.readthedocs.io
* Source: https://github.com/astralblue/asynciotimemachine
* Changelog: `HISTORY.rst <https://github.com/astralblue/asynciotimemachine/blob/master/HISTORY.rst>`_


Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


