{
"info": {
"author": "Andy Terkik",
"author_email": "aterkik+github@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Multimedia :: Graphics :: Presentation"
],
"description": "====================\nDjango Chartbuilder\n====================\n\nA simple Django application for integrating\n`Chartbuilder `_.\n\nInstall\n-------\n ``pip install django_chartbuilder``\n \nQuick start\n-----------\n\n1. Add ``django_chartbuilder`` to your ``INSTALLED_APPS`` setting::\n\n INSTALLED_APPS = (\n ...\n 'django_chartbuilder',\n )\n\n2. Include the django-chartbuilder URLconf in your project ``urls.py``::\n\n url(r'^/chartbuilder/$', include('django_chartbuilder.urls')),\n\n3. Navigate to ``/chartbuilder/`` to get the default styled Chartbuilder\n chart generator (i.e. identical to http://quartz.github.io/Chartbuilder/)\n\n\nCustomization\n-------------\n\nYou can extend the ``chartbuilder.html`` template to customize the chart\ngenerator.\n\nIn your project's ``templates/django_chartbuilder/`` directory, create a\ntemplate ``chartbuilder.html`` and extend\n``djangno_chartbuilder/index.html``::\n\n \n {% extends \"django_chartbuilder/index.html\" %}\n \n {% block title %}My Custom Chartbuilder Generator{% endblock %}\n \n {% block extrajs %}\n \n {% endblock %}\n\n\nTake a look at ``django_chartbuilder/templates/django_chartbuilder/index.html``\nto find out (a lot of) additional sections you can override.\n\nLicense\n-------\nMIT",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://github.com/aterkik/django-chartbuilder",
"keywords": null,
"license": "MIT License",
"maintainer": null,
"maintainer_email": null,
"name": "django-chartbuilder",
"package_url": "https://pypi.org/project/django-chartbuilder/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/django-chartbuilder/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://github.com/aterkik/django-chartbuilder"
},
"release_url": "https://pypi.org/project/django-chartbuilder/0.3/",
"requires_dist": null,
"requires_python": null,
"summary": "A simple Django application for integrating Chartbuilder",
"version": "0.3"
},
"last_serial": 1139730,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "cf05526b83393d05e5bac294472020ed",
"sha256": "49c2c497b157f41662bee33d6bf7d48430838fc01fa3261d1ea145551fa12463"
},
"downloads": -1,
"filename": "django-chartbuilder-0.1.tar.gz",
"has_sig": false,
"md5_digest": "cf05526b83393d05e5bac294472020ed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8642540,
"upload_time": "2014-05-26T15:13:02",
"url": "https://files.pythonhosted.org/packages/79/96/66a38c9d867fc66486df398b715fda4b34f23d8c4cf7b512fb529e8746ea/django-chartbuilder-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "7a774439e878ccba96b27cac986e534a",
"sha256": "9aadaee487b73d5d2b4f3a516f54ddada43dc8400f7185e2cfd4dc030c7372e0"
},
"downloads": -1,
"filename": "django-chartbuilder-0.2.tar.gz",
"has_sig": false,
"md5_digest": "7a774439e878ccba96b27cac986e534a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8642859,
"upload_time": "2014-06-18T17:13:11",
"url": "https://files.pythonhosted.org/packages/84/f0/2f40b4a35fbff3272b226b169b1f2059fcdfb9ba6b89952a25dfc59592d1/django-chartbuilder-0.2.tar.gz"
}
],
"0.3": [
{
"comment_text": "",
"digests": {
"md5": "3e0842900816b59fe3f03e1d0bc28944",
"sha256": "31fdf2d7f9338de733d85417a0b7fc66e6177b5965cca8b60dabe41fd1e33ac5"
},
"downloads": -1,
"filename": "django-chartbuilder-0.3.tar.gz",
"has_sig": false,
"md5_digest": "3e0842900816b59fe3f03e1d0bc28944",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8642887,
"upload_time": "2014-06-27T13:32:07",
"url": "https://files.pythonhosted.org/packages/85/26/dd83ed3999479aa47747022c536e73df1cae819e4b0a1d9e820678b03a5d/django-chartbuilder-0.3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "3e0842900816b59fe3f03e1d0bc28944",
"sha256": "31fdf2d7f9338de733d85417a0b7fc66e6177b5965cca8b60dabe41fd1e33ac5"
},
"downloads": -1,
"filename": "django-chartbuilder-0.3.tar.gz",
"has_sig": false,
"md5_digest": "3e0842900816b59fe3f03e1d0bc28944",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8642887,
"upload_time": "2014-06-27T13:32:07",
"url": "https://files.pythonhosted.org/packages/85/26/dd83ed3999479aa47747022c536e73df1cae819e4b0a1d9e820678b03a5d/django-chartbuilder-0.3.tar.gz"
}
]
}