Wed, 08 May 2024 13:41:51 UTC | login

Information for build python-toolz-0.9.0-4.fc29

ID48554
Package Namepython-toolz
Version0.9.0
Release4.fc29
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedWed, 04 Jul 2018 06:47:40 UTC
CompletedWed, 04 Jul 2018 06:47:40 UTC
Tags
f29
RPMs
src
python-toolz-0.9.0-4.fc29.src.rpm (info) (download)
noarch
python2-toolz-0.9.0-4.fc29.noarch.rpm (info) (download)
python3-toolz-0.9.0-4.fc29.noarch.rpm (info) (download)
Changelog * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-4 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.9.0-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Dec 30 2017 Orion Poplawski <orion@nwra.com> - 0.9.0-1 - Update to 0.9.0 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.8.0-2 - Rebuild for Python 3.6 * Thu Oct 20 2016 Orion Poplawski <orion@cora.nwra.com> - 0.8.0-1 - Update to 0.8.0 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue Apr 05 2016 Orion Poplawski <orion@cora.nwra.com> - 0.7.4-1 - Initial package