Skip to content

Commit 0a1fd2a

Browse files
Update README.md
1 parent 626b604 commit 0a1fd2a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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)
8+
59
> [!Warning]
610
> view.py is currently in alpha, and may be lacking some features.
711
> If you would like to follow development progress, be sure to join [the discord](https://discord.gg/tZAfuWAbm2).
@@ -80,3 +84,7 @@ $ pip install view.py
8084
```console
8185
$ pipx install view.py
8286
```
87+
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.

0 commit comments

Comments
 (0)