python-redux

View on PyPIReverse Dependencies (2)

0.18.3 python_redux-0.18.3-py3-none-any.whl

Wheel Details

Project: python-redux
Version: 0.18.3
Filename: python_redux-0.18.3-py3-none-any.whl
Download: [link]
Size: 25931
MD5: 92f06436d257ae44bee9a94a00fc38f3
SHA256: 63ccab46ea556941bae503363237542f8240d05802fe092046d47035478042d0
Uploaded: 2024-11-26 05:10:51 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: python-redux
Version: 0.18.3
Summary: Redux implementation for Python
Author-Email: Sassan Haradji <me[at]sassanh.com>
Maintainer-Email: Sassan Haradji <me[at]sassanh.com>
Project-Url: homepage, https://github.com/sassanh/python-redux/
Project-Url: repository, https://github.com/sassanh/python-redux/
Project-Url: documentation, https://github.com/sassanh/python-redux/
Project-Url: changelog, https://github.com/sassanh/python-redux/blob/main/CHANGELOG.md
License: Apache-2.0
Keywords: autorun,reactive,redux,store
Requires-Python: >=3.11
Requires-Dist: python-immutable (>=1.1.1)
Requires-Dist: python-strtobool (>=1.0.0)
Description-Content-Type: text/markdown
[Description omitted; length: 8844 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.26.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
redux/__init__.py sha256=DRy353qBkKbDTwRhRixN9UfV9tuzZnMle2e5oIp2IPQ 1475
redux/_version.py sha256=UQTUtmRhd4HZFOq27d1M8nngi01VCoPubdSEqVKhDfQ 413
redux/autorun.py sha256=gEhBKb5f3KaJIcxIRkPRqhOmOn0zB71t0DxvFFq-zdc 9690
redux/basic_types.py sha256=sSDxUHGIN49vQAD81Y7Tj5myoEtqGjrLui2ssNR8jCY 8792
redux/combine_reducers.py sha256=-kzuwpbeNsnrVY6561SYEOW_xmQqkupQzBhsAl3fIWM 5200
redux/main.py sha256=Irm9pRuVaLFCTxL84doDpZjG1sLv5lCyFEkujytHa1I 15486
redux/py.typed sha256=SwJn7zSFWkREZhkwlZ-6gaHxbyzEfPYIr2o6zsSuW1o 65
redux/serialization_mixin.py sha256=WxkH0tIHvt7xb7gP_mxUUhZr0pEs7V6dUjVCFNt7BTE 1343
redux/side_effect_runner.py sha256=Ver2QaYb94rdJJKR8ls2KpQkSmQK6Q0vwP_Z_M1jpvg 2128
redux_pytest/__init__.py sha256=NgRAjH8Wfm-Smssyxpk4aV4FdT9RcrybtuVreOXWlyU 38
redux_pytest/plugin.py sha256=PsI9o5uw9OD-NZ89UJeR-cpDAi-_g7ludW6kFJEMJ5Y 307
redux_pytest/fixtures/__init__.py sha256=O0U0kNB4GuIguu7ANAIyAwSfG2SH5yZbsSUfCVwyjsk 845
redux_pytest/fixtures/event_loop.py sha256=8iRuxIyfFYOP5oekNH9GiopPFL_JkAh4vYRj7naHGzM 888
redux_pytest/fixtures/monitor.py sha256=aC0Y6CTmVTwmCvu1jVgjHCgJ8lecPcbRURrHTcozBW4 1566
redux_pytest/fixtures/snapshot.py sha256=F8VsMNzfvF95KcEb6btuuf3IxrV5q3ix7GhcN-Ibp5o 5642
redux_pytest/fixtures/store.py sha256=cajoiLv0igU_FjaAiJlDj9mRnJuU455BH81BYSvB0pk 626
redux_pytest/fixtures/wait_for.py sha256=RQ-hYLoq2TQU4z0oElzKPJ_dBbxP1aKEzglgcC0E0hM 4625
python_redux-0.18.3.dist-info/METADATA sha256=_zOwmqwpb71Oqhi293rj3flp0XN6ljfvO4NZ5MkYM08 9556
python_redux-0.18.3.dist-info/WHEEL sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug 87
python_redux-0.18.3.dist-info/entry_points.txt sha256=XZdmQ_k5r8gynfHb-L48YgZZXSVp0uq1tPfeKENLvU0 102
python_redux-0.18.3.dist-info/licenses/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
python_redux-0.18.3.dist-info/RECORD

entry_points.txt

demo = demo:main
todo_demo = todo_demo:main
redux = redux_pytest.plugin