Flask Muck Versions Save

🧹 Flask REST framework for generating CRUD APIs and OpenAPI specs in the SQLAlchemy, Marshmallow/Pydantic application stack.

v0.3.0

3 months ago

0.3.0 (2024-01-28)

Features

  • adds Flask extension that dynamically generates OpenAPI specification and Swagger UI. (#44) (2bc465e)

Dependencies

  • bump pytest from 7.4.3 to 7.4.4 (c5f54a0)

Documentation

  • add bt-macole as a contributor for infra (#33) (df39f7f)

v0.2.0

4 months ago
  • Adds support for using Pydantic models to define request and response schemas.

v0.1.1

5 months ago
  • Updates PATCH endpoint logic to fall back to UpdateSchema if PatchSchema is None.
  • Updates documentation.

v0.1.0

5 months ago

Moving this out of beta. First official release!

v0.0.3b6

5 months ago
  • Updates callback classnames to follow conventions.

v0.0.3b5

5 months ago
  • Updates documentation
  • Updates project dependencies
  • Removes FlaskMuckApiView primary key configuration and replaces it with Model inspection.

v0.0.3b4

5 months ago
  • Updates documentation.
  • Changes name of MuckApiview class to FlaskMuckapiView.

v0.0.3b3

5 months ago

Updates documentation.

v0.0.3b2

5 months ago

Updates documentation.

v0.0.3b

5 months ago

Initial beta release.