From df54650e82df49f1e5ca4ceda8f4097892be652d Mon Sep 17 00:00:00 2001 From: Andrey Ivanov <35567046+knucklesuganda@users.noreply.github.com> Date: Mon, 15 May 2023 19:44:45 +0200 Subject: [PATCH] Add PyAssimilator PyAssimilator: https://github.com/knucklesuganda/py_assimilator 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7856d360..e3a72572 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns. * [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. * [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation. + * [PyAssimilator](https://github.com/knucklesuganda/py_assimilator/) - Multiple patterns that make you code quicker and better. ## ASGI Servers