Package python3-module-decorator: Information

    Source package: python3-module-decorator
    Version: 5.2.1-alt1
    Latest version according to Repology
    Build time:  Feb 25, 2025, 05:33 PM in the task #376067
    Report package bug
    License: BSD-2-Clause
    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.

    List of RPM packages built from this SRPM:
    python3-module-decorator (noarch)

    Maintainer: Grigory Ustinov


    ACL:
    Grigory Ustinov
    @python

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-setuptools
      3. python3-module-wheel
      4. rpm-build-python3

    Last changed


    Feb. 25, 2025 Grigory Ustinov 5.2.1-alt1
    - Automatically updated to 5.2.1.
    June 4, 2024 Grigory Ustinov 5.1.1-alt1
    - Build new version.
    July 26, 2021 Grigory Ustinov 4.4.2-alt2
    - Drop python2 support.