{ "info": { "author": "Joel Dare", "author_email": "joel@joeldare.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Markup" ], "description": "# tomark\n\nA Python module that converts a list of dictionaries to a markdown formatted table.\n\nNote: Each dict in the list must have the same number of elements.\n\nInstalling\n\n`!python3 -m pip install --upgrade tomark`\n\nUsage:\n\n```\nfrom tomark import Tomark\n\ndata = [\n {\n 'pr': 291, \n 'status': 'closed', \n 'date': 'None', \n 'title': 'Adds new wiz bang feature'\n },\n {\n 'pr': 290, \n 'status': 'v1.0', \n 'date': 'None', \n 'title': 'Updates UI to be more awesome'\n }\n]\n\nmarkdown = Tomark.table(data)\nprint(markdown)\n```\n\nExample table output:\n\n| PR | Status | Date | Title |\n|----|----|----|----|\n| 292 | open | None | Adds new wiz bang feature |\n| 286 | v1.0 | None | Updates UI to be more awesome |\n\nExample raw ouput:\n\n```\n| PR | Status | Date | Title |\n|----|----|----|----|\n| 292 | open | None | Adds new wiz bang feature |\n| 286 | v1.0 | None | Updates UI to be more awesome |\n\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/codazoda/tomark", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "tomark", "package_url": "https://pypi.org/project/tomark/", "platform": "", "project_url": "https://pypi.org/project/tomark/", "project_urls": { "Homepage": "https://github.com/codazoda/tomark" }, "release_url": "https://pypi.org/project/tomark/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Convert a list of dictionaries to a markdown formatted table.", "version": "0.1.4" }, "last_serial": 4290949, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "4623bdef1d37a676b6577ee077011958", "sha256": "fb78762ab42471e5cb47afe4626394cb5714a7acdf86290cf68d7ab126e396d2" }, "downloads": -1, "filename": "tomark-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "4623bdef1d37a676b6577ee077011958", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2278, "upload_time": "2018-09-20T00:48:43", "url": "https://files.pythonhosted.org/packages/b9/eb/967d7a29984fba5f3184ec04ad434243a2749608733b52ef88b2e389bff1/tomark-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a682f9b7fb335e3fff0cf5b99e2d02cc", "sha256": "a9d8d1cfaa34b47cc56556526832d7f79eadc340f76c51535dd225a10bbd19fd" }, "downloads": -1, "filename": "tomark-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a682f9b7fb335e3fff0cf5b99e2d02cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1920, "upload_time": "2018-09-20T00:48:44", "url": "https://files.pythonhosted.org/packages/6b/99/5b239dcea47765758e107fda2980e158de816ec616ef5184b6a2f59b1199/tomark-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "32c6ee3b07b725260ea33dcc658de198", "sha256": "0718d889bfec80697bff7e86ab92666176208257a612dab21413ba01f8f690e5" }, "downloads": -1, "filename": "tomark-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "32c6ee3b07b725260ea33dcc658de198", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2315, "upload_time": "2018-09-20T02:12:12", "url": "https://files.pythonhosted.org/packages/10/ca/362d12333d1ea02d156a7cf46fb61a414e5e8e142ad83b3834e2007107ee/tomark-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a98413af5c1536df00573ee4d5404b62", "sha256": "df96fd640b81c414ff0860c34d24bd3db383f3207cbf6c6b8b507712b54cc223" }, "downloads": -1, "filename": "tomark-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a98413af5c1536df00573ee4d5404b62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1958, "upload_time": "2018-09-20T02:12:14", "url": "https://files.pythonhosted.org/packages/ab/63/967a4138cc20134b3f22ebc649ae3d4c1adb2e992458e714c6e02f9cce49/tomark-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "8a5d50b78a677ac6d28c721c90dbe6d3", "sha256": "e0b18f3cc7e1d6312ec3efa5d032b2a48bd24b079a5e91439a37e27c9c9b1455" }, "downloads": -1, "filename": "tomark-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "8a5d50b78a677ac6d28c721c90dbe6d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2346, "upload_time": "2018-09-20T02:20:23", "url": "https://files.pythonhosted.org/packages/a6/f9/81cfdc5ae6469f897de228392f87844a6860f68ea651ebbb9ca30b8fbfd5/tomark-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8546a6710b1cea6ef5872f1074522865", "sha256": "437f36f72621bdeb0897d655dd0f319520c39973977314b848de2491eaf2e740" }, "downloads": -1, "filename": "tomark-0.1.4.tar.gz", "has_sig": false, "md5_digest": "8546a6710b1cea6ef5872f1074522865", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2002, "upload_time": "2018-09-20T02:20:26", "url": "https://files.pythonhosted.org/packages/90/2e/a77c34300addeb847900e1fa73225b725a93da0226bbe26d3394bfcfdcc8/tomark-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a5d50b78a677ac6d28c721c90dbe6d3", "sha256": "e0b18f3cc7e1d6312ec3efa5d032b2a48bd24b079a5e91439a37e27c9c9b1455" }, "downloads": -1, "filename": "tomark-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "8a5d50b78a677ac6d28c721c90dbe6d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2346, "upload_time": "2018-09-20T02:20:23", "url": "https://files.pythonhosted.org/packages/a6/f9/81cfdc5ae6469f897de228392f87844a6860f68ea651ebbb9ca30b8fbfd5/tomark-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8546a6710b1cea6ef5872f1074522865", "sha256": "437f36f72621bdeb0897d655dd0f319520c39973977314b848de2491eaf2e740" }, "downloads": -1, "filename": "tomark-0.1.4.tar.gz", "has_sig": false, "md5_digest": "8546a6710b1cea6ef5872f1074522865", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2002, "upload_time": "2018-09-20T02:20:26", "url": "https://files.pythonhosted.org/packages/90/2e/a77c34300addeb847900e1fa73225b725a93da0226bbe26d3394bfcfdcc8/tomark-0.1.4.tar.gz" } ] }