close
Image

python-procset 1.0-2 source package in Ubuntu

Changelog

python-procset (1.0-2) unstable; urgency=medium

  * Re-upload to unstable

 -- Vincent Danjean <email address hidden>  Thu, 15 Jun 2023 10:41:54 +0200

Upload details

Uploaded by:
Raphaël Bleuse
Uploaded to:
Sid
Original maintainer:
Raphaël Bleuse
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-procset_1.0-2.dsc 2.0 KiB 9671507057f53491ad2213e1d0c0a9cf8d1e7b6b4c01a9f4e61660e3b05eec1e
python-procset_1.0.orig.tar.bz2 161.1 KiB 55da63d9be13ec7335c05a276d58ca5d26021d867e02384d74cab4d240dc8127
python-procset_1.0-2.debian.tar.xz 6.5 KiB 771bc9e10cc33ffa4933a78430f9be762e63801693ab51bc0bae94b95ac5ee93

No changes file available.

Binary packages built by this source

python-procset-doc: 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.

python3-procset: 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.