{ "info": { "author": "Steven Timberman", "author_email": "steventimberman@steventimberman.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "# distxml\nConvert labeled data to xml at scale.\n\n## Installation\n\nRun the following command:\n```python\npip install distxml\n```\n\n## Usage\n\nImport the the package and create an instance of `XMLConverter` with\nyour desired outer xml tag.\n```\nfrom distxml.xml_converter import XMLConverter\n\nxml_con = XMLConverter(\"Hello\")\n```\nYou now have an `XMLConverter` object, and if you print it\nwould write `` to console. Now add data you want\nwithin the `Hello` tags.\n```\ndata = [\n {'start':'Good morning', 'finish':' Good night'},\n {'finish':' Good evening', 'start':'Good morning again'}\n]\n\nxml_con.queue(data)\n```\nNow this data is queued in the XMLConverter object, but if you print\n`xml_con`, it will still write `` to console.\nTo solve this, you must compile the data.\n```\nxml_con.compile(\"Greetings\")\n```\nNow if you print, the console will read\n```\nGood morning Good night Good eveningGood morning again\n```\nFinally, to write to a file, just use\n```\nxml_con.write_to_file(\"filepath/file.xml\")\n```\nAnd there you go, a new xml file!\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/steventimberman/distxml", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "distxml", "package_url": "https://pypi.org/project/distxml/", "platform": "", "project_url": "https://pypi.org/project/distxml/", "project_urls": { "Homepage": "https://github.com/steventimberman/distxml" }, "release_url": "https://pypi.org/project/distxml/0.1.1/", "requires_dist": [ "ray" ], "requires_python": "", "summary": "Converts labeled data to xml format", "version": "0.1.1" }, "last_serial": 5565813, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0af7deb58b8589165c38cbee479e19f8", "sha256": "f592bda435272bd43bba788931a824eac965ea09587224aff0cd284c07ba6dae" }, "downloads": -1, "filename": "distxml-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0af7deb58b8589165c38cbee479e19f8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3484, "upload_time": "2019-07-20T22:42:20", "url": "https://files.pythonhosted.org/packages/d7/cf/3e828b3a474421863e78f419e247329549a9afea5cd3d16d46197ca0a5a0/distxml-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "673fa701620568cbd62783ecc28359d9", "sha256": "a9baafd9e1dec380a627e7931c7fc4c20d91fd470f92e258b1eb391b983da907" }, "downloads": -1, "filename": "distxml-0.0.1.tar.gz", "has_sig": false, "md5_digest": "673fa701620568cbd62783ecc28359d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12602, "upload_time": "2019-07-20T22:42:22", "url": "https://files.pythonhosted.org/packages/1d/b8/e83b3d5b71ddb206d6c07f1e4a0cb7e8afd83108f3a70f733030a872d110/distxml-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "77cf9401f4f998c43c6751ffa7460d3b", "sha256": "c883cf2fc808796a6c7d18b8f28c92207d38e49ecd5f103ad169305a69a675f5" }, "downloads": -1, "filename": "distxml-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "77cf9401f4f998c43c6751ffa7460d3b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3601, "upload_time": "2019-07-20T23:21:02", "url": "https://files.pythonhosted.org/packages/b9/dd/404681a0b84a65a94d31fb8b42301f396db0bef713c0bbd9b5c283a584a9/distxml-0.0.2-py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "71297650ae1c2e5d4850224f1fbeb724", "sha256": "56c08ecfbe941473b545b70916ec1352fed31892fb3b3771845ff3788cee59d8" }, "downloads": -1, "filename": "distxml-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "71297650ae1c2e5d4850224f1fbeb724", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2478, "upload_time": "2019-07-22T02:41:52", "url": "https://files.pythonhosted.org/packages/7a/15/044640128a9ba3d2eaffe34236c3ce41e59d8e30df2ac6c70251e6e10178/distxml-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c7c3586fb77d10401daf1e55d0039e1", "sha256": "c68e95c8bd5da8481880c982ec6ab9b1fd4524f2335c93d98ea3321aaef2f57d" }, "downloads": -1, "filename": "distxml-0.0.3.tar.gz", "has_sig": false, "md5_digest": "1c7c3586fb77d10401daf1e55d0039e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5472, "upload_time": "2019-07-22T02:41:53", "url": "https://files.pythonhosted.org/packages/5e/c6/daee0b6209aedea164aff0f95ccb830458e934604ce4f1c6cafb64226480/distxml-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "e5e9495d9eab4c9604aa75f23855a908", "sha256": "2f12afc03bca2d57739cb1bc9e2dc41c57a34a3cc76f9419f58e48a13bb2da3a" }, "downloads": -1, "filename": "distxml-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e5e9495d9eab4c9604aa75f23855a908", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2493, "upload_time": "2019-07-22T06:08:56", "url": "https://files.pythonhosted.org/packages/b3/39/f368145892d8f6725123c4d0c4db959801c177b8b62d713ddd32a4ba5b45/distxml-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a535dfe6b4d3e2062f1411ec5e6ed897", "sha256": "3634ff020dd37da2bded2214bfd1c85f86c4b4f5a1d12f0c1aedea490b95a751" }, "downloads": -1, "filename": "distxml-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a535dfe6b4d3e2062f1411ec5e6ed897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8725, "upload_time": "2019-07-22T06:08:57", "url": "https://files.pythonhosted.org/packages/9f/fb/5a853d29ff7d4d43c38b464fadb8116c629bb4fa0271166d8654fd75601b/distxml-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a25ffe0d4ad881f0bbc67c1005197a5a", "sha256": "06ff2f8629fbc0791b88a994589731e5b751f3d80e3a61fa661f895d9c58462f" }, "downloads": -1, "filename": "distxml-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a25ffe0d4ad881f0bbc67c1005197a5a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2491, "upload_time": "2019-07-22T06:16:13", "url": "https://files.pythonhosted.org/packages/4f/91/53347a983f48d6b884c068f92d0b5b95ae5005f6f9e20a00a8b3885fb96c/distxml-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7b9ba136f7c76e581a698e0ad68761d", "sha256": "cc34ed5208993230d502c47208871ba7ae06aedbf18fbf5b4892480568a9af5a" }, "downloads": -1, "filename": "distxml-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b7b9ba136f7c76e581a698e0ad68761d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8723, "upload_time": "2019-07-22T06:16:15", "url": "https://files.pythonhosted.org/packages/57/e4/afa668fd26e565aaa2b257f81e632aff31015113f5e44b52a2b75ab5cdf1/distxml-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a25ffe0d4ad881f0bbc67c1005197a5a", "sha256": "06ff2f8629fbc0791b88a994589731e5b751f3d80e3a61fa661f895d9c58462f" }, "downloads": -1, "filename": "distxml-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a25ffe0d4ad881f0bbc67c1005197a5a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2491, "upload_time": "2019-07-22T06:16:13", "url": "https://files.pythonhosted.org/packages/4f/91/53347a983f48d6b884c068f92d0b5b95ae5005f6f9e20a00a8b3885fb96c/distxml-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7b9ba136f7c76e581a698e0ad68761d", "sha256": "cc34ed5208993230d502c47208871ba7ae06aedbf18fbf5b4892480568a9af5a" }, "downloads": -1, "filename": "distxml-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b7b9ba136f7c76e581a698e0ad68761d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8723, "upload_time": "2019-07-22T06:16:15", "url": "https://files.pythonhosted.org/packages/57/e4/afa668fd26e565aaa2b257f81e632aff31015113f5e44b52a2b75ab5cdf1/distxml-0.1.1.tar.gz" } ] }