Metadata-Version: 1.2
Name: cyclotron
Version: 1.0.0
Summary: A reactive stream cycle implementation in python
Home-page: https://github.com/MainRo/cyclotron-py.git
Author: Romain Picard
Author-email: romain.picard@oakbits.com
License: MIT
Project-URL: Documentation, https://cyclotron-py.readthedocs.io
Description: 
        ===========================
        |cyclotron-logo| Cyclotron
        ===========================
        
        .. |cyclotron-logo| image:: docs/asset/cyclotron_logo.png
        
        .. image:: https://travis-ci.org/MainRo/cyclotron-py.svg?branch=master
            :target: https://travis-ci.org/MainRo/cyclotron-py
        
        .. image:: https://badge.fury.io/py/cyclotron.svg
            :target: https://badge.fury.io/py/cyclotron
        
        .. image:: https://readthedocs.org/projects/cyclotron-py/badge/?version=latest
            :target: https://cyclotron-py.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        Cyclotron is a functional and reactive framework for Python and
        `RxPY <https://github.com/ReactiveX/RxPY/>`_.
        
        
        Packages
        =========
        
        Cyclotron is composed of several python packages:
        
        ====================================================================  =========================
        Package                                                               Version
        ====================================================================  =========================
        `cyclotron <https://github.com/mainro/cyclotron-py>`_                 |pypi-cyclotron|
        `cyclotron-std <https://github.com/mainro/cyclotron-std>`_            |pypi-cyclotron-std|
        `cyclotron-aiohttp <https://github.com/mainro/cyclotron-aiohttp>`_    |pypi-cyclotron-aiohttp|
        ====================================================================  =========================
        
        .. |pypi-cyclotron| image:: https://badge.fury.io/py/cyclotron.svg
            :target: https://badge.fury.io/py/cyclotron
        
        .. |pypi-cyclotron-aiohttp| image:: https://badge.fury.io/py/cyclotron-aiohttp.svg
            :target: https://badge.fury.io/py/cyclotron-aiohttp
        
        .. |pypi-cyclotron-std| image:: https://badge.fury.io/py/cyclotron-std.svg
            :target: https://badge.fury.io/py/cyclotron-std
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
