fastapi
https://github.com/tiangolo/fastapi
Python
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported121 Subscribers
View all SubscribersAdd a CodeTriage badge to fastapi
Help out
- Issues
- ✨ Extract descriptions of parameters and responses from docstring
- ♻️ Simplify code in `fastapi/routing.py`
- ✨ Add support for Starlette's scoped middleware
- 📝 Add validation error example for `Enum` path parameter
- Add PydanticJSONResponse
- ✨ Allow custom `JsonSchemaGenerator` for OpenAPI generation
- 🐛 Fix using `Json[list[str]]` type (issue #10997)
- 🐛 Ensure handlers receive `fastapi.UploadFile` instances, not Starlette's
- ⚡️ Parallelize dependency resolution
- 📝 Fix CORS tutorial inconsistency with `allow_credentials=True` and wildcard values in `allow_methods`/`allow_headers`
- Docs
- Python not yet supported