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.
This commit is contained in:
Andrey Ivanov 2023-05-15 19:44:45 +02:00 committed by GitHub
parent fcf4aeb762
commit df54650e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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