Skip to main content

A modern Python utility library delivering modularity, performance & extras.

Project description

# Python Lodash

pylodash is collection utilities allow you working with List, Math, Number and String

## Installation

You can install the Pylodash from [PyPI](https://pypi.org/project/pylodash/):

` pip install pylodash `

Pylodash is supported on Python 3.4 and above.

## How to use

You can call the Pylodash in your own Python code, by importing the pylodash package:

` >>> from pylodash import arrays as _ >>> _.chunk(['a', 'b' , 'c', 'd'], 2) // => [['a', 'b'], ['c', 'd']] `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylodash-0.4.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page