{ "info": { "author": "Krzysztof Jurewicz", "author_email": "krzysztof.jurewicz@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "gchart\n======\n\nA flexible Google Chart API wrapper.\n\nExample\n-------\n\n```python\nfrom gchart import gchart\nchart_class = gchart.corechart.PieChartFactory(some_piechart_option='foo')\nchart = chart_class(\n [(\"name\", \"string\"), (\"no. of donuts eaten\", \"number\")],\n [(\"Joe\", 3), (\"Bob\", 5), (\"Helen\", 9)],\n another_piechart_option = \"bar\"\n)\n```\n\nThe you can call `chart.initialize_html()` and `chart.render_html()`...\n\nNote that because `corechart` and `PieChartFactory` are created dynamically, you cannot write:\n\n```python\nfrom gchart.gchart.corechart import PieChartFactory\n```\n\nInstead, you may do something like:\n\n```python\nimport gchart\nPieChartFactory = gchart.gchart.corechart.PieChartFactory\n```", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/KrzysiekJ/gchart/tarball/0.0.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/KrzysiekJ/gchart", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "gchart", "package_url": "https://pypi.org/project/gchart/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gchart/", "project_urls": { "Download": "https://github.com/KrzysiekJ/gchart/tarball/0.0.2", "Homepage": "https://github.com/KrzysiekJ/gchart" }, "release_url": "https://pypi.org/project/gchart/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A flexible Google Chart API wrapper", "version": "0.0.2" }, "last_serial": 792291, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "bb1fe3bfa9444c42f54b654a59c4cfa2", "sha256": "5ff502155b14c808c3e557d201fbafe6724d2b6e65d40c549dfd4a4f2e8e557b" }, "downloads": -1, "filename": "gchart-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bb1fe3bfa9444c42f54b654a59c4cfa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2902, "upload_time": "2012-08-14T11:21:33", "url": "https://files.pythonhosted.org/packages/66/50/666d00fec49023481c295e8be43a46aabd735f40e175cb42a1c8f25b51a4/gchart-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "142321d2a83a1c7ddbcef815adb9b835", "sha256": "33ec37fa6e2f43f64024b487dfd97542705900f6642770f9024341d0b02fb5f0" }, "downloads": -1, "filename": "gchart-0.0.2.tar.gz", "has_sig": false, "md5_digest": "142321d2a83a1c7ddbcef815adb9b835", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2929, "upload_time": "2012-08-14T11:38:54", "url": "https://files.pythonhosted.org/packages/f8/1d/f30176f2e0a75a62d4e04e36f20e3e3cf884bedab412cc7240ff2f4d221c/gchart-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "142321d2a83a1c7ddbcef815adb9b835", "sha256": "33ec37fa6e2f43f64024b487dfd97542705900f6642770f9024341d0b02fb5f0" }, "downloads": -1, "filename": "gchart-0.0.2.tar.gz", "has_sig": false, "md5_digest": "142321d2a83a1c7ddbcef815adb9b835", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2929, "upload_time": "2012-08-14T11:38:54", "url": "https://files.pythonhosted.org/packages/f8/1d/f30176f2e0a75a62d4e04e36f20e3e3cf884bedab412cc7240ff2f4d221c/gchart-0.0.2.tar.gz" } ] }