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.3.tar.gz
(5.9 kB
view details)
File details
Details for the file sendero-0.0.3.tar.gz
.
File metadata
- Download URL: sendero-0.0.3.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 316848b84225ac1551a5ff37825a7677486987fedabeef76752de01a660caa0d |
|
MD5 | e921846cf88cfd14d3967f041a5c27c1 |
|
BLAKE2b-256 | 4a2bd4c01be335c9036c431e0083f1334af5e84c5bcf763cf65e5d0a15f9b104 |