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.arrays import *
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.5.0.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file lowdash-1.5.0.tar.gz
.
File metadata
- Download URL: lowdash-1.5.0.tar.gz
- Upload date:
- Size: 4.5 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 | a5d8ca904367a919299787d17751641da690ec9788cfaa787a6518a1af3cf6c6 |
|
MD5 | a4bb6e2c227f39d5e8e3f64eb53ba11c |
|
BLAKE2b-256 | 87695cd53000043a9eeade80db23f2fcea8dd6ee6a49509e73d4d4ac51c24f94 |
File details
Details for the file lowdash-1.5.0-py3-none-any.whl
.
File metadata
- Download URL: lowdash-1.5.0-py3-none-any.whl
- Upload date:
- Size: 5.0 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 | fa10310c223864ad1d8140d1c16f2f9e42f8c34a7249702248edbcea8a1a387d |
|
MD5 | 50bcafa7606d3a7e2815141acff3b470 |
|
BLAKE2b-256 | 6404e78237097020fc354976b19973ff61293568fccd3222c100cef0dd48bafa |