python-characteristic 14.3.0-1 source package in Ubuntu

Changelog

python-characteristic (14.3.0-1) unstable; urgency=medium

  * New upstream release.

 -- Matthias Klose <email address hidden>  Thu, 03 Sep 2015 20:06:31 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Sid
Original maintainer:
Matthias Klose
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-characteristic_14.3.0-1.dsc 2.0 KiB b3a981120493812bdab6b18f0cb3de1a3c0953426bf2f429928676eb049faae3
python-characteristic_14.3.0.orig.tar.gz 26.4 KiB ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380
python-characteristic_14.3.0-1.debian.tar.xz 2.2 KiB b3bd760a8f1d2f37b70c2e768b6f736c763bf5f784215f8aa0ff3e0936170162

Available diffs

No changes file available.

Binary packages built by this source

python-characteristic: helper for implementing attribute-related object protocols (Python 2)

 characteristic is Python package with class decorators that ease the chores
 of implementing the most common attribute-related object protocols.
 .
 You just specify the attributes to work with and characteristic gives you:
 .
   - a nice human-readable __repr__,
   - a complete set of comparison methods,
   - and a kwargs-based initializer (that cooperates with your existing one)
 .
 without writing dull boilerplate code again and again.

python3-characteristic: helper for implementing attribute-related object protocols (Python 3)

 characteristic is Python package with class decorators that ease the chores
 of implementing the most common attribute-related object protocols.
 .
 You just specify the attributes to work with and characteristic gives you:
 .
   - a nice human-readable __repr__,
   - a complete set of comparison methods,
   - and a kwargs-based initializer (that cooperates with your existing one)
 .
 without writing dull boilerplate code again and again.