python3-decorator

simplify usage of Python decorators by programmers

Description

Python 2.4 decorators have significantly changed the way Python programs are structured.
   * decorators help reduce boilerplate code;
   * decorators help the separation of concerns;
   * decorators enhance readability and maintainability;
   * decorators are very explicit.
Still, as of now, writing custom decorators correctly requires some experience and is not as easy as it could be. For instance, typical implementations of decorators involve nested functions and we all know that flat is better than nested. The aim of the decorator module it to simplify the usage of decorators for the average programmer and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/micheles/decorator


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-decorator