Skip to main content

Python module to easily manipulate complex nested structures

Project description

https://img.shields.io/pypi/v/deeppath.svg https://github.com/loicleyendecker/deeppath/actions/workflows/python-package.yml/badge.svg Documentation Status Downloads

Python module to easily manipulate complex nested structures

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)

Uploaded Source

Built Distribution

deeppath-1.0.0-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

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

Hashes for deeppath-1.0.0.tar.gz
Algorithm Hash digest
SHA256 146b838481263734819b06dcb54df5b6e1091517415e553c6279123dda05da0b
MD5 f0edae9a7d41238aa118ffd41269902b
BLAKE2b-256 6ca2cec5aa28548f69aa41688542879ba3f982de51fd114fc4c421a739d21fbd

See more details on using hashes here.

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

Hashes for deeppath-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 41d5ac62e7ef2f99d2a006bf0f7d308e4d9aa804116ffd97067c91ca98a63414
MD5 959419084b772121e2fbbb0ba9b424f9
BLAKE2b-256 8dd59f219dd3f954431e423c50d57208b0adf1333f09d0ac42d8e94cbe98acd4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page