6 projects
py-ddd-framework
Python Domain-Driven Design (DDD) Framework
ddd-domain-events
Domain Driven Design:
toastedmarshmallow-models
Class models with validation and serialization
toastedmarshmallow-enum
The Toasted Marshmallow Enum package makes it possible to dump and load Enum values based on the ultra fast serialization that Toasted Marshmallow provides.
flask-json-api
The Flask JSON API package provides boilerplate code for setting up REST based apps.
flask_json_content_type_validator
Flask JSON Content-Type decorator which validates that the Content-Type is indeed application/json. In the case of a wrong content type, then the decorator will throw an exception which can be customized.