Metadata-Version: 2.1
Name: apish
Version: 0.5.0
Summary: Small, opinionated library for building REST APIs.
Home-page: https://gitlab.com/greenhousecode/ai/apish/
Author: Greenhouse AI team
Author-email: ai@greenhousegroup.com
Keywords: rest http web
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: fastapi~=0.110
Requires-Dist: uvicorn~=0.27.0

Description
============

Introduction
------------

Apian is an opinionated library for setting up a Python-based service with a
minimum of boilerplate. It is a thin wrapper around `FastAPI
<https://pypi.org/project/fastapi/>`_.
