Tue, 20 Jan 2026 12:45:33 CST | login

Information for build python-toolz-0.12.0-1.oc9

ID25481
Package Namepython-toolz
Version0.12.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-toolz.git?.#b399f5c1c4e0c73e1703523d7b87b610e80a1462
SummaryA functional standard library for Python
DescriptionToolz provides a set of utility functions for iterators, functions, and dictionaries. These functions interoperate well and form the building blocks of common data analytic operations. They extend the standard libraries itertools and functools and borrow heavily from the standard libraries of contemporary functional languages. Toolz provides a suite of functions which have the following functional virtues: Composable: They interoperate due to their use of core data structures. Pure: They don’t change their inputs or rely on external state. Lazy: They don’t run until absolutely necessary, allowing them to support large streaming data sets. Toolz functions are pragmatic. They understand that most programmers have deadlines. Low Tech: They’re just functions, no syntax or magic tricks to learn Tuned: They’re profiled and optimized Serializable: They support common solutions for parallel computing This gives developers the power to write powerful programs to solve complex problems with relatively simple code. This code can be easy to understand without sacrificing performance. Toolz enables this approach, commonly associated with functional programming, within a natural Pythonic style suitable for most developers.
Built byfanjunkong
State complete
Volume DEFAULT
StartedThu, 25 Jul 2024 20:25:13 CST
CompletedThu, 25 Jul 2024 20:27:05 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-toolz.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-toolz.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-toolz-0.12.0-1.oc9.src.rpm (info) (download)
noarch
python3-toolz-0.12.0-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.12.0-1 - initial build