python-cytoolz 0.11.0-1ubuntu1 source package in Ubuntu

Changelog

python-cytoolz (0.11.0-1ubuntu1) jammy; urgency=medium

  * debian/patches/python-3.10.patch: Python 3.10 compatibility.
    Closes: #999405.

 -- Steve Langasek <email address hidden>  Thu, 18 Nov 2021 05:59:04 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cytoolz_0.11.0.orig.tar.gz 466.6 KiB c64f3590c3eb40e1548f0d3c6b2ccde70493d0b8dc6cc7f9f3fec0bb3dcd4222
python-cytoolz_0.11.0-1ubuntu1.debian.tar.xz 4.2 KiB 2cbd4d6905a445548ebc668ff535cc53aa35a18d338428c029dd383fc3b0c040
python-cytoolz_0.11.0-1ubuntu1.dsc 2.3 KiB 5fdedcbd0d0b3a431ff9ebbabab94b0a4923acb3b38510f3cb04b1d7f6bbdfe9

View changes file

Binary packages built by this source

python3-cytoolz: Toolz in Cython: High performance functional utilities

 Cython implementation of the toolz package, which provides high performance
 utility functions for iterables, functions, and dictionaries.
 .
 toolz is a pure Python package that borrows heavily from contemporary
 functional languages. It is designed to interoperate seamlessly with other
 libraries including itertools, functools, and third party libraries.
 High performance functional data analysis is possible with builtin types
 like list and dict, and user-defined data structures; and low memory
 usage is achieved by using the iterator protocol and returning iterators
 whenever possible.
 .
 cytoolz implements the same API as toolz. The main differences are
 that cytoolz is faster (typically 2-5x faster with a few spectacular
 exceptions) and cytoolz offers a C API that is accessible to other
 projects developed in Cython. Since toolz is able to process very
 large (potentially infinite) data sets, the performance increase
 gained by using cytoolz can be significant.

python3-cytoolz-dbgsym: debug symbols for python3-cytoolz