Flask REST framework for generating CRUD APIs and OpenAPI specs in the SQLAlchemy, Marshmallow/Pydantic application stack.
Flask-Muck is a declarative framework designed to streamline the development process of RESTful APIs with CRUD endpoints in Flask, SqlAlchemy, and Marshmallow/Pydantic application stack. The framework offers a modular approach to automatically generate CRUD endpoints, supports search, filter, sort, and pagination functionalities, and allows for the integration of pre and post callbacks for manipulation endpoints. Flask-Muck is fully compatible with various Flask views and provides support for schema definitions using Marshmallow and Pydantic.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.