Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.23 KB

README.rst

File metadata and controls

33 lines (21 loc) · 1.23 KB

pydash

version coveralls license

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.

Note

Looking for a library that is more memory efficient and better suited for large datasets? Check out fnc! It's built around generators and iteration and has iteratee-first function signatures.