django-concurrency
Optimistic lock implementation for Django. Prevents users from doing concurrent editing. (by saxix)
pyee
A rough port of Node.js's EventEmitter to Python with a few tricks of its own (by jfhbrook)
| django-concurrency | pyee | |
|---|---|---|
| 2 | 1 | |
| 466 | 428 | |
| -0.4% | 0.2% | |
| 4.4 | 6.7 | |
| 6 days ago | 22 days ago | |
| Python | Python | |
| MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
django-concurrency
Posts with mentions or reviews of django-concurrency.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Gérer les Conflits de Concurrence dans Django avec `django-concurrency`
Code Source sur GitHub
-
Any way to buffer or prevent additional client requests until a response is received?
Also a package that might be worth checking out (I've not tried it): https://github.com/saxix/django-concurrency
pyee
Posts with mentions or reviews of pyee.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-17.
-
pyee Release 9.0: Type Annotations, New APIs & More!
I just published a fresh release of pyee and boy does it have a lot of changes from the last *counts on fingers* 5 months! I wanted to talk about the changes and what went into them, as some of them are fun and interesting.
What are some alternatives?
When comparing django-concurrency and pyee you can also consider the following projects:
pykka - 🌀 Pykka makes it easier to build concurrent Python applications.
aiometer - A Python concurrency scheduling library, compatible with asyncio and trio.
example-code-2e - Example code for Fluent Python, 2nd edition (O'Reilly 2022)
culsans - Thread-safe async-aware queue for Python
rpmalloc - Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
triotp - TriOTP, the OTP framework for Python Trio