sendero - data filtering for humans
Project description
sendero
Data Filtering for Humans
why sendero?
"sendero" means footpath in Spanish
install
pip install sendero
usage
from sendero import list_paths
# list of cars with their previous owners
cars = [
{ "make": "Nissan", "model": "Altima", "year": 2022, "owners": [{ "id": 1, "name": "Juan" }, { "id": 2, "name": "Mark" }]},
{ "make": "Nissan", "model": "Kicks", "year": 2021, "owners": [{ "id": 3, "name": "Zach" }]},
{ "make": "Toyota", "model": "Camry", "year": 1995, "owners": [{ "id": 4, "name": "Tom" }]}
]
paths = list_paths(cars)
[
"make",
"model",
"owners.id",
"owners.name",
"year"
]
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
sendero-0.0.1.tar.gz
(6.3 kB
view details)
File details
Details for the file sendero-0.0.1.tar.gz
.
File metadata
- Download URL: sendero-0.0.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8814833144dd8eeed3d0cf9f2800381ac24be545e0d6dcb89a537467d53dded8 |
|
MD5 | aada09e96020672b01b3db44e649ee30 |
|
BLAKE2b-256 | cdfaa0139546de49423b39f2319272113b0d816d865ed4e22eec936e20bec21b |