deeppath


Namedeeppath JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryPython module to easily manipulate complex nested structures
upload_time2024-03-27 09:21:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT license
keywords deeppath
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========
deeppath
========


.. image:: https://img.shields.io/pypi/v/deeppath.svg
        :target: https://pypi.python.org/pypi/deeppath

.. image:: https://github.com/loicleyendecker/deeppath/actions/workflows/python-package.yml/badge.svg
        :target: https://github.com/loicleyendecker/deeppath/actions/workflows/python-package.yml

.. image:: https://readthedocs.org/projects/deeppath/badge/?version=latest
        :target: https://deeppath.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://static.pepy.tech/badge/deeppath
     :target: https://pepy.tech/project/deeppath
     :alt: Downloads


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.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "deeppath",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "deeppath",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/6c/a2/cec5aa28548f69aa41688542879ba3f982de51fd114fc4c421a739d21fbd/deeppath-1.0.0.tar.gz",
    "platform": null,
    "description": "========\ndeeppath\n========\n\n\n.. image:: https://img.shields.io/pypi/v/deeppath.svg\n        :target: https://pypi.python.org/pypi/deeppath\n\n.. image:: https://github.com/loicleyendecker/deeppath/actions/workflows/python-package.yml/badge.svg\n        :target: https://github.com/loicleyendecker/deeppath/actions/workflows/python-package.yml\n\n.. image:: https://readthedocs.org/projects/deeppath/badge/?version=latest\n        :target: https://deeppath.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://static.pepy.tech/badge/deeppath\n     :target: https://pepy.tech/project/deeppath\n     :alt: Downloads\n\n\nPython module to easily manipulate complex nested structures\n\n\n* Free software: MIT license\n* Documentation: https://deeppath.readthedocs.io.\n\n\nFeatures\n--------\n\nWith `~deeppath.dget`, you can access data in a complex nested\nstructure. The nested structure should be a json-like structure, so\nessentially consisting of dictionary- and list-like structures::\n\n    nested_data = {\n        \"users\": [\n            {\"surname\": \"Doe\", \"name\": \"John\"},\n            {\"name\": \"Jane\", \"surname\": \"Doe\"},\n        ],\n        \"location\": {\n            \"city\": \"London\",\n            \"country\": \"United Kingdom\",\n        },\n    }\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Python module to easily manipulate complex nested structures",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "deeppath"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dd59f219dd3f954431e423c50d57208b0adf1333f09d0ac42d8e94cbe98acd4",
                "md5": "959419084b772121e2fbbb0ba9b424f9",
                "sha256": "41d5ac62e7ef2f99d2a006bf0f7d308e4d9aa804116ffd97067c91ca98a63414"
            },
            "downloads": -1,
            "filename": "deeppath-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "959419084b772121e2fbbb0ba9b424f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6063,
            "upload_time": "2024-03-27T09:21:48",
            "upload_time_iso_8601": "2024-03-27T09:21:48.121237Z",
            "url": "https://files.pythonhosted.org/packages/8d/d5/9f219dd3f954431e423c50d57208b0adf1333f09d0ac42d8e94cbe98acd4/deeppath-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ca2cec5aa28548f69aa41688542879ba3f982de51fd114fc4c421a739d21fbd",
                "md5": "f0edae9a7d41238aa118ffd41269902b",
                "sha256": "146b838481263734819b06dcb54df5b6e1091517415e553c6279123dda05da0b"
            },
            "downloads": -1,
            "filename": "deeppath-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f0edae9a7d41238aa118ffd41269902b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 18416,
            "upload_time": "2024-03-27T09:21:49",
            "upload_time_iso_8601": "2024-03-27T09:21:49.786695Z",
            "url": "https://files.pythonhosted.org/packages/6c/a2/cec5aa28548f69aa41688542879ba3f982de51fd114fc4c421a739d21fbd/deeppath-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 09:21:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "deeppath"
}
        
Elapsed time: 0.28709s