Python module to easily manipulate complex nested structures
Project description
Python module to easily manipulate complex nested structures
Free software: MIT license
Documentation: https://deeppath.readthedocs.io.
Features
With ~deeppath.dget, you can access data in a complex nested structure. The nested structure should be a json-like structure, so essentially consisting of dictionary- and list-like structures:
nested_data = { "users": [ {"surname": "Doe", "name": "John"}, {"name": "Jane", "surname": "Doe"}, ], "location": { "city": "London", "country": "United Kingdom", }, }
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
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
deeppath-1.0.0.tar.gz
(18.4 kB
view details)
Built Distribution
File details
Details for the file deeppath-1.0.0.tar.gz
.
File metadata
- Download URL: deeppath-1.0.0.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 146b838481263734819b06dcb54df5b6e1091517415e553c6279123dda05da0b |
|
MD5 | f0edae9a7d41238aa118ffd41269902b |
|
BLAKE2b-256 | 6ca2cec5aa28548f69aa41688542879ba3f982de51fd114fc4c421a739d21fbd |
File details
Details for the file deeppath-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: deeppath-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41d5ac62e7ef2f99d2a006bf0f7d308e4d9aa804116ffd97067c91ca98a63414 |
|
MD5 | 959419084b772121e2fbbb0ba9b424f9 |
|
BLAKE2b-256 | 8dd59f219dd3f954431e423c50d57208b0adf1333f09d0ac42d8e94cbe98acd4 |