{ "info": { "author": "Renata Hodovan, Akos Kiss", "author_email": "hodovan@inf.u-szeged.hu, akiss@inf.u-szeged.hu", "bugtrack_url": null, "classifiers": [], "description": "====\nXSON\n====\n*XML Encoding for JSON*\n\n.. image:: https://badge.fury.io/py/xson.svg\n :target: https://badge.fury.io/py/xson\n.. image:: https://travis-ci.org/renatahodovan/xson.svg?branch=master\n :target: https://travis-ci.org/renatahodovan/xson\n.. image:: https://coveralls.io/repos/github/renatahodovan/xson/badge.svg?branch=master\n :target: https://coveralls.io/github/renatahodovan/xson?branch=master\n\n*XSON* is a Python package that supports the serialization of Python objects to\nXML documents according to the JSONx_ specification (draft), as well as the\ndeserialization of JSONx documents to Python objects. The implementation aims at\nbeing API-compatible with Python's standard JSON_ package.\n\n.. _JSONx: https://tools.ietf.org/html/draft-rsalz-jsonx-00\n.. _JSON: https://docs.python.org/3/library/json.html\n\n\nRequirements\n============\n\n* Python_ >= 3.4\n* pip_ and setuptools Python packages (the latter is automatically installed by\n pip)\n\n.. _Python: https://www.python.org\n.. _pip: https://pip.pypa.io\n\n\nInstall\n=======\n\nThe quick way::\n\n pip install xson\n\nAlternatively, by cloning the project and running setuptools::\n\n python setup.py install\n\n\nUsage\n=====\n\nExample::\n\n >>> import xson\n >>> out = xson.dumps({'foo': 42, 'bar': [3.14, 'baz', True, None]}, indent=4)\n >>> print(out)\n \n \n 42\n \n 3.14\n baz\n true\n \n \n \n\n >>> dct = xson.loads(out)\n >>> print(dct)\n {'foo': 42, 'bar': [3.14, 'baz', True, None]}\n\n\nCopyright and Licensing\n=======================\n\nLicensed under the BSD 3-Clause License_.\n\n.. _License: LICENSE.rst", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/renatahodovan/xson", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "xson", "package_url": "https://pypi.org/project/xson/", "platform": "", "project_url": "https://pypi.org/project/xson/", "project_urls": { "Homepage": "https://github.com/renatahodovan/xson" }, "release_url": "https://pypi.org/project/xson/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "XSON: XML Encoding for JSON", "version": "1.0.1" }, "last_serial": 5323040, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "73a9fc769aa0d93265686966473c19b6", "sha256": "e285a07c81dc42c12e94e35d5bb6e2df830feb0fe3c60824a58b1bd152bac6cc" }, "downloads": -1, "filename": "xson-1.0.0.tar.gz", "has_sig": false, "md5_digest": "73a9fc769aa0d93265686966473c19b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7000, "upload_time": "2019-05-27T10:50:24", "url": "https://files.pythonhosted.org/packages/ee/b0/40397696d57407961c888b1781d5ef3e2ad5c3fd7cd56861faa51dadebd5/xson-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "13c28d245314245337c902efaa1e3b7e", "sha256": "20aa2602634f6f6fbd627532301ba5d8754ce8df15c02f4c69d1544ebb2e300b" }, "downloads": -1, "filename": "xson-1.0.1.tar.gz", "has_sig": false, "md5_digest": "13c28d245314245337c902efaa1e3b7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12178, "upload_time": "2019-05-27T16:27:09", "url": "https://files.pythonhosted.org/packages/e3/15/200cf92104ee039dc9aae7480544218d112bb5e17cb0bc27066614c581f8/xson-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "13c28d245314245337c902efaa1e3b7e", "sha256": "20aa2602634f6f6fbd627532301ba5d8754ce8df15c02f4c69d1544ebb2e300b" }, "downloads": -1, "filename": "xson-1.0.1.tar.gz", "has_sig": false, "md5_digest": "13c28d245314245337c902efaa1e3b7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12178, "upload_time": "2019-05-27T16:27:09", "url": "https://files.pythonhosted.org/packages/e3/15/200cf92104ee039dc9aae7480544218d112bb5e17cb0bc27066614c581f8/xson-1.0.1.tar.gz" } ] }