{ "info": { "author": "Jonas Galvez", "author_email": "jonasgalvez@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries", "Topic :: Text Processing :: Markup :: HTML", "Topic :: Text Processing :: Markup :: XML" ], "description": "xmlwitch offers Pythonic XML generation through context generators in a \nminimalist implementation with less than 100 lines of code. BSD-licensed.\n\nUsage\n`````\n\n::\n\n import xmlwitch\n xml = xmlwitch.Builder(version='1.0', encoding='utf-8')\n with xml.feed(xmlns='http://www.w3.org/2005/Atom'):\n xml.title('Example Feed')\n xml.updated('2003-12-13T18:30:02Z')\n with xml.author:\n xml.name('John Doe')\n xml.id('urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6')\n with xml.entry:\n xml.title('Atom-Powered Robots Run Amok')\n xml.id('urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a')\n xml.updated('2003-12-13T18:30:02Z')\n xml.summary('Some text.')\n print(xml)\n\nSetup\n`````\n\n::\n\n $ pip install xmlwitch # or\n $ easy_install xmlwitch # or\n $ cd xmlwitch-0.3; python setup.py install\n\nLinks\n`````\n\n* `Development repository `_\n* `Author's website `_\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/galvez/xmlwitch/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "xmlwitch", "package_url": "https://pypi.org/project/xmlwitch/", "platform": "Python 2.5 and later", "project_url": "https://pypi.org/project/xmlwitch/", "project_urls": { "Homepage": "http://github.com/galvez/xmlwitch/" }, "release_url": "https://pypi.org/project/xmlwitch/0.3/", "requires_dist": null, "requires_python": "", "summary": "xmlwitch offers Pythonic XML generation through context generators", "version": "0.3" }, "last_serial": 2304366, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c35e24e11a24d104edce5b8bc6a9e0d7", "sha256": "960926ca135cb2c324dd7b768e9e9f030b1eac1e554b0da2cfb39bb1f2e2c2fe" }, "downloads": -1, "filename": "xmlwitch-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c35e24e11a24d104edce5b8bc6a9e0d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3609, "upload_time": "2009-08-03T04:17:10", "url": "https://files.pythonhosted.org/packages/9e/57/509c1308febbdbf38df50abe5d52fac24440cf540d99816f6e18d81369cf/xmlwitch-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "6a03b641ea670e8e5934186d92804a7b", "sha256": "fa5f30c51a2bced0d450fbe491a01dc485cb2a7516df0771e432f22f0add1b41" }, "downloads": -1, "filename": "xmlwitch-0.1.0.zip", "has_sig": false, "md5_digest": "6a03b641ea670e8e5934186d92804a7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5066, "upload_time": "2009-08-03T04:17:12", "url": "https://files.pythonhosted.org/packages/7f/32/364e458d1b4f8f8138d3b7b4da5a94c29830421c5aaa9de9f094b1181abb/xmlwitch-0.1.0.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "965cb65dc692240781857fbfa27a6802", "sha256": "0541d8c0e706bd6230e1d93ddf5b5c3e6a401c6d91cd1c5f0d9ed0eac961e53e" }, "downloads": -1, "filename": "xmlwitch-0.2.tar.gz", "has_sig": false, "md5_digest": "965cb65dc692240781857fbfa27a6802", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4778, "upload_time": "2011-01-03T00:51:20", "url": "https://files.pythonhosted.org/packages/84/1c/79ea1f2fd7a56ff482faaba72a58132ac5cf1f5b7e95e75b5d2df1212ddb/xmlwitch-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "5c853d0e990f8c58557a91ebd235bd53", "sha256": "f9b49c04e96e8110aac1eddc70194cdefcce53885709a282b349ae19ade579fe" }, "downloads": -1, "filename": "xmlwitch-0.2.1.tar.gz", "has_sig": false, "md5_digest": "5c853d0e990f8c58557a91ebd235bd53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4495, "upload_time": "2011-03-13T22:55:27", "url": "https://files.pythonhosted.org/packages/10/21/d7cb0f774f9e3255437253b78ed44cdbcf496a1660dab3e96b382417ef54/xmlwitch-0.2.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "d6fae9e3feccd358e8dc28804be9015b", "sha256": "6e264c1f8cd21c810df573c27cc14bd4c8b101e0c2b316870383c8e797dd6ff4" }, "downloads": -1, "filename": "xmlwitch-0.3-py2-none-any.whl", "has_sig": true, "md5_digest": "d6fae9e3feccd358e8dc28804be9015b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4659, "upload_time": "2016-08-25T20:29:21", "url": "https://files.pythonhosted.org/packages/cc/1b/2469af41280a71aa4699cbe16c672a10a79a13ac8329391d9f12b16f96ba/xmlwitch-0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff21ab42c57437aa1696c553f3593ab0", "sha256": "c5368319dfca28051abf78b41c0d9a6d99014389890a29ae539a0316e3f9760e" }, "downloads": -1, "filename": "xmlwitch-0.3.tar.gz", "has_sig": true, "md5_digest": "ff21ab42c57437aa1696c553f3593ab0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5635, "upload_time": "2016-08-25T20:29:28", "url": "https://files.pythonhosted.org/packages/0a/d4/02632fba90c3883d86d1f6c28db5fca5707498619d8e9efc9b98a377063c/xmlwitch-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6fae9e3feccd358e8dc28804be9015b", "sha256": "6e264c1f8cd21c810df573c27cc14bd4c8b101e0c2b316870383c8e797dd6ff4" }, "downloads": -1, "filename": "xmlwitch-0.3-py2-none-any.whl", "has_sig": true, "md5_digest": "d6fae9e3feccd358e8dc28804be9015b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4659, "upload_time": "2016-08-25T20:29:21", "url": "https://files.pythonhosted.org/packages/cc/1b/2469af41280a71aa4699cbe16c672a10a79a13ac8329391d9f12b16f96ba/xmlwitch-0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff21ab42c57437aa1696c553f3593ab0", "sha256": "c5368319dfca28051abf78b41c0d9a6d99014389890a29ae539a0316e3f9760e" }, "downloads": -1, "filename": "xmlwitch-0.3.tar.gz", "has_sig": true, "md5_digest": "ff21ab42c57437aa1696c553f3593ab0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5635, "upload_time": "2016-08-25T20:29:28", "url": "https://files.pythonhosted.org/packages/0a/d4/02632fba90c3883d86d1f6c28db5fca5707498619d8e9efc9b98a377063c/xmlwitch-0.3.tar.gz" } ] }