{ "info": { "author": "Matthias C. M. Troffaes", "author_email": "matthias.troffaes@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Text Processing :: Markup", "Topic :: Utilities" ], "description": "For instance::\n\n from quickrest.document import Document\n doc = Document()\n doc.add_chapter(\"Hello\")\n doc.add_paragraph(\"Just to say hello.\")\n doc.add_section(\"World\")\n table = doc.add_table([\"name\", \"age\"])\n table.add_row([\"Karl\", 31])\n table.add_row([\"Marcus\", 2])\n print(doc)\n\nwill print::\n\n Hello\n =====\n\n Just to say hello.\n\n World\n -----\n\n ====== ===\n name age\n ====== ===\n Karl 31 \n Marcus 2 \n ====== ===", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/quickrest", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mcmtroffaes/quickrest", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "quickrest", "package_url": "https://pypi.org/project/quickrest/", "platform": "any", "project_url": "https://pypi.org/project/quickrest/", "project_urls": { "Download": "http://pypi.python.org/pypi/quickrest", "Homepage": "https://github.com/mcmtroffaes/quickrest" }, "release_url": "https://pypi.org/project/quickrest/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "quickrest provides methods for easily generating restructured text in Python.", "version": "0.1.0" }, "last_serial": 727844, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e26df02be7ef6f7cfdd1a4fa1dce0e39", "sha256": "8129d0ed74641cd7db0fdd5546941509b3e86ec368a0f9e4208eaeab8db6667a" }, "downloads": -1, "filename": "quickrest-0.1.0.zip", "has_sig": false, "md5_digest": "e26df02be7ef6f7cfdd1a4fa1dce0e39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12986, "upload_time": "2012-07-06T13:56:19", "url": "https://files.pythonhosted.org/packages/25/ee/a3fbb029665632d9dd0ddd5e27a0a73dcc96355ba478255af4843ac241aa/quickrest-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e26df02be7ef6f7cfdd1a4fa1dce0e39", "sha256": "8129d0ed74641cd7db0fdd5546941509b3e86ec368a0f9e4208eaeab8db6667a" }, "downloads": -1, "filename": "quickrest-0.1.0.zip", "has_sig": false, "md5_digest": "e26df02be7ef6f7cfdd1a4fa1dce0e39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12986, "upload_time": "2012-07-06T13:56:19", "url": "https://files.pythonhosted.org/packages/25/ee/a3fbb029665632d9dd0ddd5e27a0a73dcc96355ba478255af4843ac241aa/quickrest-0.1.0.zip" } ] }