Metadata-Version: 1.0
Name: RxPython
Version: 0.1
Summary: An event processing library
Home-page: http://akuendig.github.com/RxPython/
Author: Adrian Kündig
Author-email: adriankue@gmail.com
License: UNKNOWN
Description: 
        The Reactive Extensions (Rx) is a library for composing asynchronous and
        event-based programs using observable sequences and C# LINQ-style query operators.
        Using Rx, developers represent asynchronous data streams with Observables,
        query asynchronous data streams using LINQ operators,
        and parameterize the concurrency in the asynchronous data streams using Schedulers.
        Simply put, Rx = Observables + LINQ + Schedulers.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.3
Classifier: Operating System :: OS Independent
