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.4.0.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file lowdash-1.4.0.tar.gz
.
File metadata
- Download URL: lowdash-1.4.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 | afd94f9fd6471eef04da1cc849744d0e34c8d0c602fb8fc261b20cd7bafd58cf |
|
MD5 | 129317e7de38a03876bc8e401dba0299 |
|
BLAKE2b-256 | fe66df381d6031a55ae6116df937288f3bb24e84464e43e95e39c47a9c78a57f |
File details
Details for the file lowdash-1.4.0-py3-none-any.whl
.
File metadata
- Download URL: lowdash-1.4.0-py3-none-any.whl
- Upload date:
- Size: 4.9 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 | 3c8576a5dd54762974ae2fa2bb4eddd2eed64fa14ddcd5a38da6dccbc9bb43d9 |
|
MD5 | 7e51cf16dd53e74239abaabdf15ffbc1 |
|
BLAKE2b-256 | 001f9c0e80b84691150c7d4387be7e72979296e8ffbab264bffeec37c079e445 |