Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@

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

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

> [!Warning]
> view.py is currently in alpha, and may be lacking some features.
> If you would like to follow development progress, be sure to join [the discord](https://discord.gg/tZAfuWAbm2).

<div align="center">
<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>
<h3>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h3>
</div>

- [Docs](https://view.zintensity.dev)
- [Source](https://github.com/ZeroIntensity/view.py)
- [PyPI](https://pypi.org/project/view.py)
Expand Down Expand Up @@ -63,6 +60,10 @@ def create(name: str, books: dict[str, str]):
return JSON({"message": "Successfully created user!"}), 201
```

## There's C code in here, how do I know it's safe?

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.

## Installation

**Python 3.8+ is required.**
Expand All @@ -85,6 +86,7 @@ $ pip install view.py
$ pipx install view.py
```

## There's C code in here, how do I know it's safe?

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.
<div align="center">
<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>
<h4>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h4>
</div>