python-redux

View on PyPIReverse Dependencies (2)

0.15.4 python_redux-0.15.4-py3-none-any.whl

Wheel Details

Project: python-redux
Version: 0.15.4
Filename: python_redux-0.15.4-py3-none-any.whl
Download: [link]
Size: 24651
MD5: 529dff1f230b4fb774a6d705be23212d
SHA256: e7a2e806866da1a916fdbbee29791316896c59a3b0965ae17be2177886098d85
Uploaded: 2024-05-13 19:11:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: python-redux
Version: 0.15.4
Summary: Redux implementation for Python
Author: Sassan Haradji
Author-Email: sassanh[at]gmail.com
Home-Page: https://github.com/sassanh/python-redux/
Project-Url: Repository, https://github.com/sassanh/python-redux/
License: Apache-2.0
Keywords: store,redux,reactive,autorun
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11,<4.0
Requires-Dist: python-immutable (<2.0.0,>=1.1.1)
Description-Content-Type: text/markdown
[Description omitted; length: 8778 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
redux/__init__.py sha256=H6wE-GuZ22l7IuPQyrPxP2Jkir4lxj97sqCnyFA3-Nc 1475
redux/autorun.py sha256=mlaQib6KJTNcnmWRISFjcp9S89YdFNi79kEnRlKyWpc 8505
redux/basic_types.py sha256=AnzEgnxN92aNHxOoAUjnaCMIa2XsvL5MmkGp0k8EFTI 8596
redux/combine_reducers.py sha256=dP4DAc6RY70LccAdf6SRHMhtoLZYyj7EFtxEuZt1U1M 5245
redux/main.py sha256=jyWYzf1xEQHDgP8P02F4PblD8gW2Wad4tTJ_lnqN4ok 14838
redux/py.typed sha256=SwJn7zSFWkREZhkwlZ-6gaHxbyzEfPYIr2o6zsSuW1o 65
redux/serialization_mixin.py sha256=S2JKwxXVeFMmqRhxTa7QG99uqV2S9fWxReBNv6DsS8U 1292
redux/side_effect_runner.py sha256=k8xErs_FWMx-8CdMhqVBIhjnX6-ySsNpHtiYEK4XzU4 2101
redux_pytest/__init__.py sha256=NgRAjH8Wfm-Smssyxpk4aV4FdT9RcrybtuVreOXWlyU 38
redux_pytest/fixtures/__init__.py sha256=a0VqHC0iTqfxyRa99XkHtxNllBaTDIEccFfFCsGwv_A 906
redux_pytest/fixtures/event_loop.py sha256=ipBQKIRBbEN8xeMXHRK25DYQpARKqUg2F3RBKU9Po1o 825
redux_pytest/fixtures/monitor.py sha256=c1vOBrIReA3iqC4o3SPYv1OVeinwb94CqDEAiajSb1w 1568
redux_pytest/fixtures/snapshot.py sha256=5j0CUzqD9c6qZ21iJuIlVfRkt-M2UXAaSIYG8Wkp5_U 4124
redux_pytest/fixtures/store.py sha256=vr5hlWFswOrjqUn6Frl1F83XxTDsn-HDWjJtKvrIAX8 612
redux_pytest/fixtures/wait_for.py sha256=_yDG0RwBbpPPiLLJuXzcTkl30T4go1UM31R30PtNVeE 3974
redux_pytest/plugin.py sha256=LJrmKh75Iubu4g_wDzdYdleQL8M9AegUsVninR9w8gw 299
python_redux-0.15.4.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
python_redux-0.15.4.dist-info/METADATA sha256=uRhgYH-9t58xWgykYelOJ79XdpI_6oXDMJMoxXvcp6w 9470
python_redux-0.15.4.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
python_redux-0.15.4.dist-info/entry_points.txt sha256=yunlxlgaWuWW3RuztOluaoBDkYqIqAexjP3DTjpChQk 97
python_redux-0.15.4.dist-info/RECORD

entry_points.txt

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