{
"info": {
"author": "Luke Maurits",
"author_email": "luke@maurits.id.au",
"bugtrack_url": null,
"classifiers": [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Text Processing"
],
"description": "============\nAbout PTable\n============\n\nPTable is a simple Python library designed to make it quick and easy to\nrepresent tabular data in visually appealing ASCII tables, originally\nforked from `PrettyTable `_.\n\n.. image:: https://travis-ci.org/tducret/PTable.svg\n :target: https://travis-ci.org/tducret/PTable\n :alt: Build Status\n\n.. image:: https://landscape.io/github/tducret/PTable/master/landscape.svg?style=flat\n :target: https://landscape.io/github/tducret/PTable/master\n :alt: Code Health\n\n.. image:: https://coveralls.io/repos/github/tducret/PTable/badge.svg?branch=master\n :target: https://coveralls.io/github/tducret/PTable?branch=master\n :alt: Coverage\n\n\nInstallation\n============\n\nAs PTable is a fork of PrettyTable, and compatible with all its APIs,\nso PTable is usage is the same as PrettyTable, and the installation\nwould cover on the original PrettyTable.\n\nAs always, you can install PTable in 3 ways.\n\nVia pip (recommend)::\n\n pip install PTable\n\nVia easy_install::\n\n easy_install PTable\n\nFrom source::\n\n python setup.py install\n\n\nQuick start\n===========\n\nPTable supports two kinds of usage:\n\n\nAs a library\n------------\n\nPTable library API is almost as PrettyTable, you can import the same API from\n``prettytable`` library:\n\n.. code-block:: python\n\n from prettytable import PrettyTable\n x = PrettyTable()\n\nA better hosted document is hosted on `ReadTheDocument `_.\n\n\nAs command-line tool\n--------------------\n\nThis is an original function of PTable, can be used as ``ptable`` command:\n\n.. code-block:: shell\n\n ptable --csv somefile.csv\n\nor a Unix style pipe:\n\n.. code-block:: shell\n\n cat somefile.csv | ptable\n\nWill both print a ASCII table in terminal.\n\n\n\nRelative links\n==============\n\n* `Source Code (GitHub) `__\n* `RTFD `__\n* `PyPI `__\n* `PrettyTable `_",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/tducret/PTable",
"keywords": "",
"license": "BSD (3 clause)",
"maintainer": "Kane Blueriver",
"maintainer_email": "kxxoling@gmail.com",
"name": "PTableUnicode",
"package_url": "https://pypi.org/project/PTableUnicode/",
"platform": "",
"project_url": "https://pypi.org/project/PTableUnicode/",
"project_urls": {
"Homepage": "https://github.com/tducret/PTable"
},
"release_url": "https://pypi.org/project/PTableUnicode/0.9.3/",
"requires_dist": null,
"requires_python": "",
"summary": "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format",
"version": "0.9.3"
},
"last_serial": 4639002,
"releases": {
"0.9.3": [
{
"comment_text": "",
"digests": {
"md5": "2c0a6fbd145debcc0428d7d42691a928",
"sha256": "2ee4e3551e981344e562e08a96e5f057569ae574eda32dc821477b37daf7391b"
},
"downloads": -1,
"filename": "PTableUnicode-0.9.3.tar.gz",
"has_sig": false,
"md5_digest": "2c0a6fbd145debcc0428d7d42691a928",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22037,
"upload_time": "2018-12-27T21:07:00",
"url": "https://files.pythonhosted.org/packages/0f/66/7e414989a61b250877bbf1bc3f3480700b699ab0efebf70e6530496c1f66/PTableUnicode-0.9.3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "2c0a6fbd145debcc0428d7d42691a928",
"sha256": "2ee4e3551e981344e562e08a96e5f057569ae574eda32dc821477b37daf7391b"
},
"downloads": -1,
"filename": "PTableUnicode-0.9.3.tar.gz",
"has_sig": false,
"md5_digest": "2c0a6fbd145debcc0428d7d42691a928",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22037,
"upload_time": "2018-12-27T21:07:00",
"url": "https://files.pythonhosted.org/packages/0f/66/7e414989a61b250877bbf1bc3f3480700b699ab0efebf70e6530496c1f66/PTableUnicode-0.9.3.tar.gz"
}
]
}