python-decorator
There are 13 repositories under python-decorator topic.
karlicoss/cachew
Transparent and persistent cache/serialization powered by type hints
GiulioRossetti/pynotify
Python decorator that notifies via email the termination of a function
XevoInc/argexec
Expose your Python functions to the command line with one easy step!
XevoInc/dynamic_dispatch
dynamic dispatch decorator for classes and functions
jonhillmtl/memoize
A Python decorator allowing a method or function's return value to be memoized.
asuiu/retry
easy to use retry decorator in python
lexhouk/goit-algo-hw-05
Модуль 5. Функціональне програмування та вбудовані модулі Python
neeru1207/Selective_LRU_Cache_Decorator
A Python Decorator similar to but simpler than functools.lru_cache with the extra ability to select parameters
oversider-kosma/autoinit
Python decorator for automatic initialization instance attributes
arthurcerveira/Email-Function-Logger
Update: Project was discontinued | A Python decorator to log information about a function and send it to your email
jha-shubham01/python-decorator
This project shows how create a Python decorator and use it
WilliamSpanfelner/day-54-CodeExecutionTimer
Decorators are functions that take functions as input and can be used to test the efficiency of code. Drop function into this decorator and it will tell you how long it took to execute.