{ "info": { "author": "mitnk", "author_email": "w@mitnk.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools" ], "description": "Home Page: https://github.com/mitnk/asciicells\n\nInstall\n::\n\n $ pip install asciicells\n\n\nHigh level usages\n-----------------\n\nAfter installed, an executable ``asciicells`` would available for use.\nIf not, please replace following examples with ``python -m asciicells``.\n\n::\n\n $ asciicells -f demo.csv\n\n +-----+---------+-----------+\n | No. | sample | name |\n | | | |\n | 1 | a,b,c | lettes |\n | | | |\n | 2 | + - x / | operators |\n +-----+---------+-----------+\n\nWith header:\n\n::\n\n $ asciicells -f demo.csv -H\n\n +-----+---------+-----------+\n | No. | sample | name |\n +-----+---------+-----------+\n | 1 | a,b,c | lettes |\n | | | |\n | 2 | + - x / | operators |\n +-----+---------+-----------+\n\nAlso support TSV: `asciicells -f demo.tsv -t -H`\n\n\nLow level usages\n----------------\n\n::\n\n >>> import asciicells\n >>> ac = asciicells.AsciiCells()\n >>> L = [['a', 'b'], ['1', '2']]\n >>> print(ac.render(L))\n +---+---+\n | a | b |\n | | |\n | 1 | 2 |\n +---+---+\n\nMore information: https://github.com/mitnk/asciicells", "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/mitnk/asciicells", "keywords": "ascii table generator", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "asciicells", "package_url": "https://pypi.org/project/asciicells/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/asciicells/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mitnk/asciicells" }, "release_url": "https://pypi.org/project/asciicells/0.9.2/", "requires_dist": null, "requires_python": null, "summary": "A Simple ASCII Table Generator", "version": "0.9.2" }, "last_serial": 1827000, "releases": { "0.9.0": [], "0.9.1": [ { "comment_text": "", "digests": { "md5": "5e3d7826835ff98ab645b215ea3a566b", "sha256": "6b3b5c5d371484d5a3089e3b6dc79876cfb8ac93f863fe4ef224ea28235befcb" }, "downloads": -1, "filename": "asciicells-0.9.1.tar.gz", "has_sig": false, "md5_digest": "5e3d7826835ff98ab645b215ea3a566b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3473, "upload_time": "2015-11-21T03:43:32", "url": "https://files.pythonhosted.org/packages/13/26/31c8ed807a67a0267bdff7885feb33cfccaed618d35ed19625c46b304ab2/asciicells-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "951b6e8c521c9e1fe1db2287a552c196", "sha256": "dd2244f4c87498464817a3556cfe7db3b42bc5e4d8a93d218e693340d92cbb6a" }, "downloads": -1, "filename": "asciicells-0.9.2.tar.gz", "has_sig": false, "md5_digest": "951b6e8c521c9e1fe1db2287a552c196", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3942, "upload_time": "2015-11-21T04:04:25", "url": "https://files.pythonhosted.org/packages/3c/1a/0ca7776b321a9a313a6d27dd15163da3575a790b45d3f611e39c3d1e73d6/asciicells-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "951b6e8c521c9e1fe1db2287a552c196", "sha256": "dd2244f4c87498464817a3556cfe7db3b42bc5e4d8a93d218e693340d92cbb6a" }, "downloads": -1, "filename": "asciicells-0.9.2.tar.gz", "has_sig": false, "md5_digest": "951b6e8c521c9e1fe1db2287a552c196", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3942, "upload_time": "2015-11-21T04:04:25", "url": "https://files.pythonhosted.org/packages/3c/1a/0ca7776b321a9a313a6d27dd15163da3575a790b45d3f611e39c3d1e73d6/asciicells-0.9.2.tar.gz" } ] }