It's React, but in Python
Project description
Reactive user interfaces with pure Python
ReactPy is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components which look and behave similarly to those found in ReactJS. Designed with simplicity in mind, ReactPy can be used by those without web development experience while also being powerful enough to grow with your ambitions.
Supported Backends | |
---|---|
Built-in | External |
Flask, FastAPI, Sanic, Tornado | Django, Jupyter, Plotly-Dash |
At a Glance
To get a rough idea of how to write apps in ReactPy, take a look at this tiny Hello World application.
from reactpy import component, html, run
@component
def HelloWorld():
return html.h1("Hello, World!")
run(HelloWorld)
Resources
Follow the links below to find out more about this project.
- Try it Now - check out ReactPy in a Jupyter Notebook.
- Documentation - learn how to install, run, and use ReactPy.
- Community Forum - ask questions, share ideas, and show off projects.
- Contributor Guide - see how you can help develop this project.
- Code of Conduct - standards for interacting with this community.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file reactpy-0.45.0.tar.gz
.
File metadata
- Download URL: reactpy-0.45.0.tar.gz
- Upload date:
- Size: 101.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57d0656d4fea883ca55bdd13655f83855c45b09b23165ad73c227d9de3ea288a |
|
MD5 | d6a2f3582dc9e2e2c8766b9d343e6f89 |
|
BLAKE2b-256 | b356abab2f8eecbeaf499a87f8356a421ac19da9dc456b8067ca3665ff2bb320 |
Provenance
File details
Details for the file reactpy-0.45.0-py3-none-any.whl
.
File metadata
- Download URL: reactpy-0.45.0-py3-none-any.whl
- Upload date:
- Size: 229.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba8514fe4c3cc403e865aef3e3219b30feb2238b3b121885ebd8ee20cd40bd0e |
|
MD5 | a88f0c5978e93b6e59019f1d641bc0f9 |
|
BLAKE2b-256 | 3a065c77e27e06f70ef18c8c8828c4b66c974c37623997898f06c67daf5c6a03 |