Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)