Metadata-Version: 2.4
Name: web_apihelper_quart
Version: 0.0.2
Summary: Web API helper for Quart framework
Author: MyshkaGenom
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: quart>=0.18.0
Requires-Dist: quart-cors>=0.5.0
Requires-Dist: pyodbc>=4.0.32
Dynamic: license-file

# web_apihelper_quart

A convenient helper examples files code library for building Web APIs with the **Quart** framework.

## Features
- Simplified API integration for Quart.
- Pre-configured CORS support via `quart-cors`.
- Easy database connectivity using `pyodbc`.

## Installation

You can install the package via pip:

```bash
pip install web_apihelper_quart
```

## Dependencies
This package relies on the following libraries:
- `Quart`
- `quart-cors`
- `pyodbc`

## License
Distributed under the MIT License. See `LICENSE` for more information.

## Author
Developed by **MyshkaGenom**.
