| pydanny/cached-property |
670 |
|
1,347 |
750 |
over 2 years ago |
17 |
September 21, 2020 |
46 |
bsd-3-clause |
Python |
| A decorator for caching properties in classes. |
| pnpnpn/timeout-decorator |
364 |
|
248 |
137 |
over 5 years ago |
10 |
November 15, 2020 |
26 |
mit |
Python |
| Timeout decorator for Python |
| kata198/func_timeout |
230 |
|
7 |
83 |
over 3 years ago |
12 |
August 19, 2019 |
10 |
lgpl-3.0 |
Python |
| Python module which allows you to specify timeouts when calling any existing function, and support for stoppable threads |
| ranaroussi/multitasking |
139 |
|
27 |
62 |
almost 4 years ago |
12 |
July 20, 2025 |
7 |
apache-2.0 |
Python |
| Non-blocking Python methods using decorators |
| BrianPugh/lox |
54 |
|
0 |
1 |
over 3 years ago |
20 |
April 07, 2022 |
0 |
apache-2.0 |
Python |
| Threading and Multiprocessing made easy. |
| luoyusang2007/GoStyle |
53 |
|
0 |
0 |
about 6 years ago |
6 |
January 26, 2020 |
1 |
mit |
Python |
| Go syntax implementation in python. |
| sametmax/Bat-belt |
35 |
|
1 |
0 |
over 8 years ago |
8 |
November 23, 2013 |
1 |
|
Python |
| A collection of gagdets make Python even more powerful |
| farialima/django-tasks |
19 |
|
0 |
0 |
about 9 years ago |
0 |
|
0 |
|
Python |
| Simple asynchronous task management for long-running batch tasks on a Django app |
| alexdelorenzo/limiter |
19 |
|
0 |
0 |
over 2 years ago |
0 |
|
2 |
lgpl-3.0 |
Python |
| ⏲️ Easy rate limiting for Python using a token bucket algorithm, with async and thread-safe decorators and context managers |
| python-useful-helpers/threaded |
15 |
|
5 |
10 |
over 2 years ago |
42 |
November 22, 2023 |
0 |
apache-2.0 |
Python |
| Python ThreadPool and ProcessPool executor decorators as way to reduce copy-paste of code. |