objectfactory

Build Status codecov Documentation Status

objectfactory is a python package to easily implement the factory design pattern for object creation, serialization, and polymorphism

  • designed to support polymorphism

  • integrates seamlessly with marshmallow and other serialization frameworks

  • schema inherent in class definition

  • load any object with a generic interface

  • serialize objects to JSON