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 3.8+ and PyPy