|
1 |
| -<img src="https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/reactpy-logo-wide.svg" alt="ReactPy Logo" id="reactpy" width="500px" /> |
| 1 | +<p align="center"> |
| 2 | + <a href="https://reactpy.herokuapp.com"> |
| 3 | + <img src="https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/reactpy-logo-wide.svg" alt="ReactPy Logo" id="reactpy" style="min-width: 300px; width: 50%" /> |
| 4 | + </a> |
| 5 | +</p> |
| 6 | +<p align="center"> |
| 7 | + <em>Reactive user interfaces with pure Python</em> |
| 8 | +</p> |
| 9 | + <p align="center"> |
| 10 | + <a href="https://github.com/encode/starlette/actions"> |
| 11 | + <img src="https://github.com/reactive-python/reactpy/workflows/test/badge.svg" alt="Build Status"> |
| 12 | + </a> |
| 13 | + <a href="https://pypi.org/project/reactpy/"> |
| 14 | + <img src="https://badge.fury.io/py/reactpy.svg" alt="Package version"> |
| 15 | + </a> |
| 16 | +</p> |
| 17 | + |
| 18 | +--- |
2 | 19 |
|
3 | 20 | ReactPy is a library for building user interfaces in Python without Javascript. ReactPy
|
4 | 21 | interfaces are made from components which look and behave similarly to this found in
|
5 | 22 | [ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used
|
6 | 23 | by those without web development experience while also being powerful enough to grow
|
7 | 24 | with your ambitions.
|
8 | 25 |
|
9 |
| -<table> |
| 26 | +<table align="center"> |
10 | 27 | <thead>
|
11 | 28 | <tr>
|
12 |
| - <th>Supported Servers</th> |
13 |
| - <th>Supported Integrations</th> |
| 29 | + <th colspan="2">Supported Backends</th> |
| 30 | + <tr> |
| 31 | + <th>Built-in</th> |
| 32 | + <th>External</th> |
14 | 33 | </tr>
|
15 | 34 | </thead>
|
16 | 35 | <tbody>
|
17 | 36 | <tr>
|
18 | 37 | <td>
|
19 |
| - <a href="https://reactpy-docs.herokuapp.com/docs/guides/getting-started/installing-reactpy.html#officially-supported-servers"> |
| 38 | + <a href=""> |
20 | 39 | Flask, FastAPI, Sanic, Tornado
|
21 | 40 | </a>
|
22 | 41 | </td>
|
@@ -48,7 +67,7 @@ run(HelloWorld)
|
48 | 67 | Follow the links below to find out more about this project.
|
49 | 68 |
|
50 | 69 | - [Try it Now](https://mybinder.org/v2/gh/reactive-python/reactpy-jupyter/main?urlpath=lab/tree/notebooks/introduction.ipynb) - check out ReactPy in a Jupyter Notebook.
|
51 |
| -- [Documentation](https://reactpy-docs.herokuapp.com/) - learn how to install, run, and use ReactPy. |
| 70 | +- [Documentation](https://reactpy.herokuapp.com/) - learn how to install, run, and use ReactPy. |
52 | 71 | - [Community Forum](https://github.com/reactive-python/reactpy/discussions) - ask questions, share ideas, and show off projects.
|
53 |
| -- [Contributor Guide](https://reactpy-docs.herokuapp.com/docs/developing-reactpy/contributor-guide.html) - see how you can help develop this project. |
| 72 | +- [Contributor Guide](https://reactpy.herokuapp.com/docs/developing-reactpy/contributor-guide.html) - see how you can help develop this project. |
54 | 73 | - [Code of Conduct](https://github.com/reactive-python/reactpy/blob/main/CODE_OF_CONDUCT.md) - standards for interacting with this community.
|
0 commit comments