Skip to content

Commit 4c38047

Browse files
Merge pull request #183 from ZeroIntensity/cool-readme
Cool README
2 parents 0a1fd2a + f3737ea commit 4c38047

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22

33
<div align="center"><h2>The Batteries-Detachable Web Framework</h2></div>
44

5-
![Tests](https://github.com/ZeroIntensity/view.py/actions/workflows/tests.yml/badge.svg)
6-
![Valgrind](https://github.com/ZeroIntensity/view.py/actions/workflows/memory_check.yml/badge.svg)
7-
![Build](https://github.com/ZeroIntensity/view.py/actions/workflows/build.yml/badge.svg)
5+
<div align="center">
6+
<img src="https://github.com/ZeroIntensity/view.py/actions/workflows/tests.yml/badge.svg" alt="Tests" width=auto height=auto />
7+
<img src="https://github.com/ZeroIntensity/view.py/actions/workflows/memory_check.yml/badge.svg" alt="Valgrind" width=auto height=auto />
8+
<img src="https://github.com/ZeroIntensity/view.py/actions/workflows/build.yml/badge.svg" alt="Build" width=auto height=auto />
9+
</div>
810

911
> [!Warning]
1012
> view.py is currently in alpha, and may be lacking some features.
1113
> If you would like to follow development progress, be sure to join [the discord](https://discord.gg/tZAfuWAbm2).
1214
13-
<div align="center">
14-
<a href="https://clientarea.space-hosting.net/aff.php?aff=303"><img width=150 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>
15-
<h3>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h3>
16-
</div>
17-
1815
- [Docs](https://view.zintensity.dev)
1916
- [Source](https://github.com/ZeroIntensity/view.py)
2017
- [PyPI](https://pypi.org/project/view.py)
@@ -63,6 +60,10 @@ def create(name: str, books: dict[str, str]):
6360
return JSON({"message": "Successfully created user!"}), 201
6461
```
6562

63+
## There's C code in here, how do I know it's safe?
64+
65+
view.py is put through [rigorous testing](https://github.com/ZeroIntensity/view.py/tree/master/tests), checked with [Valgrind](https://valgrind.org/), and checks for memory leaks, thanks to [Memray](https://github.com/bloomberg/memray). See the testing badges at the top.
66+
6667
## Installation
6768

6869
**Python 3.8+ is required.**
@@ -85,6 +86,7 @@ $ pip install view.py
8586
$ pipx install view.py
8687
```
8788

88-
## There's C code in here, how do I know it's safe?
89-
90-
view.py is put through [rigorous testing](https://github.com/ZeroIntensity/view.py/tree/master/tests), checked with [Valgrind](https://valgrind.org/), and checks for memory leaks, thanks to [Memray](https://github.com/bloomberg/memray). See the testing badges at the top.
89+
<div align="center">
90+
<a href="https://clientarea.space-hosting.net/aff.php?aff=303"><img width=150 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>
91+
<h4>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h4>
92+
</div>

0 commit comments

Comments
 (0)