https://github.com/rupurt/quartutils
Quart utility helpers
https://github.com/rupurt/quartutils
hypercorn python quart
Last synced: 3 months ago
JSON representation
Quart utility helpers
- Host: GitHub
- URL: https://github.com/rupurt/quartutils
- Owner: rupurt
- License: mit
- Created: 2024-04-30T19:46:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T00:54:05.000Z (almost 2 years ago)
- Last Synced: 2025-09-20T22:37:24.066Z (7 months ago)
- Topics: hypercorn, python, quart
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quartutils


[Quart](https://quart.palletsprojects.com/en/latest/) utility helpers
## Usage
1. Install the package from pypi
```console
> pip install quartutils
```
## Development
This repository manages the dev environment as a Nix flake and requires [Nix to be installed](https://github.com/DeterminateSystems/nix-installer)
```console
> nix develop -c $SHELL
```
```console
> make setup
```
```console
> make test
```
## Publish Package to PyPi
```console
> make pypi
```
## License
`quartutils` is released under the [MIT license](./LICENSE)