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
|
Source: python-procset
Section: python
Priority: optional
Maintainer: Raphaƫl Bleuse <cs@research.bleuse.net>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-pytest,
python3-sphinx,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://gitlab.inria.fr/bleuse/procset.py
Vcs-Git: https://gitlab.inria.fr/bleuse/procset.py.git
Vcs-Browser: https://gitlab.inria.fr/bleuse/procset.py
Package: python3-procset
Architecture: all
Suggests: python-procset-doc,
Depends: ${misc:Depends},
${python3:Depends},
Description: Pure Python implementation of the interval set data structure
An interval set (provided as the ProcSet class) is a memory-efficient
representation of closed-interval sets.
A ProcSet is an hybrid between a set and a list of indexes.
More precisely, a ProcSet object is an ordered collection of unique
non-negative int.
It supports most of set operations: notably membership testing, mathematical
operations such as intersection, union, and (symmetric) difference; with the
additional ability to access its elements by position.
.
This is the Python 3 package.
Package: python-procset-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax,
Section: doc
Description: Pure Python implementation of the interval set data structure (doc)
An interval set (provided as the ProcSet class) is a memory-efficient
representation of closed-interval sets.
A ProcSet is an hybrid between a set and a list of indexes.
More precisely, a ProcSet object is an ordered collection of unique
non-negative int.
It supports most of set operations: notably membership testing, mathematical
operations such as intersection, union, and (symmetric) difference; with the
additional ability to access its elements by position.
.
This package contains the HTML documentation.
|