All Projects → dgilland → Pydash

dgilland / Pydash

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

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Pydash

rudash
Rudash - Lodash for Ruby Apps
Stars: ✭ 27 (-96.29%)
Mutual labels:  utility, functional, lodash
Smoldash
Smoldash, A tiny lodash alternative built for the modern web
Stars: ✭ 66 (-90.93%)
Mutual labels:  utility, lodash
Lens
A utility for working with nested data structures.
Stars: ✭ 104 (-85.71%)
Mutual labels:  utility, functional
fast-cartesian
Fast cartesian product
Stars: ✭ 51 (-92.99%)
Mutual labels:  functional, lodash
Remeda
A utility library for JavaScript and TypeScript.
Stars: ✭ 774 (+6.32%)
Mutual labels:  utility, functional
Funky
Funky is a functional utility library written in Objective-C.
Stars: ✭ 41 (-94.37%)
Mutual labels:  utility, functional
Pareto.js
An extremely small, intuitive and fast functional utility library for JavaScript
Stars: ✭ 254 (-65.11%)
Mutual labels:  utility, functional
Nspl
Non-Standard PHP Library - functional primitives toolbox and more
Stars: ✭ 365 (-49.86%)
Mutual labels:  lodash, functional
react-wisteria
Managing the State with the Golden Path
Stars: ✭ 18 (-97.53%)
Mutual labels:  functional, lodash
Rationale
Ramda inspired library of helper functions for ReasonML
Stars: ✭ 275 (-62.23%)
Mutual labels:  utility, lodash
React Lodash
⚛️ 🔧 Lodash as React components
Stars: ✭ 306 (-57.97%)
Mutual labels:  utility, lodash
Lodash Php
Easy to use utility functions for everyday PHP projects. This is a port of the Lodash JS library to PHP
Stars: ✭ 412 (-43.41%)
Mutual labels:  utility, lodash
Search Deflector
A small program that forwards searches from Cortana to your preferred browser and search engine.
Stars: ✭ 620 (-14.84%)
Mutual labels:  utility
Goto
Alias and navigate to directories with tab completion in Linux
Stars: ✭ 698 (-4.12%)
Mutual labels:  utility
Luna Studio
Looking for Luna, the WYSIWYG language for data processing? Development has moved 👉
Stars: ✭ 602 (-17.31%)
Mutual labels:  functional
Linq
Linq for list comprehension in C++
Stars: ✭ 599 (-17.72%)
Mutual labels:  functional
Flix
The Flix Programming Language
Stars: ✭ 719 (-1.24%)
Mutual labels:  functional
Backslide
💦 CLI tool for making HTML presentations with Remark.js using Markdown
Stars: ✭ 679 (-6.73%)
Mutual labels:  utility
Fkit
A functional programming toolkit for JavaScript.
Stars: ✭ 588 (-19.23%)
Mutual labels:  functional
Functional Programming Learning Path
A Learning Path for Functional Programming
Stars: ✭ 582 (-20.05%)
Mutual labels:  functional

pydash


|version| |build| |coveralls| |license|

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash <http://lodash.com/>_ Javascript library.

Note

Looking 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.

Links

.. |version| image:: http://img.shields.io/pypi/v/pydash.svg?style=flat-square :target: https://pypi.python.org/pypi/pydash/

.. |build| image:: https://img.shields.io/github/workflow/status/dgilland/pydash/Main/master?style=flat-square :target: https://github.com/dgilland/pydash/actions

.. |coveralls| image:: http://img.shields.io/coveralls/dgilland/pydash/master.svg?style=flat-square :target: https://coveralls.io/r/dgilland/pydash

.. |license| image:: http://img.shields.io/pypi/l/pydash.svg?style=flat-square :target: https://pypi.python.org/pypi/pydash/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].