271 skills found · Page 3 of 10
fredwu / Ruby DecoratorsRuby method decorators inspired by Python.
zmitchell / Annotation AbuseRust-like macros in Python by abusing type annotations
raceychan / PremierA Flexible, Lightweight API-Gateway written in python that can be used as an ASGI middleware, app, or decorators.
hustcc / Wrapcache:zap: A python Function / Method OUTPUT cache system base on function Decorators.
KarlGong / Ptestptest is a light test framework for Python. With ptest, you can tag test classes & test cases by decorators, execute test cases by command line, and get clear reports.
dzautner / JSDecoratorsPython like decorators in Javascript with pseudo operator overloading.
statnett / Data CachePython data cache decorator
alexdelorenzo / Limiter⏲️ Easy rate limiting for Python using a token bucket algorithm, with async and thread-safe decorators and context managers
michilu / Python Functools32Backport of the functools module from Python 3.2.3 for use with Python 2.7 and PyPy. Includes `lru_cache` (Least-recently-used cache decorator)
nu11ptr / PyInstanceVarsAutomatically create Python instance variables from initializer arguments using a simple decorator
1stvamp / Memorisedmemcache memoization decorators and utils for python
haarcuba / Dryablea useful dry-run decorator for python
EasyDevv / PyhuntLightweight Python logging tool for visual call tracing, tree-structured colored logs, and easy debugging with a simple decorator. Optimized for both standard and AI-generated codebases.
iartarisi / Undecoratedstrip the decorators from a python function or method
leohowell / Redis LruLRU cache for Python. Use Redis as backend. Provides a dictionary-like object as well as a method decorator. pip install redis-lru
benmezger / PydebugDecorators for debugging Python
bkryza / DecorestDecorator based declarative REST client for Python
synaptiai / Prompt DecoratorsA standardized framework for enhancing how LLMs process and respond to prompts through composable decorators, featuring an official open standard specification and Python reference implementation with MCP server integration.
smarie / Python AutoclassA python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getters/setters along with optional support of validation contracts on the generated setters. Its objective is to reduce the amount of copy/paste code in your classes - and hence to help reducing human mistakes :).
mapbox / CligjClick-based argument and option decorators for Python GIS command line programs