Metadata-Version: 2.4
Name: apish
Version: 0.5.1
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

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/>`_.
