Skip to main content

Docker images and utilities to power your Python APIs and help you ship faster.

Project description

🚢 inboard 🐳

inboard logo

Docker images and utilities to power your Python APIs and help you ship faster.

PyPI GitHub Container Registry coverage builds Ruff

Mentioned in Awesome FastAPI

Description

This repository provides Docker images and a PyPI package with useful utilities for Python web servers. It runs Uvicorn with Gunicorn, and can be used to build applications with Starlette and FastAPI.

Justification

Why use this project? You might want to try out inboard because it:

  • Offers a Python package and Docker images that work together. Python packages and Docker images don't automatically share the same versioning systems, but inboard can help with this. You might install the Python package with a minor version constraint. You can also pull the corresponding Docker image by specifying the minor version in the Docker tag (FROM ghcr.io/br3ndonland/inboard:<version>).
  • Tests everything. inboard performs unit testing of 100% of the Python code, and also runs smoke tests of the Docker images each time they are built.
  • Sets sane defaults, but allows configuration. Configure a variety of settings with environment variables. Or run it as-is and it just works.
  • Configures logging extensibly. inboard simplifies logging by handling all its Python log streams with a single logging config. It also offers the ability to filter health check endpoints out of the access logs. Don't like it? No problem. You can easily extend or override the logging behavior.

Quickstart

Get started with Docker, pull and run an image, and try an API endpoint.

docker pull ghcr.io/br3ndonland/inboard
docker run -d -p 80:80 ghcr.io/br3ndonland/inboard
http :80  # HTTPie: https://httpie.io/

Documentation

Documentation is built with Material for MkDocs, deployed on Vercel, and available at inboard.bws.bio and inboard.vercel.app.

Vercel build configuration:

  • Build command: python3 -m pip install mkdocs-material && mkdocs build --site-dir public
  • Output directory: public (default)

Vercel site configuration is specified in vercel.json.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inboard-0.66.1.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

inboard-0.66.1-py3-none-any.whl (15.9 kB view details)

Uploaded Python 3

File details

Details for the file inboard-0.66.1.tar.gz.

File metadata

  • Download URL: inboard-0.66.1.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for inboard-0.66.1.tar.gz
Algorithm Hash digest
SHA256 62480cb00294404d0244fcfd539065b4ffed8972f24719d61de8409529b28af2
MD5 8e29c18a063ba2757ae757479d76c373
BLAKE2b-256 b8ff7359ba269965fbfc6db64129adda14d5565b88f5383287a3396eca30dc0d

See more details on using hashes here.

File details

Details for the file inboard-0.66.1-py3-none-any.whl.

File metadata

  • Download URL: inboard-0.66.1-py3-none-any.whl
  • Upload date:
  • Size: 15.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for inboard-0.66.1-py3-none-any.whl
Algorithm Hash digest
SHA256 33f5661f814def13a5802d7e4df2ba608fc97a0efa7372ec2ac6f5d48c0c54e8
MD5 c2b4b46ccd477e94bb762d2e18700e9a
BLAKE2b-256 591b8fbeaa394afe6c6f75bc3d351899533e403464f76da40b56ccfbd7775c32

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page