Some practical pydantic validation decorators that support manual invocation.
Useful cache decorators for methods and properties
Useful decorators for working with Django Rest Framework.
A decorator used to throttle calls of regular functions and asyncio coroutines.
Tiny, useful decorators for logging and tallying function calls
An easy to use kafka consumer that uses the confluent kafka library, it runs concurrently with your flask server
Decorates for Cacheia library that allows invalidation and other shenanigans
A decorator for FastAPI to verify authentication and authorization via an external service.
Simple overloading of methods and functions through an @overload decorator
Python Timeout Decorators
Stouputils is a collection of utility modules designed to simplify and enhance the development process. It includes a range of tools for tasks such as execution of doctests, display utilities, decorators, as well as context managers, and many more.
Trouting (short for Type Routing) is a simple class decorator that allows to define multiple interfaces for a method that behave differently depending on input types.
Tools for working with container types, command data operations, and concise exception handling
Using redis as external redis_dec by one line of code
Caching decorator and django cache backend with advanced invalidation ability and dog-pile effect prevention
A decorator which prefers a precalculated attribute over calling the decorated method.
Timeout decorator for functions with backup
@accepts decorator to check arguments types
URL decorator for django views
Decorator for stylized interactive constructor using DSL parser
ec - a cli interface for python modules.
Bunch of decorators to decorate clickhouse-driver's execute method
Some simple but useful decorators
A collection of useful decorators.
A decorator for adding memoization to functions and methods.
async + threads + decorators = ?
A function decorator, that rewrites the bytecode, to enable goto in Python
Small Python utilities for adding concise functionality and usability to your code
Distributed locks, caching, and locking decorators at hand
A simplistic decorator based approach to rate limiting function calls.
Easy peasy Python decorators
A singleton-based thread management system with auto-registration and verbose logging
Some decorators for Python
Python decorator library that adds customizeable dunder methods to decorated classes.
A small collection of decorators I like to use often
A declarative framework for building API clients with minimal boilerplate using decorators, authentication, and backend adapters
Function decorators for Pandas and Polars Dataframe column name and data type validation
Cron scheduling extension for FastAPI with decorators, async support, Hooks, CLI, and SQLite job tracking.
decorate text, etc
A decorator to allow running a function against all AWS accounts in an organization
A very simple RPC-like library to make writing Pyodide applications easier. At the core of the library is a simple App + Decorator based approach inspired by Flask.
Delightful Python decorators for daily use
A decorator for easily mocking out multiple dependencies by monkey-patching.
Decorator that turns async generator functions into async context managers.
A simple, dynamic, decorator-based HTTP server inspired by Node.js's Express. Supports trio, TLS and WebSockets.