Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37402161
en ru br
ALT Linux repositórios
S:4.4.2-alt2

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 4.4.2-alt2
Data da compilação: 26 julho 2021, 02:19 ( 142.6 weeks ago )
Tamanho:: 38.43 Kb

Home page:   http://pypi.python.org/pypi/decorator

Licença: BSD-style
Sumário: Better living through Python with decorators
Descrição:

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>

Mantenedor currente: Grigory Ustinov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • python3-module-decorator
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009