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.2.tar.gz
(6.4 kB
view details)
File details
Details for the file sendero-0.0.2.tar.gz
.
File metadata
- Download URL: sendero-0.0.2.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f5d0c1c279ef8d1e5ac2609280429cde135685c9810686f872f81031e2aa4c4 |
|
MD5 | c0bd26bc8081939ce7d97abc39a96204 |
|
BLAKE2b-256 | ab3889c3e30b0d2496823d0a838e71d4b49297a961b6da94a56938aa8d0822cc |