Installation and DependenciesΒΆ
Toolz is pure Python and so is easily installable by the standard
dependency manager pip
:
pip install toolz
Toolz endeavors to be a very light dependency. It accomplishes this in three ways:
Toolz is pure Python
Toolz relies only on the standard library
Toolz simultaneously supports Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, PyPy