# This file created by conda-build 1.20.3+48.g09ddcfe # meta.yaml template originally from: # /home/ilan/anaconda/packages/toolz, last modified Thu Jun 2 22:48:23 2016 # ------------------------------------------------ package: name: toolz version: 0.8.0 source: fn: toolz-0.8.0.tar.gz md5: 21e051717a14766a4533b6c36bd54575 url: https://pypi.python.org/packages/9e/b0/47e994b3b370087d388d2bb9dfc97c7e901b801265ccd1e8e9fd16eda1b8/toolz-0.8.0.tar.gz requirements: build: - python - setuptools run: - python test: imports: - toolz about: 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. ' dev_url: https://github.com/pytoolz/toolz doc_url: http://toolz.readthedocs.org/en/latest/ home: http://toolz.readthedocs.org/en/latest/ license: BSD summary: List processing tools and functional utilities