• Stars
    star
    112
  • Rank 310,530 (Top 7 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Minimal Pythonic Interface Definitions

python-interface

build status

interface is a library for declaring interfaces and for statically asserting that classes implement those interfaces. It aims to provide stricter semantics and better error messages than Python's built-in abc module.

interface supports Python 2.7 and Python 3.4+.

For more information, see our documentation.

Installation

$ pip install python-interface