{ "info": { "author": "Swaroop C H", "author_email": "swaroop@swaroopch.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Artistic License", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "::\r\n\r\n >>> t = TextTable((5, 'abc'), (10, 'def'))\r\n >>> t.row('foobarbaz', 'yadayadayada')\r\n >>> print t.draw()\r\n\r\n .-------+------------.\r\n | abc | def |\r\n +-------+------------+\r\n | foob- | yadayaday- |\r\n | arbaz | ada |\r\n '-------+------------'\r\n\r\n\r\nPorted from Sebastian Riedel's Text::SimpleTable[1] to Python.\r\nLicense is same as that of Text::SimpleTable - Artistic or GPL license.\r\n\r\n[1]: http://search.cpan.org/~sri/Text-SimpleTable/lib/Text/SimpleTable.pm", "description_content_type": null, "docs_url": null, "download_url": "http://www.swaroopch.info/files/code/python/text_table-0.02.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.swaroopch.info/stuff/text_table", "keywords": "ascii table", "license": "Artistic", "maintainer": "", "maintainer_email": "", "name": "text_table", "package_url": "https://pypi.org/project/text_table/", "platform": "Python", "project_url": "https://pypi.org/project/text_table/", "project_urls": { "Download": "http://www.swaroopch.info/files/code/python/text_table-0.02.tar.gz", "Homepage": "http://www.swaroopch.info/stuff/text_table" }, "release_url": "https://pypi.org/project/text_table/0.02/", "requires_dist": null, "requires_python": null, "summary": "Simple Eyecandy ASCII Tables", "version": "0.02" }, "last_serial": 803389, "releases": { "0.02": [] }, "urls": [] }