pyprotocols 1.0a.svn20070625-8 source package in Ubuntu

Changelog

pyprotocols (1.0a.svn20070625-8) unstable; urgency=medium

  * QA upload.
  * Remove dependency on obsolete transitional package python-decoratortools.
    (python-protocols already depends on the replacement package
    python-peak.util.decorators)
  * Fix clean target.

 -- Peter Michael Green <email address hidden>  Tue, 20 Feb 2018 01:33:32 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Downloads

File Size SHA-256 Checksum
pyprotocols_1.0a.svn20070625-8.dsc 2.0 KiB d91b1717d5f119fc9fe3bf83f711a6a76d2276a2bebf669635982d942eb2fd75
pyprotocols_1.0a.svn20070625.orig.tar.gz 104.8 KiB b3ba649f11919ce61851f68f32bcc56f7bb9a4d440c485026ec0b59a4c5ba013
pyprotocols_1.0a.svn20070625-8.diff.gz 4.2 KiB c3960d0676833bdc06f7c73dc1a565c458ac1c64b744f62191405d5e704f8c7d

No changes file available.

Binary packages built by this source

python-protocols: Open Protocols and Component Adaptation for Python

 Do you hate having to write lots of if-then logic to test what type something
 is? Wouldn't it be nice if you could just declare "I want this object to have
 this behavior" and magically convert whatever value you have, to the type you
 need? PyProtocols lets you do just that, cleanly, quickly, and robustly --
 even with built-in types or other people's classes.
 .
 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.)

python-protocols-dbgsym: debug symbols for python-protocols