Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 817 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 817 Bytes

fondat

PyPI Python GitHub Test 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