Metadata-Version: 1.1
Name: aioredux
Version: 0.3.0
Summary: Pythonic redux
Home-page: https://github.com/ariddell/aioredux
Author: aioredux developers
Author-email: aioredux-developers@example.net
License: UNKNOWN
Description: ========
        aioredux
        ========
        
        Pythonic `Redux <https://github.com/rackt/redux>`_
        
        Pythonic `Redux <https://github.com/rackt/redux>`_ using asyncio. ``aioredux``
        provides a predictable state container with the following goal: "[Redux] helps
        you write applications that behave consistently, run in different environments
        ..., and are easy to test" (from the `Redux <https://github.com/rackt/redux>`_
        documentation).
        
        * Free software: Mozilla Public License
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
