Metadata-Version: 2.1
Name: surquest-fastapi-schemas
Version: 0.0.1rc2
Summary: This project provides collection of standard schemas for FastAPI framework as: startDate, endDate, offset, limit, etc.
Project-URL: Homepage, https://github.com/surquest/python-fastapi-schemas
Project-URL: Bug Tracker, https://github.com/surquest/python-fastapi-schemas/issues
Author-email: Michal Švarc <michal.svarc@surquest.com>
License-File: LICENSE
Requires-Dist: fastapi>=0.86.0
Description-Content-Type: text/markdown

# Introduction

This project provides collection of utilities for FastAPI framework as:

* Custom Middlewares
* Exception Catchers
* Custom Rounter

# Quick Start

```python
from surquest.fastapi.utils import Logger

```
