{ "info": { "author": "Chet Corcos", "author_email": "ccorcos@gmail", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research", "Programming Language :: Python :: 2.7" ], "description": "Sprarkprob - Sparklines for Probability Distributions\n=====================================================\n\nThis package helps you to print out probability distribution on the\ncommandline.\n\nGetting Started\n---------------\n\n::\n\n pip install sparkprob\n\nThen in python:\n\n::\n\n >>> from sparkprob import sparkprob\n >>> print sparkprob([0.2, 0.1, 0.4, 0.15, 0.15])\n \u2581 \u2581 \u2582 \u2581 \u2581\n >>> print sparkprob([0.05, 0.2, 0.55, 0.1, 0.1])\n \u2581 \u2583 \u2581 \u2581\n >>> print sparkprob([0.05, 0.2, 0.7, 0.0, 0.0])\n \u2581 \u2585\n >>> print sparkprob([0.05, 0.0, 0.95, 0.0, 0.0])\n \u2587", "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/ccorcos/sparkprob", "keywords": "sparklines probability distribution print bar graph", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "sparkprob", "package_url": "https://pypi.org/project/sparkprob/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sparkprob/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ccorcos/sparkprob" }, "release_url": "https://pypi.org/project/sparkprob/0.1/", "requires_dist": null, "requires_python": null, "summary": "Sparklines for probability distributions", "version": "0.1" }, "last_serial": 1304581, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "73800938fe2835e7fdc52e38acf6b113", "sha256": "fe70b88bf506413d60e9592dc5b733f6cc308fe4e5eebffe2bbabb257b0ff0c6" }, "downloads": -1, "filename": "sparkprob-0.1.tar.gz", "has_sig": false, "md5_digest": "73800938fe2835e7fdc52e38acf6b113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1685, "upload_time": "2014-11-12T21:33:09", "url": "https://files.pythonhosted.org/packages/80/38/ac7fde92d1ff207a631373d462974ee0ae01aca27f3065b664595a004f80/sparkprob-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "73800938fe2835e7fdc52e38acf6b113", "sha256": "fe70b88bf506413d60e9592dc5b733f6cc308fe4e5eebffe2bbabb257b0ff0c6" }, "downloads": -1, "filename": "sparkprob-0.1.tar.gz", "has_sig": false, "md5_digest": "73800938fe2835e7fdc52e38acf6b113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1685, "upload_time": "2014-11-12T21:33:09", "url": "https://files.pythonhosted.org/packages/80/38/ac7fde92d1ff207a631373d462974ee0ae01aca27f3065b664595a004f80/sparkprob-0.1.tar.gz" } ] }