Metadata-Version: 2.1
Name: redux-py
Version: 0.1.7
Summary: Redux implementation for Python
Home-page: https://github.com/Carsten-Leue/ReduxPY
Author: Dr. Carsten Leue
Author-email: carsten.leue@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
Requires-Dist: rx

# ReduxPY

Implementation of a Redux store with support for adding feature modules, dynamically. The store exposes a reactive API based on [RxPY](https://pypi.org/project/Rx/).

## Documentation

Refer to the [API documentation](https://reduxpy.readthedocs.io/en/latest/)

## Build

[![Build Status](https://travis-ci.org/Carsten-Leue/ReduxPY.svg?branch=master)](https://travis-ci.org/Carsten-Leue/ReduxPY)


