Package python3-module-decorator: Information
Source package: python3-module-decorator
Version: 4.4.2-alt2
Build time: Jan 17, 2022, 03:34 PM
Category: Development/Python3
Report package bugHome page: http://pypi.python.org/pypi/decorator
License: BSD-style
Summary: Better living through Python with decorators
Description:
Python decorators are an interesting example of why syntactic sugar
matters. In principle, their introduction in Python changed nothing,
since they do not provide any new functionality which was not already
present in the language. In practice, their introduction has
significantly changed the way we structure our programs in Python. I
believe the change is for the best, and that decorators are a great idea
since:
* decorators help reducing boilerplate code;
* decorators help separation of concerns;
* decorators enhance readability and maintenability;
* decorators are explicit.
Michele Simionato <michele simionato at gmail com>Maintainer: Grigory Ustinov
List of contributors:
Grigory Ustinov
Yuri N. Sedunov
Alexey Shabalin
Igor Vlasenko
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Aleksey Avdeev
Vitaly Kuznetsov
Grigory Ustinov
Yuri N. Sedunov
Alexey Shabalin
Igor Vlasenko
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Aleksey Avdeev
Vitaly Kuznetsov
Last changed
July 26, 2021 Grigory Ustinov 4.4.2-alt2
- Drop python2 support.
May 3, 2021 Yuri N. Sedunov 4.4.2-alt1
- 4.4.2 - made python2 build optional
Dec. 24, 2018 Alexey Shabalin 4.3.0-alt1
- 4.3.0