1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: python-boltons
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
python-py,
python3-py,
python-pytest,
python3-pytest,
Standards-Version: 4.3.0
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/mahmoud/boltons
Vcs-Git: https://salsa.debian.org/python-team/modules/python-boltons.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-boltons
Package: python-boltons
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: 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.
Package: python3-boltons
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: 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.
|