You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return JSON({"message": "Successfully created user!"}), 201
64
61
```
65
62
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
+
66
67
## Installation
67
68
68
69
**Python 3.8+ is required.**
@@ -85,6 +86,7 @@ $ pip install view.py
85
86
$ pipx install view.py
86
87
```
87
88
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