pythonbible_api

pythonbible-api is an API wrapper for the pythonbible library using FastAPI.


License
MIT
Install
pip install pythonbible_api==0.0.1

Documentation

pythonbible-api

An API wrapper for the pythonbible library using FastAPI.

PyPI version license MIT

Code style: black

Python 3.9

WARNING: This is very much still a work in progress and does not yet have a stable release. Breaking changes are expected.

Installation

pip install pythonbible-api

Usage

To test pythonbible-api out locally, install uvicorn.

pip install uvicorn[standard]

Run the following command in the pythonbible_api directory to start uvicorn:

uvicorn main:app --reload

Uvicorn should now be running locally at http://127.0.0.1:8000, and you can view the documentation at http://127.0.0.1:8000/docs or http://127.0.0.1:8000/redoc.