{ "info": { "author": "Thibauld Nion", "author_email": "thibauld@tibonihoo.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This library is designed for the kind of (desesperate) situation where\r\nyou want to display bar charts but with the constraint that your HTML\r\ndocument must not depend on additional files or remote webservices.\r\n\r\nbaciphacs will use basic HTML code with some bits of CSS style embeded\r\nin tags, to display a reasonably readable chart.\r\n\r\nIf you need pretty or advanced graphs and don't have any strict\r\nconstraints on your HTML's dependency, many libraries exists that\r\ngenerate much much better looking graphs.\r\n\r\nbaciphacs is licensed under the 2 close BSD License,\r\nand more detailed information about it can be found at\r\nGitHub: \r\n\r\nhttps://github.com/tibonihoo/baciphacs.\r\n\r\nIt is tested on Travis-CI: \r\n\r\nhttps://travis-ci.org/tibonihoo/baciphacs\r\n\r\n\r\nExample for horizontal bar charts\r\n---------------------------------\r\n\r\nCode sample::\r\n\r\n from baciphacs import DataSample\r\n from baciphacs import GenerateHTMLHorizontalBarChart\r\n\r\n data = [(\"ba\",3,2),(\"c\",6,1),(\"i\",2,1),(\"p\",4,1),(\"h\",4,1),(\"a\",3,1),(\"cs\",3,2)]\r\n dataSamples = [DataSample._make(t) for t in data]\r\n print GenerateHTMLHorizontalBarChart(dataSamples,numStdev=2,color=\"blue\")\r\n\r\n\r\nThe Python code above will generate an HTML snippet that renders like a bar chart: \r\n\r\nhttp://htmlpreview.github.io/?https://github.com/tibonihoo/baciphacs/blob/master/doc/index.html", "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/tibonihoo/baciphacs", "keywords": "bar charts HTML CSS", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "baciphacs", "package_url": "https://pypi.org/project/baciphacs/", "platform": "All", "project_url": "https://pypi.org/project/baciphacs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tibonihoo/baciphacs" }, "release_url": "https://pypi.org/project/baciphacs/1.0/", "requires_dist": null, "requires_python": null, "summary": "Bar Charts In Pure HTML And CSS", "version": "1.0" }, "last_serial": 937887, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "bbf0567301a69588eaa0969d6896af2f", "sha256": "4ff084044eaad653014e94538a3a0e196f1422d495edf72c8716ec4d3230307d" }, "downloads": -1, "filename": "baciphacs-1.0-py2.7.egg", "has_sig": false, "md5_digest": "bbf0567301a69588eaa0969d6896af2f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 7013, "upload_time": "2013-06-01T12:17:05", "url": "https://files.pythonhosted.org/packages/60/c2/d684d43e0edbd9e162816937c31bd36a8f37d82fb05e0f6c8cd394c96cbc/baciphacs-1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "affdbad32dd02592f0de3f90030316e3", "sha256": "517187948fe112075a9d1559562c367f868486377b48dc355121245b8e8bfc57" }, "downloads": -1, "filename": "baciphacs-1.0.tar.gz", "has_sig": false, "md5_digest": "affdbad32dd02592f0de3f90030316e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5964, "upload_time": "2013-06-01T12:17:02", "url": "https://files.pythonhosted.org/packages/d9/83/f97abefa5b0a4ed69eb80185d4cfbd9b85b87509a46a4080d861cb55a0b5/baciphacs-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bbf0567301a69588eaa0969d6896af2f", "sha256": "4ff084044eaad653014e94538a3a0e196f1422d495edf72c8716ec4d3230307d" }, "downloads": -1, "filename": "baciphacs-1.0-py2.7.egg", "has_sig": false, "md5_digest": "bbf0567301a69588eaa0969d6896af2f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 7013, "upload_time": "2013-06-01T12:17:05", "url": "https://files.pythonhosted.org/packages/60/c2/d684d43e0edbd9e162816937c31bd36a8f37d82fb05e0f6c8cd394c96cbc/baciphacs-1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "affdbad32dd02592f0de3f90030316e3", "sha256": "517187948fe112075a9d1559562c367f868486377b48dc355121245b8e8bfc57" }, "downloads": -1, "filename": "baciphacs-1.0.tar.gz", "has_sig": false, "md5_digest": "affdbad32dd02592f0de3f90030316e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5964, "upload_time": "2013-06-01T12:17:02", "url": "https://files.pythonhosted.org/packages/d9/83/f97abefa5b0a4ed69eb80185d4cfbd9b85b87509a46a4080d861cb55a0b5/baciphacs-1.0.tar.gz" } ] }