File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 77> If you would like to follow development progress, join [ the discord] ( https://discord.gg/tZAfuWAbm2 ) .
88> For contributing to view.py, please see our [ CONTRIBUTING.md] ( https://github.com/ZeroIntensity/view.py/blob/master/CONTRIBUTING.md )
99
10+ <div align =" center " >
11+ <a href="https://clientarea.space-hosting.net/aff.php?aff=303"><img width=250 height=auto src="https://cdn-dennd.nitrocdn.com/fygsTSpFNuiCdXWNTtgOTVMRlPWNnIZx/assets/images/optimized/rev-758b0f8/www.space-hosting.net/wp-content/uploads/2023/02/cropped-Icon.png"></a>
12+ <h3>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h3>
13+ </div >
14+
1015- [ Docs] ( https://view.zintensity.dev )
1116- [ Source] ( https://github.com/ZeroIntensity/view.py )
1217- [ PyPI] ( https://pypi.org/project/view.py )
1318- [ Discord] ( https://discord.gg/tZAfuWAbm2 )
1419
20+ ## Example
21+
1522``` py
1623from view import new_app, h1
1724
@@ -24,23 +31,23 @@ async def index():
2431app.run()
2532```
2633
27- ### Installation
34+ ## Installation
2835
2936** Python 3.8+ is required.**
3037
31- #### Development
38+ ### Development
3239
3340```
3441$ pip install git+https://github.com/ZeroIntensity/view.py
3542```
3643
37- #### Linux/macOS
44+ ### Linux/macOS
3845
3946```
4047$ python3 -m pip install -U view.py
4148```
4249
43- #### Windows
50+ ### Windows
4451
4552```
4653> py -3 -m pip install -U view.py
Original file line number Diff line number Diff line change 11<div align =" center " ><img src =" https://raw.githubusercontent.com/ZeroIntensity/view.py/master/html/logo.png " alt =" view.py logo " width =250 height =auto /></div >
2+
23# Welcome to the view.py documentation!
34
45Here, you can learn how to use view.py and its various features.
@@ -13,6 +14,11 @@ Here, you can learn how to use view.py and its various features.
1314 If you would like to follow development progress, join [ the discord] ( https://discord.gg/tZAfuWAbm2 ) .
1415 For contributing to view.py, please see our [ CONTRIBUTING.md] ( https://github.com/ZeroIntensity/view.py/blob/master/CONTRIBUTING.md )
1516
17+ <div align =" center " >
18+ <a href="https://clientarea.space-hosting.net/aff.php?aff=303"><img width=250 height=auto src="https://cdn-dennd.nitrocdn.com/fygsTSpFNuiCdXWNTtgOTVMRlPWNnIZx/assets/images/optimized/rev-758b0f8/www.space-hosting.net/wp-content/uploads/2023/02/cropped-Icon.png"></a>
19+ <h3>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h3>
20+ </div >
21+
1622## Quickstart
1723
1824Install view.py:
You can’t perform that action at this time.
0 commit comments