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