Metadata-Version: |
2.3 |
Name: |
inboard |
Version: |
0.71.1 |
Summary: |
Docker images and utilities to power your Python APIs and help you ship faster. |
Author-Email: |
Brendon Smith <bws[at]bws.bio> |
Project-Url: |
Docker, https://github.com/br3ndonland/inboard/pkgs/container/inboard |
Project-Url: |
Documentation, https://inboard.bws.bio |
Project-Url: |
Homepage, https://github.com/br3ndonland/inboard |
Project-Url: |
Repository, https://github.com/br3ndonland/inboard |
License: |
MIT |
Keywords: |
asgi,docker,fastapi,gunicorn,uvicorn |
Classifier: |
Framework :: FastAPI |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Internet :: Log Analysis |
Classifier: |
Topic :: Internet :: WWW/HTTP :: HTTP Servers |
Classifier: |
Topic :: Internet :: WWW/HTTP :: WSGI |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Topic :: System :: Software Distribution |
Classifier: |
Topic :: Utilities |
Classifier: |
Typing :: Typed |
Requires-Python: |
<4,>=3.9 |
Requires-Dist: |
gunicorn (==22.0.0) |
Requires-Dist: |
uvicorn (==0.28.1) |
Requires-Dist: |
mypy (==1.13.0); extra == "checks" |
Requires-Dist: |
ruff (<0.8,>=0.7); extra == "checks" |
Requires-Dist: |
mkdocs-material (<10,>=9); extra == "docs" |
Requires-Dist: |
fastapi (==0.115.5); extra == "fastapi" |
Requires-Dist: |
starlette (<0.42.0,>=0.40.0); extra == "starlette" |
Requires-Dist: |
coverage[toml] (<8,>=7); extra == "tests" |
Requires-Dist: |
httpx (<1,>=0.23); extra == "tests" |
Requires-Dist: |
pytest-mock (<4,>=3); extra == "tests" |
Requires-Dist: |
pytest-timeout (<3,>=2); extra == "tests" |
Requires-Dist: |
pytest (<9,>=8.1.1); extra == "tests" |
Requires-Dist: |
httptools (>=0.5.0); extra == "uvicorn-fast" |
Requires-Dist: |
uvloop (!=0.15.0,!=0.15.1,>=0.14.0); (sys_platform != "win32" and (sys_platform != "cygwin" and platform_python_implementation != "PyPy")) and extra == "uvicorn-fast" |
Requires-Dist: |
websockets (>=10.4); extra == "uvicorn-fast" |
Requires-Dist: |
uvicorn[standard] (==0.28.1); extra == "uvicorn-standard" |
Provides-Extra: |
checks |
Provides-Extra: |
docs |
Provides-Extra: |
fastapi |
Provides-Extra: |
starlette |
Provides-Extra: |
tests |
Provides-Extra: |
uvicorn-fast |
Provides-Extra: |
uvicorn-standard |
Description-Content-Type: |
text/markdown |