Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
topic: docs
Improvements or additions to documentation
good first issue
Always wanted to get involved in an open source project but don’t know where to begin? Welcome!
kind/docs
A documentation change is required.
level/beginner
Estimated as solvable by a new contributor
Native syntactic support for type annotations was introduced in Python 3. This article provides an overview of this feature, reviews how it can be used to document information about expressions and functions in a structured way, and illustrates some of the advantages of leveraging it for applicable use cases.
Problem
We could improve the readability / experience reading through the library source code if there were module level docstrings.
Suggested solution
All python modules should include a docstring explaining