Metadata-Version: 1.2
Name: rxsci
Version: 0.4.0
Summary: ReactiveX for data science
Home-page: https://github.com/maki-nage/rxsci.git
Author: Romain Picard
Author-email: romain.picard@oakbits.com
License: MIT
Project-URL: Documentation, https://rxsci.readthedocs.io
Description: 
        ==========
        RxSci
        ==========
        
        
        .. image:: https://badge.fury.io/py/rxsci.svg
            :target: https://badge.fury.io/py/rxsci
        
        .. image:: https://github.com/maki-nage/rxsci/workflows/Python%20package/badge.svg
            :target: https://github.com/maki-nage/rxsci/actions?query=workflow%3A%22Python+package%22
            :alt: Github WorkFlows
        
        .. image:: https://readthedocs.org/projects/rxsci/badge/?version=latest
            :target: https://rxsci.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        
        ReactiveX operators for data science and machine learning.
        
        RxSci (pronounced roxy) is a set of RxPY operators and observable factories
        dedicated to data science.
        
        Get Started
        ============
        
        
        
        Install
        ========
        
        RxSci is available on PyPi and can be installed with pip:
        
        .. code:: console
        
            pip install rxsci
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
