Metadata-Version: 2.1
Name: quartutils
Version: 0.0.1
Summary: Quart utility helpers
Author-email: Alex Kwiatkowski <alex+pypi@fremantle.io>
Project-URL: Homepage, https://github.com/rupurt/quartutils
Project-URL: Issues, https://github.com/rupurt/quartutils/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hypercorn>=0.16.0
Requires-Dist: quart>=0.19.0
Provides-Extra: test
Requires-Dist: build>=1.2.1; extra == "test"
Requires-Dist: ruff>=0.3.4; extra == "test"
Requires-Dist: pip-tools>=7.4.1; extra == "test"
Requires-Dist: pygments>=2.17.0; extra == "test"
Requires-Dist: pyhamcrest>=2.1.0; extra == "test"
Requires-Dist: pyright>=1.1.0; extra == "test"
Requires-Dist: pytest>=8.1.0; extra == "test"
Requires-Dist: pytest-cov>=5.0.0; extra == "test"
Requires-Dist: pytest-watcher>=0.4.0; extra == "test"
Requires-Dist: twine>=5.0.0; extra == "test"

# 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
```

2. TODO...

## 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)
