[ol7_developer_EPEL] python36-toolz-0.9.0-8.el7.noarch

Name:python36-toolz
Version:0.9.0
Release:8.el7
Architecture:noarch
Group:Unspecified
Size:573974
License:BSD
RPM: python36-toolz-0.9.0-8.el7.noarch.rpm
Source RPM: python-toolz-0.9.0-8.el7.src.rpm
Build Date:Wed Mar 11 2020
Build Host:x86-ol7-builder-03.us.oracle.com
Vendor:Oracle America
URL:http://github.com/pytoolz/toolz/
Summary:A functional standard library for Python 3.6
Description:
Toolz 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.

Related Packages (Show Changelog) (Show Filelist)