__init__.py 338 B

123456789
  1. """``tlz`` mirrors the ``toolz`` API and uses ``cytoolz`` if possible.
  2. The ``tlz`` package is installed when ``toolz`` is installed. It provides
  3. a convenient way to use functions from ``cytoolz``--a faster Cython
  4. implementation of ``toolz``--if it is installed, otherwise it uses
  5. functions from ``toolz``.
  6. """
  7. from . import _build_tlz