Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
An easy to use, but functional decorator for retrying on exceptions.
cachettl is an elegant LRU TTL cache decorator that also works with asyncio. It has the cache_info(), cache_clear() methods and access to the remainingttl property.
Decorator which checks whether the function is called with the correct type of parameters
A set of python decorators to simplify aws python lambda development
Python 3.6+ async/sync memoize and rate decorators
Function decorators based on asyncio synchronization primitives
Use singletons with a decorator
Move logging code out of your business logic with decorators
Include Django URL patterns with decorators
A decoration mechanism for boto3 that allows automatic decoration of any and all boto3 clients and resources
A rst converter to ansi-decorated console output
PyPlugs, decorator based plug-in architecture for Python
Python2 keyword-only argument emulation as a decorator. Python 3 compatible.
common decorators
Decorator for REST endpoints in flask. Validate JSON request data.
Provides a decorator that automatically catches known transient exceptions that are common in the Ethereum/EVM ecosystem and reattempts to evaluate your decorated function
An easy to use decorator to enforce static typing for function and dataclasses.
Common utilities to ease development of Python packages
Decorators for profiling/timing/tracing individual functions
Cache function return values automatically with decorators.
An elegant way to run period tasks.
A library of decorators.
Create step-wise / incremental tests in pytest.
autoupdated database fields for model methods
Export your test suites and cases to JUnit report using decorators
keep lambdas warm and monitor cold starts with a simple decorator
Easily create multi-purpose decorators that have access to the FQN of the original function.
⏲️ Easy rate limiting for Python. Rate limiting async and thread-safe decorators and context managers that use a token bucket algorithm.
``aspectlib`` is an aspect-oriented programming, monkey-patch and decorators library. It is useful when changing
Decorators for encrypting/decrypting passed arguments
PHPUnit-like @dataprovider decorator for unittest
Provides decorators that are inspired by and work closely with cachetools' for caching asyncio functions and methods.
Class decorator to enable async __init__
A collection of tools to build function based Django APIs
Decorator for logging function arguments and return value by human-readable way
Timeout decorator for sync and async functions
AWS DynamoDB utility for parsing DynamoDB responses
Decorators @condition, @last_modified and @etag for Django Rest Framework
decorators utility
Commn utilities to ease development of Python packages
A simple python decorator for defining properties that only run their fget function once
Django-urldecorators is a reusable Django application which allows apply view decorators and middleware components depending on requested url.
Redis task lock decorator for django celery tasks
Provides a 'classproperty' decorator.
@self decorator makes method return self (jQuery-like chaining)