dict-objectify


Namedict-objectify JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/reljicd/dict-objectify
SummaryDictionary to Object hierarchy mapper.
upload_time2023-01-14 19:34:36
maintainer
docs_urlNone
authorDusan Reljic
requires_python
licenseApache Software License
keywords mapper mapping dict dictionary object oop xml json csv
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Dict Objectify (DO) allows specification of python classes hierarchy that are 
backed by dictionaries. Specification is done similar to ORM frameworks, 
by declaratively specifying dictionary keys as fields, 
Every field is defined as either nested (DO) class for nested dictionaries 
or one of the provided type classes for values of the 
type: int, float, text, bool, array, datetime or enum.

Mapping between dictionaries and these objects works both ways.

This allows easy parsing of hierarchical documents into python object hierarchy, 
doing pre processing on dict values, doing any kind of processing on 
that hierarchy and then transforming root objects back into dictionaries 
for eventual dumping into same document formats.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/reljicd/dict-objectify",
    "name": "dict-objectify",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "mapper mapping dict dictionary object oop xml json csv",
    "author": "Dusan Reljic",
    "author_email": "reljicd@google.com",
    "download_url": "https://files.pythonhosted.org/packages/ba/44/27918bc4c57e9c64c99fc22cd6a0faf12061c2b1c2e253b26a7de076c415/dict-objectify-0.0.2.tar.gz",
    "platform": null,
    "description": "Dict Objectify (DO) allows specification of python classes hierarchy that are \nbacked by dictionaries. Specification is done similar to ORM frameworks, \nby declaratively specifying dictionary keys as fields, \nEvery field is defined as either nested (DO) class for nested dictionaries \nor one of the provided type classes for values of the \ntype: int, float, text, bool, array, datetime or enum.\n\nMapping between dictionaries and these objects works both ways.\n\nThis allows easy parsing of hierarchical documents into python object hierarchy, \ndoing pre processing on dict values, doing any kind of processing on \nthat hierarchy and then transforming root objects back into dictionaries \nfor eventual dumping into same document formats.\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Dictionary to Object hierarchy mapper.",
    "version": "0.0.2",
    "split_keywords": [
        "mapper",
        "mapping",
        "dict",
        "dictionary",
        "object",
        "oop",
        "xml",
        "json",
        "csv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7179846c682b5993d73052504ea6934ea99da06124766573a2372bb7b0ff8675",
                "md5": "c652a5fa1f5c647cda4464656ba6dd26",
                "sha256": "5057d26e219334de093228b0a2102ad2c87501d5e97f7d999dcfb19d7de31533"
            },
            "downloads": -1,
            "filename": "dict_objectify-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c652a5fa1f5c647cda4464656ba6dd26",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14237,
            "upload_time": "2023-01-14T19:34:34",
            "upload_time_iso_8601": "2023-01-14T19:34:34.637710Z",
            "url": "https://files.pythonhosted.org/packages/71/79/846c682b5993d73052504ea6934ea99da06124766573a2372bb7b0ff8675/dict_objectify-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba4427918bc4c57e9c64c99fc22cd6a0faf12061c2b1c2e253b26a7de076c415",
                "md5": "505647668c837fea36d8796e6e897058",
                "sha256": "13dd0a4e1e5521a5055518345472a34462d6c63238e9d6b17b09192cba81c83e"
            },
            "downloads": -1,
            "filename": "dict-objectify-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "505647668c837fea36d8796e6e897058",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12882,
            "upload_time": "2023-01-14T19:34:36",
            "upload_time_iso_8601": "2023-01-14T19:34:36.399308Z",
            "url": "https://files.pythonhosted.org/packages/ba/44/27918bc4c57e9c64c99fc22cd6a0faf12061c2b1c2e253b26a7de076c415/dict-objectify-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-14 19:34:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "reljicd",
    "github_project": "dict-objectify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "dict-objectify"
}
        
Elapsed time: 0.02978s