Package python-module-interfaces: Information

    Source package: python-module-interfaces
    Version: 0.0.2-alt1.1
    Build time:  Mar 14, 2016, 08:23 PM in the task #161289
    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 rpms provided by this srpm:
    python-module-interfaces (noarch)
    python3-module-interfaces (noarch)



      1. python3-devel
      2. rpm-build-python3
      3. python-devel

    Last changed


    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)
    July 17, 2014 Eugeny A. Rostovtsev 0.0.2-alt1
    - Initial build for Sisyphus