{ "info": { "author": "yxxhero", "author_email": "aiopsclub@163.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6" ], "description": "##### uitable\n---\n```shell\nfrom uitable import UiTable\nuitable_ins = UiTable()\nuitable_ins.add_header(\"name\", \"age\")\nuitable_ins.add_row(\"yxx\", \"12\")\nprint(uitable_ins)\n\n# output:\nname age \nyxx 12 \n```\n\n\n", "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/yxxhero/uitable", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "uitable", "package_url": "https://pypi.org/project/uitable/", "platform": "", "project_url": "https://pypi.org/project/uitable/", "project_urls": { "Homepage": "https://github.com/yxxhero/uitable" }, "release_url": "https://pypi.org/project/uitable/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "display data by table format", "version": "0.0.1" }, "last_serial": 5715218, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "41a028d31061dbceaa5665668c570034", "sha256": "9fc8938c1c223da2ceb84b5481262fd2fdd1cd473431ebb01df3a7fe2fb88040" }, "downloads": -1, "filename": "uitable-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "41a028d31061dbceaa5665668c570034", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2893, "upload_time": "2019-08-22T13:23:40", "url": "https://files.pythonhosted.org/packages/0e/5f/47b32d7e43c8c4f9acebbb44dce0f5cea858e9131d7567a963dcfe8da016/uitable-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b75e61b04b769d530c70369468fbce4", "sha256": "30e6e8e2934adac9a8191065b63dfc70ae9868b4e18b0253dc9d09ca1f8749aa" }, "downloads": -1, "filename": "uitable-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4b75e61b04b769d530c70369468fbce4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1919, "upload_time": "2019-08-22T13:24:41", "url": "https://files.pythonhosted.org/packages/68/cb/53e14639bc80f8649a064e5864ee28b665d8f4de91ddd6b30ee98532efcd/uitable-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "41a028d31061dbceaa5665668c570034", "sha256": "9fc8938c1c223da2ceb84b5481262fd2fdd1cd473431ebb01df3a7fe2fb88040" }, "downloads": -1, "filename": "uitable-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "41a028d31061dbceaa5665668c570034", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2893, "upload_time": "2019-08-22T13:23:40", "url": "https://files.pythonhosted.org/packages/0e/5f/47b32d7e43c8c4f9acebbb44dce0f5cea858e9131d7567a963dcfe8da016/uitable-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b75e61b04b769d530c70369468fbce4", "sha256": "30e6e8e2934adac9a8191065b63dfc70ae9868b4e18b0253dc9d09ca1f8749aa" }, "downloads": -1, "filename": "uitable-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4b75e61b04b769d530c70369468fbce4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1919, "upload_time": "2019-08-22T13:24:41", "url": "https://files.pythonhosted.org/packages/68/cb/53e14639bc80f8649a064e5864ee28b665d8f4de91ddd6b30ee98532efcd/uitable-0.0.1.tar.gz" } ] }