clearskies

clearskies is an opinionated Python framework intended for developing microservices in the cloud via declarative programming principles. It is mainly intended for backend services and so is designed for RESTful API endpoints, queue listeners, scheduled tasks, and the like.

And Go!

pip install clear-skies

or

pipenv install clear-skies

or

poetry add clear-skies

For more details see the overview to understand why this exists.