A python implementation of lodash in javascript
Project description
Lowdash
Lowdash is a simple implementation of lodash in python.
Lowdash will provide you with a set of functions that will help to work with arrays, objects and other data structures.
Installing
pip install lowdash
Getting Started
To get started you can use the following code:
from lowdash import *
arrays.compact(['a', '', 'b', None, 'c'])
# Output : ['a', 'b', 'c']
Documentation Comming Soon!
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
lowdash-1.3.0.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file lowdash-1.3.0.tar.gz
.
File metadata
- Download URL: lowdash-1.3.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c03d11e3102132aceeef2e2791b321e9e829349cbb3dbbeeca38cbf117e35fc1 |
|
MD5 | fcfe7c247315507206336bfb63376c87 |
|
BLAKE2b-256 | 255ea69e651f82e721f67e67419827fec7a98f47b9f0185c1db1016d6299994d |
File details
Details for the file lowdash-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: lowdash-1.3.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d05685baf7dfbde8f9a0536601e162c05315d68b4e5110f3c2241a4667891b9d |
|
MD5 | 7eb133fb3a68d4ffb18ca6113c4359dd |
|
BLAKE2b-256 | 4d767d2f53ad1082147599bc6b52f9788241e1ea09018cd348e7134b0983de0f |