Package python3-module-interfaces: Information

    Source package: python3-module-interfaces
    Version: 0.0.4-alt2
    Build time:  Apr 3, 2020, 04:01 AM
    Report package bug
    License: Apache v2
    Summary: Simple decorator implementation of an interface
    Description: 
    This library is a trivial implementation of an interface in Python,
    with the following aspects / features:
    
    * It fails at import time, not at construction, so you know
      immediately when you have a problem.
    * It's quite simple (very few LOC) and lenient where it counts
    * It exclusively uses decorators, so...
    * It does not require inheritance (reducing 'forced' subclassing)
    * It does not enforce any typing checks
    * It is intended to 'enhance' duck typing by avoiding common
      pitfalls (forgot to implement something on your fake duck class,
      overwrote something fundamental, etc.)

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

    Maintainer: Andrey Bychkov


      1. rpm-build-python3
      2. python3-module-setuptools

    Last changed


    Nov. 5, 2019 Andrey Bychkov 0.0.4-alt2
    - disable python2
    Jan. 17, 2017 Igor Vlasenko 0.0.4-alt1
    - automated PyPI update
    March 13, 2016 Ivan Zakharyaschev 0.0.2-alt1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)