canonical / charmcraft

Collaborate, build and publish charmed operators for Kubernetes, Linux and Windows.
Apache License 2.0
66 stars 69 forks source link

feat: fastapi-framework init profile and extension #1838

Closed javierdelapuente closed 1 month ago

javierdelapuente commented 1 month ago

This PR implements the spec ISD160 - 12-Factor FastAPI Support" for charmcraft.

For that, a new init profile called "fastapi-framework" and a new fastapi extension, called "fastapi-framework" are needed. These additions are similar to the flask and django init profiles and extensions.

For the fastapi profile, the base 24.04 is used.