Quickly create flexible Python decorators
Extensible memoizing collections and decorators
Decorators for Humans
Function decoration for backoff and retry
A decorator to automatically detect mismatch when overriding a method.
Easy to use retry decorator.
A decorator for caching properties in classes.
Small library to dynamically create python functions.
Non-blocking Python methods using decorators
Easy to use retry decorator.
A library for deferring decorator actions
The better timout decorator
Backport functools.singledispatch to older Pythons.
Handy decorators for converting parameters
A powerful caching library for Python, with TTL support and multiple algorithm options. (https://github.com/lonelyenvoy/python-memoization)
Python decorator for async properties.
Timeout decorator
Create Python CLI apps with little to no effort at all!
Typing stubs for decorator
A testable singleton decorator
Create decorators easily in python.
uwsgidecorators standalone package
A flexible, customizable timer for your Python code.
Retry Decorator
Lazy attributes for Python objects
Separate test code from test cases in pytest.
Simple decorator to set attributes of target function or class in a DRY way.
A collection of useful decorators for making AWS Lambda handlers
easy to use command-line interface for python modules
A Telegram bot library, with simple route decorators.
Pytest decorator for parametrizing tests with default iterables.
singledispatch decorator for class methods.
This package is intended to provide a uniform schema for common machine learning applications, as well as a set of decorators that can be used to aid in web based ML prediction applications.
Python @deprecat decorator to deprecate old python classes, functions or methods.
Python functions and decorators for various backoff/retry strategies
Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.
A decorator for caching properties in classes (forked from cached-property).
Decorators for running functions in Thread/ThreadPool/IOLoop
Create decorators for your endpoints using FastAPI dependencies.
syntactic sugar for langchain
replace __all__ with @public.add decorator
Timeout control decorator and context managers, raise any exception in another thread
Persistent, stale-free, local and cross-machine caching for Python functions.
Django utility for a memoization decorator that uses the Django cache framework.
Pidfile featuring stale detection and file-locking, can also be used as context-manager or decorator