Inboard provides Docker images and utilities to power your Python APIs and help you ship faster. It wraps uvicorn with gunicorn for production-ready ASGI/WSGI serving. Current version: 0.92.0, requires Python >=3.10, <4. Release cadence: irregular, mostly maintenance.
pip install inboardVerified import paths — ran on the pinned version, not inferred.
Basic usage: call start() to run the server. Configure via environment variables (e.g., INBOARD_SERVER_ADDRESS).
Use Python 3.10+ or pin inboard<0.87.0.
Wrap the call in an if __name__ == '__main__' guard.
Replace 'from inboard_logging import ...' with 'from inboard import logging_config'.
Run 'pip install inboard' in your active environment.
Upgrade to >=0.87.0: 'pip install --upgrade inboard'.
Run start() as a script (python your_app.py), not interactively.
No dependency data recorded yet.