mappy-json-object-mapper


Namemappy-json-object-mapper JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/PazsitZ/mappy-json-object-mapper
SummaryMapPy Json - Object Mapper
upload_time2025-08-27 15:44:41
maintainerNone
docs_urlNone
authorZoltan Pazsit
requires_pythonNone
licenseMIT
keywords python json object mapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MapPy Json - Object Mapper
***

MapPy is a Json - object Mapper uses predefined Objects and map the given json according to the fit of the given Objects

#### Usage 1:
    The tool is finding the suitable target for mapping automatically
    input: json, Object list to find mapping objects from
#### Usage 2:
    The json structure is fully defined by a root Object, 
    input: json, the root Object

In any use case, the "primitives" are mapped as simple types,
the Objects which has no fit or definition mapped as SimpleNamespace Object

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PazsitZ/mappy-json-object-mapper",
    "name": "mappy-json-object-mapper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python json object mapper",
    "author": "Zoltan Pazsit",
    "author_email": "pazsitz@pazsitz.hu",
    "download_url": "https://files.pythonhosted.org/packages/8b/6e/3cba5ef8aafc961dda645fe7d35c7e718c7467ff50557ea3ce1121bd09d0/mappy_json_object_mapper-1.0.2.tar.gz",
    "platform": null,
    "description": "# MapPy Json - Object Mapper\r\n***\r\n\r\nMapPy is a Json - object Mapper uses predefined Objects and map the given json according to the fit of the given Objects\r\n\r\n#### Usage 1:\r\n    The tool is finding the suitable target for mapping automatically\r\n    input: json, Object list to find mapping objects from\r\n#### Usage 2:\r\n    The json structure is fully defined by a root Object, \r\n    input: json, the root Object\r\n\r\nIn any use case, the \"primitives\" are mapped as simple types,\r\nthe Objects which has no fit or definition mapped as SimpleNamespace Object\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MapPy Json - Object Mapper",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/PazsitZ/mappy-json-object-mapper"
    },
    "split_keywords": [
        "python",
        "json",
        "object",
        "mapper"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b6e3cba5ef8aafc961dda645fe7d35c7e718c7467ff50557ea3ce1121bd09d0",
                "md5": "478c603a61db1522120cd646267ac733",
                "sha256": "9fc68925c25a3babb1bf78f471e26c27cb330bebe723a0e07f15b7215f183bbd"
            },
            "downloads": -1,
            "filename": "mappy_json_object_mapper-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "478c603a61db1522120cd646267ac733",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4371,
            "upload_time": "2025-08-27T15:44:41",
            "upload_time_iso_8601": "2025-08-27T15:44:41.788156Z",
            "url": "https://files.pythonhosted.org/packages/8b/6e/3cba5ef8aafc961dda645fe7d35c7e718c7467ff50557ea3ce1121bd09d0/mappy_json_object_mapper-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-27 15:44:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PazsitZ",
    "github_project": "mappy-json-object-mapper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mappy-json-object-mapper"
}
        
Elapsed time: 8.42870s