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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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