{ "info": { "author": "Luke Maurits", "author_email": "luke@maurits.id.au", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Text Processing" ], "description": "PLTable\n=======\n\nPLTable is a Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. PLTable is a fork of [PTable](https://github.com/kxxoling/PTable) which was in turn originally forked from [PrettyTable](https://github.com/lmaurits/prettytable) :\n\n- [PrettyTable by Luke Maurits](https://github.com/lmaurits/prettytable)\n - [PTable by Kane Blueriver](https://github.com/kxxoling/PTable)\n - [PTable by Ryan James](https://github.com/Autoplectic/PTable/tree/boxchar)\n - [PLTable by Plato Mavropoulos](https://github.com/platomav/PLTable)\n\nCompared to PTable, PLTable:\n\n- Adds table style \"UNICODE_LINES\" based on Ryan James's original line drawing mode at PTable boxchar branch.\n- Adds JSON Dictionary export via \"get_json_dict\" method. Convert it to JSON via python's built-in json import.\n- Fixes HTML export via \"get_html_strin\" by adding proper table Title/Caption and valid xHTML parameter toggle.\n\nYou can find the full PrettyTable documentation at the [PTable](https://ptable.readthedocs.io/en/latest/) or [PrettyTable](https://code.google.com/archive/p/prettytable/wikis) wikis.\n\nTo install PLTable, use pip via **pip install PLTable** or build from source via **python setup.py install**.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/platomav/PLTable", "keywords": "", "license": "BSD (3 clause)", "maintainer": "Plato Mavropoulos", "maintainer_email": "", "name": "PLTable", "package_url": "https://pypi.org/project/PLTable/", "platform": "", "project_url": "https://pypi.org/project/PLTable/", "project_urls": { "Homepage": "https://github.com/platomav/PLTable" }, "release_url": "https://pypi.org/project/PLTable/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Python library for easily displaying tabular data in a visually appealing ASCII table format", "version": "1.0.0" }, "last_serial": 5498133, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "850ae72b865ebc30a244889b8f0bce75", "sha256": "756f6f5a86b3eff73b21fb9e2bccdc878d90135aabb5eb4e85ce16dd5e1d2d7a" }, "downloads": -1, "filename": "PLTable-1.0.0.tar.gz", "has_sig": false, "md5_digest": "850ae72b865ebc30a244889b8f0bce75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16318, "upload_time": "2019-07-07T21:39:29", "url": "https://files.pythonhosted.org/packages/7e/fe/973f7789d3fecb78391ff2c5b544e45a8a27b8f8ccda3991711a024f110f/PLTable-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "850ae72b865ebc30a244889b8f0bce75", "sha256": "756f6f5a86b3eff73b21fb9e2bccdc878d90135aabb5eb4e85ce16dd5e1d2d7a" }, "downloads": -1, "filename": "PLTable-1.0.0.tar.gz", "has_sig": false, "md5_digest": "850ae72b865ebc30a244889b8f0bce75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16318, "upload_time": "2019-07-07T21:39:29", "url": "https://files.pythonhosted.org/packages/7e/fe/973f7789d3fecb78391ff2c5b544e45a8a27b8f8ccda3991711a024f110f/PLTable-1.0.0.tar.gz" } ] }