Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37565594
en ru br
ALT Linux repos
S:4.4.2-alt2

Group :: Development/Python3
RPM: python3-module-decorator

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 4.4.2-alt2
Build date: 26 july 2021, 02:19 ( 143.9 weeks ago )
Size: 38.43 Kb

Home 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>

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-decorator
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin