.. XXX Need to change this image to readthedocs before release

.. image:: https://cvws.icloud-content.com/B/AQ-5ONKf_2xkCnWQ_XMtia0tbndwARN2xwL8kmWyu_-tb_fxF416JOcp/banner-alt1.png?o=AqSVxE8R4imqrOmeNdCGVwSKJKzwOckJ0j4nLTHN3UcZ&v=1&x=3&a=BxOV_v_q7I9WnbosECERXZ_YGJV3A3DOQQEAAANhzkE&e=1521065243&k=kwXcZp0stenUozNHQRaUHA&fl=&r=6bc3bc40-28b9-4774-8263-9a8429b37fc3-1&ckc=com.apple.clouddocs&ckz=com.apple.CloudDocs&p=35&s=GjIOslf-IebItUjncRcVqcj253U&cd=i

===========================
 Python Stream Processing
===========================

|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|

.. include:: ../includes/tags.txt

.. sourcecode:: python

    # Python Streams
    # Forever scalable event processing & in-memory durable K/V store;
    # as a library w/ asyncio & static typing.
    import faust

.. include:: ../includes/intro.txt

Faust is...
===========

.. include:: ../includes/introduction.txt

.. include:: ../includes/installation.txt

.. include:: ../includes/faq.txt

.. include:: ../includes/resources.txt

Contributing
============

Development of `Faust` happens at GitHub: https://github.com/robinhood/faust

You're highly encouraged to participate in the development
of `Faust`.

Be sure to also read the `Contributing to Faust`_ section in the
documentation.

.. _`Contributing to Faust`:
    http://docs.fauststream.com/en/master/contributing.html

.. include:: ../includes/code-of-conduct.txt

.. |build-status| image:: https://secure.travis-ci.org/robinhood/faust.png?branch=master
    :alt: Build status
    :target: https://travis-ci.org/robinhood/faust

.. |coverage| image:: https://codecov.io/github/robinhood/faust/coverage.svg?branch=master
    :target: https://codecov.io/github/robinhood/faust?branch=master

.. |license| image:: https://img.shields.io/pypi/l/faust.svg
    :alt: BSD License
    :target: https://opensource.org/licenses/BSD-3-Clause

.. |wheel| image:: https://img.shields.io/pypi/wheel/faust.svg
    :alt: faust can be installed via wheel
    :target: http://pypi.python.org/pypi/faust/

.. |pyversion| image:: https://img.shields.io/pypi/pyversions/faust.svg
    :alt: Supported Python versions.
    :target: http://pypi.python.org/pypi/faust/

.. |pyimp| image:: https://img.shields.io/pypi/implementation/faust.svg
    :alt: Support Python implementations.
    :target: http://pypi.python.org/pypi/faust/
