{ "info": { "author": "Fanstatic Developers", "author_email": "fanstatic@googlegroups.com", "bugtrack_url": null, "classifiers": [], "description": "js.amcharts\n***********\n\nIntroduction\n============\n\nThis library packages `amCharts`_ for `fanstatic`_. It provides both the\n`Chart`_ and `Stock`_ Javascript chart libraries.\n\n.. _fanstatic: http://fanstatic.org\n.. _amCharts: http://www.amcharts.com\n.. _Stock: http://www.amcharts.com/stock-chart/\n.. _Chart: http://www.amcharts.com/javascript-charts/\n\nThis requires integration between your web framework and ``fanstatic``, and\nmaking sure that the original resources (shipped in the ``resources`` directory\nin ``js.amcharts``) are published to some URL.\n\nYou can find the repository for this package at\nhttps://github.com/securactive/js.amcharts\n\nHow to use?\n===========\n\nYou can import ``amcharts`` or ``amstock`` from ``js.amcharts`` and ``need`` it\nwhere you want these resources to be included on a page:\n\n* ``amcharts`` will provide only the `Chart`_ library...\n* while ``amstock`` will provide both the `Chart`_ and `Stock`_ libraries.\n\n >>> from js.amcharts import amstock, amcharts\n >>> amcharts.need()\n >>> amstock.need()\n\namCharts needs a few images sometimes, and you need to pass the path to the\nimages in the Javascript code as follow::\n\n chart = new AmCharts.AmSerialChart();\n chart.pathToImages = \"/lib/samples/javascript/images/\";\n\nSince this path depends on your server configuration and Fanstatic\nconfiguration, you can use the convient ``find_images_url`` from this library:\n\n >>> from js.amcharts import find_images_url\n >>> find_images_url() # doctest: +SKIP\n \"/some/path/images/\"\n\nCHANGES\n*******\n\n3.3.1 (2013/11/22)\n==================\n\n- Update to 3.3.1.\n\n2.6.10 (2012/04/25)\n===================\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/securactive/js.amcharts", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "js.amcharts", "package_url": "https://pypi.org/project/js.amcharts/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/js.amcharts/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/securactive/js.amcharts" }, "release_url": "https://pypi.org/project/js.amcharts/3.3.1/", "requires_dist": null, "requires_python": null, "summary": "Fanstatic packaging of amCharts", "version": "3.3.1" }, "last_serial": 926742, "releases": { "2.6.10": [ { "comment_text": "", "digests": { "md5": "871289d980190340ed9f3f65c05832e7", "sha256": "31a8c6cf8a410e97a43f41d896c5430949968cb96836587fa6158ba316857d6c" }, "downloads": -1, "filename": "js.amcharts-2.6.10.tar.gz", "has_sig": false, "md5_digest": "871289d980190340ed9f3f65c05832e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 122005, "upload_time": "2012-04-25T14:06:21", "url": "https://files.pythonhosted.org/packages/c6/ed/94dc68f0731b75055642f615ceea9d3469471f7c3b24b84d5d7ef874c184/js.amcharts-2.6.10.tar.gz" } ], "3.3.1": [ { "comment_text": "", "digests": { "md5": "21c8f1b787fcbbcd2d6559a4b095c631", "sha256": "ac9545bd0dd106a01f0428ad9a990eb77547fa355ee5ec832070d8f3307d99f9" }, "downloads": -1, "filename": "js.amcharts-3.3.1.tar.gz", "has_sig": false, "md5_digest": "21c8f1b787fcbbcd2d6559a4b095c631", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1031091, "upload_time": "2013-11-22T18:07:35", "url": "https://files.pythonhosted.org/packages/13/0e/290510d4484013afe0e394a5e23433fb2bcaaddf2046aa62f0f723a7ab3b/js.amcharts-3.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "21c8f1b787fcbbcd2d6559a4b095c631", "sha256": "ac9545bd0dd106a01f0428ad9a990eb77547fa355ee5ec832070d8f3307d99f9" }, "downloads": -1, "filename": "js.amcharts-3.3.1.tar.gz", "has_sig": false, "md5_digest": "21c8f1b787fcbbcd2d6559a4b095c631", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1031091, "upload_time": "2013-11-22T18:07:35", "url": "https://files.pythonhosted.org/packages/13/0e/290510d4484013afe0e394a5e23433fb2bcaaddf2046aa62f0f723a7ab3b/js.amcharts-3.3.1.tar.gz" } ] }