{ "info": { "author": "Connor Riva", "author_email": "criva@westmont.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "|Build Status|\n\nlxml to dict\n============\n\n`Package on Pypi `__\n\nA simple conversion of an lxml.objectify element to a python dictionary.\n\nUsage\n-----\n\n.. code:: python\n\n >>> from lxml_to_dict import lxml_to_dict\n >>> \n >>> lxml_to_dict()\n >>>\n >>> root = objectify.Element(\"root\") # \n >>> b = objectify.SubElement(root, \"b\") # \n >>> b = objectify.SubElement(root, \"b\") # \n >>> a = objectify.SubElement(root, \"a\") # \n >>> lxml_to_dict(root) # {'root': {'b': None, 'b1': None, 'a': None}}\n\nTest\n----\n\nYou can run the tests using\n`tox `__\n\n.. code:: shell\n\n tox\n\nPublish\n-------\n\nTo publish a new version of this package your Pypi user needs to be\nadded to the project. (Ask Connor to give you access)\n\n.. code:: shell\n\n # Update version number in setup.py\n\n python setup.py sdist\n twine upload dist/*\n\n.. |Build Status| image:: https://travis-ci.org/CRiva/lxml_to_dict.svg?branch=master\n :target: https://travis-ci.org/CRiva/lxml_to_dict", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/CRiva/lxml_to_dict", "keywords": "lxml,dict,dictionary,lxml.objectify,convert", "license": "", "maintainer": "", "maintainer_email": "", "name": "lxml-to-dict", "package_url": "https://pypi.org/project/lxml-to-dict/", "platform": "", "project_url": "https://pypi.org/project/lxml-to-dict/", "project_urls": { "Homepage": "https://github.com/CRiva/lxml_to_dict" }, "release_url": "https://pypi.org/project/lxml-to-dict/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A simple conversion of an lxml.objectify element to a python dictionary.", "version": "0.1.2" }, "last_serial": 4209081, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6b5c918b37ccf4123ef8e7a8ee2f317e", "sha256": "9d1baebb2742adc17a2d2227707ecf8dc47c1164c2f108c7ff9e9ed43c35633c" }, "downloads": -1, "filename": "lxml_to_dict-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6b5c918b37ccf4123ef8e7a8ee2f317e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1885, "upload_time": "2018-07-25T23:51:40", "url": "https://files.pythonhosted.org/packages/e4/4d/89769878b14c4e63a92f526b26f7df58d7ab4f20678ef629721b887aa9ab/lxml_to_dict-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5cb994ec64a4a868195a4ca86c6ebff5", "sha256": "7c2d41c02fd13851883c4a66ca983de0abdd92e63ad49b0701d681feed89f4f6" }, "downloads": -1, "filename": "lxml_to_dict-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5cb994ec64a4a868195a4ca86c6ebff5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1924, "upload_time": "2018-07-25T23:54:15", "url": "https://files.pythonhosted.org/packages/94/e1/fa808a131b4ba7e322bc169165b9fa311deed03a12fb8b154c2dd2b316a6/lxml_to_dict-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "bd1bcf2eb8703140a42f48e783a83922", "sha256": "a4fc9eab30614834e85b3a8eccbe19effccbbd09d9377989cb3d63a29808023e" }, "downloads": -1, "filename": "lxml_to_dict-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bd1bcf2eb8703140a42f48e783a83922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2056, "upload_time": "2018-08-26T19:41:34", "url": "https://files.pythonhosted.org/packages/d8/ae/fa93a5ce28a721f975997567d3327e60a2513122b4c5b53ef06c452c0f7c/lxml_to_dict-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd1bcf2eb8703140a42f48e783a83922", "sha256": "a4fc9eab30614834e85b3a8eccbe19effccbbd09d9377989cb3d63a29808023e" }, "downloads": -1, "filename": "lxml_to_dict-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bd1bcf2eb8703140a42f48e783a83922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2056, "upload_time": "2018-08-26T19:41:34", "url": "https://files.pythonhosted.org/packages/d8/ae/fa93a5ce28a721f975997567d3327e60a2513122b4c5b53ef06c452c0f7c/lxml_to_dict-0.1.2.tar.gz" } ] }