python-protocols

PyProtocols extends the PEP 246 adapt() function with a new "declaration API" that lets you easily define your own protocols and adapters, and declare what adapters should be used to adapt what types, objects, or protocols. In addition to its own Interface type, PyProtocols can also use Twisted and Zope's Interface types too. (Of course, since Twisted and Zope interfaces aren't as flexible, only a subset of the PyProtocols API works with them. Specific limitations are listed in the documentation.)
Current version: 1.0

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 1.0 project version
2019-01-17 9 1.0 project version
2017-07-13 8 1.0 project version
2015-06-25 7 1.0 project version
2014-03-07 6 1.0 project version
2013-09-10 5 1.0 project version
2012-10-31 4 0.5 alpha3 project version
2012-05-01 3 0.5 alpha3 project version