Metadata-Version: 2.1
Name: asynciotimemachine
Version: 0.2.0
Summary: Monkey-patches asyncio.AbstractEventLoop so as to make it think it lives in the future.
Home-page: https://github.com/astralblue/asynciotimemachine
Author: Eugene M. Kim
Author-email: astralblue@gmail.com
License: MIT license
Keywords: asynciotimemachine
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
License-File: AUTHORS.rst

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


.. image:: https://img.shields.io/pypi/v/asynciotimemachine.svg
        :target: https://pypi.python.org/pypi/asynciotimemachine

.. image:: https://img.shields.io/travis/astralblue/asynciotimemachine.svg
        :target: https://travis-ci.org/astralblue/asynciotimemachine

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

.. image:: https://pyup.io/repos/github/astralblue/asynciotimemachine/shield.svg
     :target: https://pyup.io/repos/github/astralblue/asynciotimemachine/
     :alt: Updates


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


* Free software: MIT license
* Documentation: https://asynciotimemachine.readthedocs.io.


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



=======
History
=======

0.1.0 (2017-07-24)
------------------

* First release on PyPI.


