[PR #1874] Add objectfactory #1599

Open
opened 2025-11-06 13:19:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1874
Author: @devinaconley
Created: 11/16/2021
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1874 **Author:** [@devinaconley](https://github.com/devinaconley) **Created:** 11/16/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9a09e83`](https://github.com/vinta/awesome-python/commit/9a09e83d694a46991c9c62788e056b3a1205067a) Add objectfactory ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:19:30 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1599