Top 20 Python Decorator Projects
-
Project mention: Show HN: Retry a command with exponential backoff and jitter (+ Starlark exprs) | news.ycombinator.com | 2024-11-15
backoff is good, too: https://github.com/litl/backoff
I moved away from tenacity because of type-checking issues. I might check out stamina next time.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
httpretty
Intercept HTTP requests at the Python socket level. Fakes the whole socket module (by gabrielfalcao)
-
Deal
🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
fastapi-class
provides a class-based View decorator to help reduce the amount of boilerplate necessary when developing related routes. ✨🚀
-
drf-api-action
drf-api-action elevates Django Rest Framework testing with the action_api fixture, simplifying REST endpoint testing to a seamless, function-like experience.
-
-
-
-
py-cachify
Caching and distributed locks in your applications with just one or two lines. Easy to learn. Fast to code.
Project mention: Py-cachify: Caching and locks in your Python apps with just a few lines | news.ycombinator.com | 2024-11-28 -
-
-
-
-
-
log_call
library to log function or method calls, this can be used in middleware to fetch results from a server.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Decorators discussion
Python Decorators related posts
Index
What are some of the best open-source Decorator projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | backoff | 2,629 |
2 | httpretty | 2,120 |
3 | Deal | 769 |
4 | Cachier | 584 |
5 | enforce | 543 |
6 | lambda-decorators | 249 |
7 | multitasking | 201 |
8 | stupid-python-tricks | 144 |
9 | fastapi-class | 111 |
10 | drf-api-action | 100 |
11 | paprika | 81 |
12 | polog | 62 |
13 | autothread | 35 |
14 | py-cachify | 30 |
15 | deczoo | 25 |
16 | DecoRouter | 22 |
17 | pyeventbus | 18 |
18 | penguin | 9 |
19 | decfunc | 5 |
20 | log_call | 1 |