{ "info": { "author": "Patrick Sabin", "author_email": "patricksabin@gmx.at", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: HTML" ], "description": "Tags - A HTML code generation toolkit\n-------------------------------------\nWith tags you can generate HTML code by programming python. For every Tag type\nthere is a corresponding class, for every tag an object. This way you can\nprogram HTML code by programmatically coding in python. The advantage of this\nstyle is that you can easily structure and reuse your HTML code, something that\npure HTML is missing. For example, you can create a widget and use it at many\ndifferent places, or create a template and plug some other html code in. Tags\ntakes care of only creating valid html code.\n\nExample Code:\n\n | from tags import *\n |\n | head = Head().append(Title().append(Text(\"Page Title\")))\n | body = Body().append(P().append(Text(\"Page Content\")))\n | root = Doctype()\n | root = Doctype().append(Html().append(head).append(body))\n\nThis project is still in development. There is enough code to play around, but\nsome tags are missing.\n\nThis version requires Python 2.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/tags", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tags", "package_url": "https://pypi.org/project/tags/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tags/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/tags" }, "release_url": "https://pypi.org/project/tags/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "A toolkit to create HTML code with python", "version": "0.0.3" }, "last_serial": 800338, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0df8dcc53805e22ba9364b1cdc2c50c0", "sha256": "13a1399f446427c51050569c499b59e9cd1f934b561fce1a0c882016b79eb8be" }, "downloads": -1, "filename": "tags-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0df8dcc53805e22ba9364b1cdc2c50c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4872, "upload_time": "2009-10-10T14:15:11", "url": "https://files.pythonhosted.org/packages/68/9c/3f0ae2ab2f1bdb43cb2a34df419cde3072d3fbb299dbbb9fbae1f356bb59/tags-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "e975a1dcfcaffc57a3bf1c6793d0e938", "sha256": "e1034f76c3f5ec9328571ce1b649471f2d04c1356944d29d502556a2cc33dd16" }, "downloads": -1, "filename": "tags-0.0.2.tar.gz", "has_sig": false, "md5_digest": "e975a1dcfcaffc57a3bf1c6793d0e938", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6432, "upload_time": "2009-11-03T13:54:01", "url": "https://files.pythonhosted.org/packages/bc/8f/b177ea45f4467d6a3a54ff76feccba6f0c372421a70dbfea487dd7b5c6aa/tags-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "9379d57939ffda264f167e421efa73b3", "sha256": "52a1373beefd9c339d73e019bff095e7537e9d9d8981755f64d728a2e67e78de" }, "downloads": -1, "filename": "tags-0.0.3.tar.gz", "has_sig": false, "md5_digest": "9379d57939ffda264f167e421efa73b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6442, "upload_time": "2009-11-03T14:00:40", "url": "https://files.pythonhosted.org/packages/8c/d3/3a1425dd9a01b7761e93fa988c5cd892ada11145daac967f3c354620c800/tags-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9379d57939ffda264f167e421efa73b3", "sha256": "52a1373beefd9c339d73e019bff095e7537e9d9d8981755f64d728a2e67e78de" }, "downloads": -1, "filename": "tags-0.0.3.tar.gz", "has_sig": false, "md5_digest": "9379d57939ffda264f167e421efa73b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6442, "upload_time": "2009-11-03T14:00:40", "url": "https://files.pythonhosted.org/packages/8c/d3/3a1425dd9a01b7761e93fa988c5cd892ada11145daac967f3c354620c800/tags-0.0.3.tar.gz" } ] }