Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupurt/quartutils
Quart utility helpers
https://github.com/rupurt/quartutils
hypercorn python quart
Last synced: 21 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T00:54:05.000Z (6 months ago)
- Last Synced: 2024-10-10T14:38:47.966Z (about 1 month 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
![pypi](https://img.shields.io/pypi/v/quartutils.svg)
![versions](https://img.shields.io/pypi/pyversions/quartutils.svg)[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)