|
1 |
| -<a href="https://reactpy.herokuapp.com"> |
2 |
| - <img src="https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/reactpy-logo-wide.svg" alt="ReactPy Logo" id="reactpy" width="500px" /> |
3 |
| -</a> |
| 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> |
4 | 17 |
|
5 |
| -ReactPy is a library for building user interfaces in Python without Javascript. ReactPy |
| 18 | +--- |
| 19 | + |
| 20 | +[ReactPy](https://reactpy.herokuapp.com) is a library for building user interfaces in Python without Javascript. ReactPy |
6 | 21 | interfaces are made from components which look and behave similarly to this found in
|
7 | 22 | [ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used
|
8 | 23 | by those without web development experience while also being powerful enough to grow
|
9 | 24 | with your ambitions.
|
10 | 25 |
|
11 |
| -<table> |
| 26 | +<table align="center"> |
12 | 27 | <thead>
|
13 | 28 | <tr>
|
14 |
| - <th>Supported Servers</th> |
15 |
| - <th>Supported Integrations</th> |
| 29 | + <th colspan="2" style="text-align: center">Supported Backends</th> |
| 30 | + <tr> |
| 31 | + <th style="text-align: center">Built-in</th> |
| 32 | + <th style="text-align: center">External</th> |
16 | 33 | </tr>
|
17 | 34 | </thead>
|
18 | 35 | <tbody>
|
19 | 36 | <tr>
|
20 | 37 | <td>
|
21 |
| - <a href="https://reactpy-docs.herokuapp.com/docs/guides/getting-started/installing-reactpy.html#officially-supported-servers"> |
| 38 | + <a href=""> |
22 | 39 | Flask, FastAPI, Sanic, Tornado
|
23 | 40 | </a>
|
24 | 41 | </td>
|
@@ -50,7 +67,7 @@ run(HelloWorld)
|
50 | 67 | Follow the links below to find out more about this project.
|
51 | 68 |
|
52 | 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.
|
53 |
| -- [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. |
54 | 71 | - [Community Forum](https://github.com/reactive-python/reactpy/discussions) - ask questions, share ideas, and show off projects.
|
55 |
| -- [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. |
56 | 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