Package python-module-decorator: Information

    Source package: python-module-decorator
    Version: 3.4.0-alt1.1
    Build time:  Mar 31, 2013, 06:11 AM
    Report package bug
    License: BSD
    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>

    List of rpms provided by this srpm:
    python-module-decorator (noarch)
    python3-module-decorator (noarch)



    ACL:
    Eugeny A. Rostovtsev
    @qa
    @python
    @everybody

      1. python3-devel
      2. python3-module-distribute
      3. python-devel
      4. python-module-distribute
      5. rpm-build-python
      6. rpm-build-python3

    Last changed


    March 22, 2013 Aleksey Avdeev 3.4.0-alt1.1
    - Rebuild with Python-3.3
    Feb. 13, 2013 Eugeny A. Rostovtsev 3.4.0-alt1
    - Version 3.4.0
    May 12, 2012 Eugeny A. Rostovtsev 3.3.3-alt1
    - Version 3.3.3
    - Added module for Python 3