{ "info": { "author": "@Robpol86", "author_email": "robpol86@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries", "Topic :: Terminals", "Topic :: Text Processing :: Markup" ], "description": "================\r\n PythonTemplate\r\n================\r\n\r\nThis is the template I use for my Python projects. This isn't a real project.\r\n\r\n* Python 2.6, 2.7, PyPy, PyPy3, 3.3, and 3.4 supported on Linux\r\n\r\n.. code:: \r\n\r\n from terminaltables import AsciiTable\r\n table_data = [\r\n ['Heading1', 'Heading2'],\r\n ['row1 column1', 'row1 column2'],\r\n ['row2 column1', 'row2 column2'],\r\n ['row3 column1', 'row3 column2']\r\n ]\r\n table = AsciiTable(table_data)\r\n print table.table\r\n +--------------+--------------+\r\n | Heading1 | Heading2 |\r\n +--------------+--------------+\r\n | row1 column1 | row1 column2 |\r\n | row2 column1 | row2 column2 |\r\n | row3 column1 | row3 column2 |\r\n +--------------+--------------+\r\n\r\n.. changelog-section\r\n\r\nChangelog\r\n=========\r\n\r\nThis project adheres to `Semantic Versioning `_.\r\n\r\n.. topic:: 3.0.0 - 2016-05-30\r\n\r\n Added\r\n * Support for https://pypi.python.org/pypi/colorama\r\n * Support for https://pypi.python.org/pypi/termcolor\r\n * Support for RTL characters (Arabic and Hebrew).\r\n * Support for non-string items in ``table_data`` like integers.\r\n\r\n Changed\r\n * Refactored again, but this time entire project including tests.\r\n\r\n Removed\r\n * ``padded_table_data`` property and ``join_row()``. Moving away from repeated string joining/splitting.\r\n\r\n Fixed\r\n * ``set_terminal_title()`` Unicode handling on Windows.\r\n * https://github.com/Robpol86/terminaltables/issues/18\r\n * https://github.com/Robpol86/terminaltables/issues/20\r\n * https://github.com/Robpol86/terminaltables/issues/23\r\n * https://github.com/Robpol86/terminaltables/issues/26\r\n\r\n2.1.0 - 2015-11-02\r\n------------------\r\n\r\nAdded\r\n * GitHub Flavored Markdown table by bcho: https://github.com/Robpol86/terminaltables/pull/12\r\n * Python 3.5 support (Linux/OS X and Windows).\r\n\r\n2.0.0 - 2015-10-11\r\n------------------\r\n\r\nChanged\r\n * Refactored code. No new features.\r\n * Breaking changes: `UnixTable`/`WindowsTable`/`WindowsTableDouble` moved. Use `SingleTable`/`DoubleTable` instead.\r\n\r\n1.2.1 - 2015-09-03\r\n------------------\r\n\r\nFixed\r\n * CJK character width fixed by zqqf16 and bcho: https://github.com/Robpol86/terminaltables/pull/9\r\n\r\n1.2.0 - 2015-05-31\r\n------------------\r\n\r\nAdded\r\n * Bottom row separator.\r\n\r\n1.1.1 - 2014-11-03\r\n------------------\r\n\r\nFixed\r\n * Python 2.7 64-bit terminal width bug on Windows.\r\n\r\n1.1.0 - 2014-11-02\r\n------------------\r\n\r\nAdded\r\n * Windows support.\r\n * Double-lined table.\r\n\r\n1.0.2 - 2014-09-18\r\n------------------\r\n\r\nAdded\r\n * ``table_width`` and ``ok`` properties.\r\n\r\n1.0.1 - 2014-09-12\r\n------------------\r\n\r\nAdded\r\n * Terminal width/height defaults for testing.\r\n * ``terminaltables.DEFAULT_TERMINAL_WIDTH``\r\n * ``terminaltables.DEFAULT_TERMINAL_HEIGHT``\r\n\r\n1.0.0 - 2014-09-11\r\n------------------\r\n\r\n* Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Robpol86/robpol86-PythonTemplate", "keywords": "replace me", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "robpol86-PythonTemplate", "package_url": "https://pypi.org/project/robpol86-PythonTemplate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/robpol86-PythonTemplate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Robpol86/robpol86-PythonTemplate" }, "release_url": "https://pypi.org/project/robpol86-PythonTemplate/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "This is the template I use for my Python projects.", "version": "0.2.0" }, "last_serial": 2239440, "releases": { "0.2.0": [] }, "urls": [] }