chriskiehl / pydux

Pydux = Python + Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pydux

Redux reimplemented in Python.

PyPI version

To see it in action, try the todos demo. (Mouse-click needed, as in the original demo)

pip install urwid_todos ; python -m urwid_todos

What is it? Why would I want it?

The Redux Readme is a good place to start.

Example Python usage

urwid_pydux provides a React-Redux Component API for text/console GUIs made with Urwid.

urwid_todos is a reimplementation of the Redux todos example made with urwid_pydux.

Todo
  • Reimplement the tests :)

About

Pydux = Python + Redux

License:MIT License


Languages

Language:Python 100.0%