Fast, lightweight reactive state for Python
Project description
fastreactpy
Fast, lightweight reactive state library for Python.
Example
from fastreactpy import signal, effect
count = signal(0)
@effect
def print_count():
print("Count changed:", count())
count(5)
count(10)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fastreactpy-0.0.1.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastreactpy-0.0.1.tar.gz.
File metadata
- Download URL: fastreactpy-0.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdbe10d8eac3ddaf14464cdb521ce16811a993729b0cdce05833a5a6a8a6bb0b
|
|
| MD5 |
c0315ff33f2070bda305753df357caf8
|
|
| BLAKE2b-256 |
34cdbfed049fed67b564cbe62b1bceafe2cc82f13d516e209c4066ca92f1919f
|
File details
Details for the file fastreactpy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: fastreactpy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed36169a556c6127e93e198fa1803e98e20fa8949093dbd9d7c16c0d9d8c1ecc
|
|
| MD5 |
9d59e1a336f015b83cefbc7566cdc60b
|
|
| BLAKE2b-256 |
a6fc58be43c4d5ed1a94a9794ba72991958f7677f9920089a772198b805f1e3b
|