Skip to content

Initial Release

Compare
Choose a tag to compare
@gchorn gchorn released this 12 Apr 02:33
· 24 commits to master since this release

Initial release of golden-marshmallows library.

Features:

  • GoldenSchema: a Marshmallow Schema subclass that auto-generates fields based on SQLAlchemy model classes
  • EnumField: a Marshmallow Field subclass that handles stringification of SQLAlchemy ENUM type fields
  • Tests of GoldenSchema functionality