Skip to content

ssanderson/python-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

58db188 · Apr 21, 2021
May 7, 2020
Apr 21, 2021
Apr 21, 2021
Apr 21, 2021
Jan 31, 2020
Apr 21, 2021
Jun 19, 2016
Sep 4, 2020
May 12, 2020
Nov 25, 2017
Nov 25, 2017
Feb 19, 2018
Sep 5, 2018
Jan 31, 2020
Apr 21, 2021
Jan 31, 2020

Repository files navigation

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