|
| 1 | +--- |
| 2 | +title: "Falcon web framework" |
| 3 | +numberOfPeople: "~10" # How many people you expect to be able to accommodate. |
| 4 | +pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced. |
| 5 | +contactPerson: # The main person to reach out to regarding the sprint. |
| 6 | + name: "Vytautas Liuolia" |
| 7 | + email: vytautas.liuolia@gmail.com |
| 8 | + github: "https://github.com/vytas7" |
| 9 | + twitter: "vliuolia" # (I don't use it actively though.) |
| 10 | +links: # Add as many links as relevant. |
| 11 | + - title: "Falcon's GitHub repo" |
| 12 | + url: "https://github.com/falconry/falcon" |
| 13 | + - title: "Falcon's homepage" |
| 14 | + url: "https://falconframework.org" |
| 15 | + - title: "Contributing to Falcon" |
| 16 | + url: "https://falcon.readthedocs.io/community/contributing.html" |
| 17 | +--- |
| 18 | + |
| 19 | +Falcon is a minimalist ASGI/WSGI framework for building mission-critical REST |
| 20 | +APIs and microservices, with a focus on reliability, correctness, and |
| 21 | +performance at scale. |
| 22 | + |
| 23 | +Falcon has zero hard dependencies outside of the standard library! |
| 24 | + |
| 25 | +This sprint is open to contributors of all experience levels — items to sprint |
| 26 | +on range from improving documentation & adding new recipes to implementing new |
| 27 | +features in the framework, including (but not limited to!): |
| 28 | + |
| 29 | +- Implement native OpenTelemetry support |
| 30 | +- Better OpenAPI story |
| 31 | +- Clean up stream versus binary/text media handlers |
| 32 | +- Built-in support for limiting request and media payload sizes |
| 33 | +- Adding `AGENTS.md` and discussing how to navigate LLM contributions |
| 34 | + |
| 35 | +See also our contribution guide: |
| 36 | +https://falcon.readthedocs.io/community/contributing.html |
0 commit comments