Twisted-asyncio Networking Helper Library
=========================================

|PyPI| |Python| |CI| |Docs| |License| |Downloads|

.. |PyPI| image:: https://img.shields.io/pypi/v/txaio.svg
   :target: https://pypi.python.org/pypi/txaio
.. |Python| image:: https://img.shields.io/pypi/pyversions/txaio.svg
   :target: https://pypi.python.org/pypi/txaio
.. |CI| image:: https://github.com/crossbario/txaio/workflows/main/badge.svg
   :target: https://github.com/crossbario/txaio/actions?query=workflow%3Amain
.. |Docs| image:: https://readthedocs.org/projects/txaio/badge/?version=latest
   :target: https://txaio.readthedocs.io/en/latest/
.. |License| image:: https://img.shields.io/pypi/l/txaio.svg
   :target: https://github.com/crossbario/txaio/blob/master/LICENSE
.. |Downloads| image:: https://img.shields.io/pypi/dm/txaio.svg
   :target: https://pypi.python.org/pypi/txaio

--------------

**txaio** is a helper library for writing code that runs unmodified on both
`Twisted <https://twisted.org/>`_ and `asyncio <https://docs.python.org/3/library/asyncio.html>`_.

Contents
--------

.. toctree::
   :maxdepth: 2

   overview
   installation
   getting-started
   programming-guide
   releases
   changelog
   contributing
   OVERVIEW.md
   ai/index

--------------

*Copyright (c) typedef int GmbH. Licensed under the* `MIT License <https://github.com/crossbario/txaio/blob/master/LICENSE>`__.
*WAMP, Autobahn, Crossbar.io and XBR are trademarks of typedef int GmbH (Germany).*
