Metadata-Version: 2.4
Name: openg2p-fastapi-common
Version: 1.1.2
Summary: OpenG2P Library for initializing common API Backend components
Project-URL: Homepage, https://openg2p.org
Project-URL: Documentation, https://docs.openg2p.org/
Project-URL: Repository, https://github.com/openg2p/openg2p-fastapi-common
Project-URL: Source, https://github.com/openg2p/openg2p-fastapi-common
Author-email: OpenG2P <info@openg2p.org>
License-File: LICENSE
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: asyncio~=3.4.3
Requires-Dist: fastapi~=0.103.1
Requires-Dist: gunicorn~=22.0.0
Requires-Dist: httpx>=0.23.0
Requires-Dist: json-logging~=1.3.0
Requires-Dist: orjson~=3.9.7
Requires-Dist: pydantic-extra-types~=2.0.0
Requires-Dist: pydantic-settings~=2.0.0
Requires-Dist: python-multipart>=0.0.5
Requires-Dist: sqlalchemy~=2.0.20
Requires-Dist: uvicorn[standard]>=0.12.0
Description-Content-Type: text/markdown

# OpenG2P FastAPI Common

[![Pre-commit Status](https://github.com/OpenG2P/openg2p-fastapi-common/actions/workflows/pre-commit.yml/badge.svg?branch=1.1)](https://github.com/OpenG2P/openg2p-fastapi-common/actions/workflows/pre-commit.yml?query=branch%3A1.1)
[![Build Status](https://github.com/OpenG2P/openg2p-fastapi-common/actions/workflows/test.yml/badge.svg?branch=1.1)](https://github.com/OpenG2P/openg2p-fastapi-common/actions/workflows/test.yml?query=branch%3A1.1)
[![codecov](https://codecov.io/gh/OpenG2P/openg2p-fastapi-common/branch/1.1/graph/badge.svg)](https://codecov.io/gh/OpenG2P/openg2p-fastapi-common)
[![PyPI](https://img.shields.io/pypi/v/openg2p-fastapi-common?label=pypi%20package)](https://pypi.org/project/openg2p-fastapi-common)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/openg2p-fastapi-common)](https://pypi.org/project/openg2p-fastapi-common)

This package contains can be used to bootstrap the common components API, API Models, ORM, Configs, etc.

## Usage

TBD
