Skip to content

Commit e3552f3

Browse files
Update README.md
1 parent 7c72b08 commit e3552f3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
- [PyPI](https://pypi.org/project/view.py)
1818
- [Discord](https://discord.gg/tZAfuWAbm2)
1919

20-
<div align="center">
21-
<a href="https://clientarea.space-hosting.net/aff.php?aff=303"><img width=100 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>
22-
<h4>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h4>
23-
</div>
24-
2520
## Features
2621

2722
- Batteries Detachable: Don't like our approach to something? No problem! We aim to provide native support for all your favorite libraries, as well as provide APIs to let you reinvent the wheel as you wish.
@@ -65,6 +60,10 @@ def create(name: str, books: dict[str, str]):
6560
return JSON({"message": "Successfully created user!"}), 201
6661
```
6762

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+
6867
## Installation
6968

7069
**Python 3.8+ is required.**
@@ -87,6 +86,7 @@ $ pip install view.py
8786
$ pipx install view.py
8887
```
8988

90-
## There's C code in here, how do I know it's safe?
91-
92-
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=100 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)