{ "info": { "author": "Michael Alyn Miller", "author_email": "malyn@strangeGizmo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: HTML", "Topic :: Text Processing :: Markup :: XML" ], "description": "pyxslt makes it easy to turn Python objects into XML documents. In\naddition to basic XML serialization, pyxslt can also apply an XSL\nstylesheet to the serialized XML fragments. You could, for example, use\npyxslt to convert the results of an SQLObject_ query to an XHTML file.\n\nAll Python objects given to pyxslt are converted into their string\nrepresentations. pyxslt focuses on serializing objects in such a way as\nto make the construction of XSL stylesheets as easy as possible. As a\nresult, pyxslt's XML serialization is usually not reversible.\n\nIn other words, pyxslt is not a replacement for pickle_, marshal_,\nshelve_, or any of the other true serialization modules. pyxslt is\ndesigned with one-way XSL transformation in mind.\n\npyxslt makes use of libxml2_ to build its internal XML documents and\nlibxslt_ to perform XSL transformations. Both packages must be\ninstalled in order for pyxslt to do its job.\n\n.. _SQLObject: http://sqlobject.org/\n.. _pickle: http://docs.python.org/lib/module-pickle.html\n.. _marshal: http://docs.python.org/lib/module-marshal.html\n.. _shelve: http://docs.python.org/lib/module-shelve.html\n.. _libxml2: http://xmlsoft.org/\n.. _libxslt: http://xmlsoft.org/XSLT/", "description_content_type": null, "docs_url": null, "download_url": "http://www.strangeGizmo.com/products/pyxslt/pyxslt-0.9.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.strangeGizmo.com/products/pyxslt/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "pyxslt", "package_url": "https://pypi.org/project/pyxslt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyxslt/", "project_urls": { "Download": "http://www.strangeGizmo.com/products/pyxslt/pyxslt-0.9.1.tar.gz", "Homepage": "http://www.strangeGizmo.com/products/pyxslt/" }, "release_url": "https://pypi.org/project/pyxslt/0.9.1/", "requires_dist": null, "requires_python": null, "summary": "Serialize Python objects to XML using an XSL stylesheet.", "version": "0.9.1" }, "last_serial": 12988, "releases": { "0.9.1": [] }, "urls": [] }