[PR #2475] Add PyAssimilator #1794

Open
opened 2025-11-06 13:23:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2475
Author: @knucklesuganda
Created: 5/15/2023
Status: 🔄 Open

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

PyAssimilator: https://github.com/knucklesuganda/py_assimilator

What is this Python project?

The best Python patterns that allow you to completely remove dependencies from your code. PyAssimilator supports multiple databases and enables you to quickly switch data storages without changing a single line of your code.

What's the difference between this Python project and similar ones?

  • Simple and readable DDD patterns.
  • You can switch data storages without changing a single line of your code. For example, MySQL to MongoDB without changing the logic.
  • You can remove more than 40% of your boilerplate code.
  • You remove any kind of external dependencies from your code and move them to the patterns.
  • Common things like CRUD are already implemented, and you can use them with one function.
  • You can easily implement your own patterns for any kind of external provider.

--

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/2475 **Author:** [@knucklesuganda](https://github.com/knucklesuganda) **Created:** 5/15/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`df54650`](https://github.com/vinta/awesome-python/commit/df54650e82df49f1e5ca4ceda8f4097892be652d) Add PyAssimilator ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description PyAssimilator: https://github.com/knucklesuganda/py_assimilator ## What is this Python project? The best Python patterns that allow you to completely remove dependencies from your code. PyAssimilator supports multiple databases and enables you to quickly switch data storages without changing a single line of your code. ## What's the difference between this Python project and similar ones? - Simple and readable DDD patterns. - You can switch data storages without changing a single line of your code. For example, MySQL to MongoDB without changing the logic. - You can remove more than 40% of your boilerplate code. - You remove any kind of external dependencies from your code and move them to the patterns. - Common things like CRUD are already implemented, and you can use them with one function. - You can easily implement your own patterns for any kind of external provider. -- 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:23:22 -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#1794