tableprint


Nametableprint JSON
Version 0.9.1 PyPI version JSON
download
home_pagehttps://github.com/nirum/tableprint
SummaryPretty console printing of tabular data
upload_time2020-08-09 23:56:28
maintainer
docs_urlhttps://pythonhosted.org/tableprint/
authorNiru Maheswaranathan
requires_python
licenseMIT
keywords table print display
VCS
bugtrack_url
requirements numpy pandas wcwidth
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Formatted console printing of tabular data.
tableprint lets you easily print formatted tables of data.
Unlike other modules, you can print single rows of data at a time
(useful for printing ongoing computation results).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nirum/tableprint",
    "name": "tableprint",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/tableprint/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "table print display",
    "author": "Niru Maheswaranathan",
    "author_email": "niru@hey.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/29/3c93713dd065b183a4a5dc9a210308165854e71ece7e6b6b305a2ce55857/tableprint-0.9.1.tar.gz",
    "platform": "",
    "description": "Formatted console printing of tabular data.\ntableprint lets you easily print formatted tables of data.\nUnlike other modules, you can print single rows of data at a time\n(useful for printing ongoing computation results).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pretty console printing of tabular data",
    "version": "0.9.1",
    "split_keywords": [
        "table",
        "print",
        "display"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e49fe61234cc4a1e2c7c8ade391828a66ef8e4cfef4bd586def359d03895d916",
                "md5": "7bf9d262ce8dacf4b69d109487bb4691",
                "sha256": "1eaba75dbf6f3499bf2224081ff886fca25242d31df5177c60419c588363cc4d"
            },
            "downloads": -1,
            "filename": "tableprint-0.9.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7bf9d262ce8dacf4b69d109487bb4691",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6771,
            "upload_time": "2020-08-09T23:56:25",
            "upload_time_iso_8601": "2020-08-09T23:56:25.971378Z",
            "url": "https://files.pythonhosted.org/packages/e4/9f/e61234cc4a1e2c7c8ade391828a66ef8e4cfef4bd586def359d03895d916/tableprint-0.9.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f293c93713dd065b183a4a5dc9a210308165854e71ece7e6b6b305a2ce55857",
                "md5": "68cae18c9d9d9cc77fb4534bab50d54a",
                "sha256": "f44e680f1c32383855b4055448ad2cc9a9bba93947e6bb6fb24217fadfbff6b9"
            },
            "downloads": -1,
            "filename": "tableprint-0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "68cae18c9d9d9cc77fb4534bab50d54a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8067,
            "upload_time": "2020-08-09T23:56:28",
            "upload_time_iso_8601": "2020-08-09T23:56:28.064358Z",
            "url": "https://files.pythonhosted.org/packages/4f/29/3c93713dd065b183a4a5dc9a210308165854e71ece7e6b6b305a2ce55857/tableprint-0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-08-09 23:56:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "nirum",
    "github_project": "tableprint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "wcwidth",
            "specs": []
        }
    ],
    "lcname": "tableprint"
}
        
Elapsed time: 0.03193s