Metadata-Version: 2.1
Name: fondat
Version: 4.0.14
Summary: A foundation for resource-oriented backend applications.
Home-page: https://github.com/fondat/fondat/
License: MIT
Keywords: asgi,foundation,resource,openapi
Author: fondat authors
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: aiosqlite (>=0.17,<0.18)
Requires-Dist: iso8601 (>=1.1,<2.0)
Requires-Dist: multidict (>=6.0,<7.0)
Requires-Dist: wrapt (>=1.14,<2.0)
Project-URL: Documentation, https://github.com/fondat/fondat/tree/main/docs
Description-Content-Type: text/markdown

# fondat

[![PyPI](https://img.shields.io/pypi/v/fondat)](https://pypi.org/project/fondat/)
[![Python](https://img.shields.io/pypi/pyversions/fondat)](https://python.org/)
[![GitHub](https://img.shields.io/badge/github-main-blue.svg)](https://github.com/fondat/fondat/)
[![Test](https://github.com/fondat/fondat/workflows/test/badge.svg)](https://github.com/fondat/fondat/actions?query=workflow/test)
[![License](https://img.shields.io/github/license/fondat/fondat.svg)](https://github.com/fondat/fondat/blob/main/LICENSE)

A foundation for resource-oriented backend applications.

## Introduction

Fondat is a foundation for resource-oriented backend applications in Python.

## Install

```
pip install fondat
```

## Develop

```
poetry install
poetry run pre-commit install
```

## Test

```
poetry run pytest
```
