{ "info": { "author": "The Matplotlib Team, John Hunter, Johnny Gill", "author_email": "swfiua@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3.6" ], "description": "=======\n Blume\n=======\n\nBetter Looking Universal Matplotlib Engine.\n\nBlume provides a replacement for the matplotlib table module.\n\nDisplaying data as tables in matplotlib.\n\nIt fixes a number of issues with the existing table and has:\n\n* more reliable code for automatically setting the font size to make\n best use of the space available.\n\n* Padding between text and the cell edges which works better across a\n range of text sizes.\n\n* First row of cell data is now row 0 regardless of whether the table\n has a row header. The row header is row -1.\n\n* New options to allow cell edge colours to be specified. \n\nTo use the new table, just import `blume.table` and use that to\ncreate your tables instead of the `matplotlib.table.table`.\n\n::\n\n from blume import table\n\n tab = table(ax, ..)\n\n\nThe first parameter to table should be an *matplotlib.axes*.\n\nIf you are using the *pyplot* interface, note that calling\n*pyplot.table* will use `matplotlib.table.table`.\n\nInstead import table from blume and use as follows::\n\n from blume.table import table\n tab = table(plt.gca(), ...)\n\n\n\nInstall\n=======\n\nUsing pip::\n\n pip3 install blume\n\n\nExamples\n========\n\nThe *examples* folder has a number of demonstrations of what can be\ndone with this table.\n\n\nTesting\n=======\n\nRun tests using::\n\n pytest tests\n\nImage comparison tests\n----------------------\n\n???\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/matplotlib/blume", "keywords": "matplotlib table", "license": "Matplotlib", "maintainer": "", "maintainer_email": "", "name": "blume", "package_url": "https://pypi.org/project/blume/", "platform": "", "project_url": "https://pypi.org/project/blume/", "project_urls": { "Homepage": "https://github.com/matplotlib/blume" }, "release_url": "https://pypi.org/project/blume/0.0.1/", "requires_dist": [ "matplotlib (>=3.1)" ], "requires_python": "", "summary": "Better looking tables for matplotlib", "version": "0.0.1" }, "last_serial": 5635928, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c119625d8e81ef2b0e353ec62001a0e9", "sha256": "e4d8e8d93287c20353c4759b7f9146abb2702418a63f99b1c76c737f7a14f148" }, "downloads": -1, "filename": "blume-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c119625d8e81ef2b0e353ec62001a0e9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18311, "upload_time": "2019-08-05T19:21:53", "url": "https://files.pythonhosted.org/packages/46/99/08fcf4f45a99bf0808095a3b54bacc9d94bcaae56a1805da41d7e7bfd311/blume-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c119625d8e81ef2b0e353ec62001a0e9", "sha256": "e4d8e8d93287c20353c4759b7f9146abb2702418a63f99b1c76c737f7a14f148" }, "downloads": -1, "filename": "blume-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c119625d8e81ef2b0e353ec62001a0e9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18311, "upload_time": "2019-08-05T19:21:53", "url": "https://files.pythonhosted.org/packages/46/99/08fcf4f45a99bf0808095a3b54bacc9d94bcaae56a1805da41d7e7bfd311/blume-0.0.1-py3-none-any.whl" } ] }