1pydash
2******
3
4|version| |travis| |coveralls| |license|
5
6The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the `Lo-Dash <http://lodash.com/>`_  Javascript library.
7
8Note
9====
10
11Looking for a library that is more memory efficient and better suited for large datasets? Check out `fnc <https://github.com/dgilland/fnc>`_! It's built around generators and iteration and has iteratee-first function signatures.
12
13
14Links
15=====
16
17- Project: https://github.com/dgilland/pydash
18- Documentation: http://pydash.readthedocs.org
19- PyPi: https://pypi.python.org/pypi/pydash/
20- TravisCI: https://travis-ci.org/dgilland/pydash
21
22
23.. |version| image:: http://img.shields.io/pypi/v/pydash.svg?style=flat-square
24    :target: https://pypi.python.org/pypi/pydash/
25
26.. |travis| image:: http://img.shields.io/travis/dgilland/pydash/master.svg?style=flat-square
27    :target: https://travis-ci.org/dgilland/pydash
28
29.. |coveralls| image:: http://img.shields.io/coveralls/dgilland/pydash/master.svg?style=flat-square
30    :target: https://coveralls.io/r/dgilland/pydash
31
32.. |license| image:: http://img.shields.io/pypi/l/pydash.svg?style=flat-square
33    :target: https://pypi.python.org/pypi/pydash/
34