python-boltons 16.4.1-1 source package in Ubuntu

Changelog

python-boltons (16.4.1-1) unstable; urgency=medium

  * Initial Debian release (Closes: #837643).

 -- Hugo Lefeuvre <email address hidden>  Wed, 14 Sep 2016 13:28:34 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-boltons_16.4.1-1.dsc 2.1 KiB b9722e11abb3ae0724870a8abd81806abd7c2e9df825733017e75ee602de944d
python-boltons_16.4.1.orig.tar.gz 159.8 KiB e2d1b5c72e00cec4a7a4e178d7654727728a6a445dcbaaed015238242b0a69db
python-boltons_16.4.1-1.debian.tar.xz 2.2 KiB 64fafb0adee5d72e99fe444e762fff19614d29b71c29c4f614e2c70a6629d8f8

No changes file available.

Binary packages built by this source

python-boltons: set of pure-Python utilities (Python 2)

 Boltons is a set of over 160 BSD-licensed, pure-Python utilities in the same
 spirit as — and yet conspicuously missing from — the standard library,
 including:
 .
  - Atomic file saving, bolted on with fileutils
  - A highly-optimized OrderedMultiDict, in dictutils
  - Two types of PriorityQueue, in queueutils
  - Chunked and windowed iteration, in iterutils
  - Recursive data structure iteration and merging, with iterutils.remap
  - Exponential backoff functionality, including jitter, through
    iterutils.backoff
  - A full-featured TracebackInfo type, for representing stack traces, in
    tbutils
 .
 This package installs the library for Python 2.

python3-boltons: set of pure-Python utilities (Python 3)

 Boltons is a set of over 160 BSD-licensed, pure-Python utilities in the same
 spirit as — and yet conspicuously missing from — the standard library,
 including:
 .
  - Atomic file saving, bolted on with fileutils
  - A highly-optimized OrderedMultiDict, in dictutils
  - Two types of PriorityQueue, in queueutils
  - Chunked and windowed iteration, in iterutils
  - Recursive data structure iteration and merging, with iterutils.remap
  - Exponential backoff functionality, including jitter, through
    iterutils.backoff
  - A full-featured TracebackInfo type, for representing stack traces, in
    tbutils
 .
 This package installs the library for Python 3.