python-characteristic 14.3.0-7 source package in Ubuntu

Changelog

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

  * Drop python2 support; Closes: #937643

 -- Sandro Tosi <email address hidden>  Wed, 01 Apr 2020 23:24:47 -0400

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python
Jammy release universe python

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-characteristic_14.3.0-7.dsc 2.0 KiB 4a7fdf3fc64d08a0d21a4a8ed69cb326847d41733d57bb20d91715def85dbcbc
python-characteristic_14.3.0.orig.tar.gz 26.4 KiB ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380
python-characteristic_14.3.0-7.debian.tar.xz 2.9 KiB 7f0e1950d5f8da704866ff5268f795b8c0a3e58919d5c87931a3f43bb8633d25

Available diffs

No changes file available.

Binary packages built by this source

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.