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: 6 months ago
JSON representation

Quart utility helpers

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)