Created by: devinaconley
What is this Python project?
objectfactory is a python package to easily implement the factory design pattern for object creation, serialization, and polymorphism
What's the difference between this Python project and similar ones?
- designed for easy polymorphic object loading
- integrates with marshmallow for serialization, validation, and custom schemas
- schema defined seamlessly as part of class definition
- highly flexible to complex, nested, or unique object structures
repo here: https://github.com/devinaconley/py-object-factory
docs here: https://objectfactory.readthedocs.io/
--
Anyone who agrees with this pull request could submit an Approve review to it.