Package python3-module-interfaces: Information
Source package: python3-module-interfaces
Version: 0.0.4-alt2
Build time: Apr 3, 2020, 04:01 AM
Category: Development/Python3
Report package bugHome page: https://pypi.python.org/pypi/interfaces/
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.)
Maintainer: Andrey Bychkov
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)