{ "info": { "author": "Binh Le", "author_email": "lebinh.it@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "Python statistics library inspired by the `ministat` command\n=============================================================\n\n::\n\n >>> import ministat\n\n >>> iguana = [50, 200, 150, 400, 750, 400, 150]\n\n >>> chameleon = [150, 400, 720, 500, 930]\n\n >>> ministat.compare_and_print(iguana, chameleon)\n No difference proven at 95.0% confidence\n\n >>> ministat.compare_and_print(iguana, chameleon, confidence_level=80)\n Difference at 80.0% confidence\n -240 +/- 212.215\n -80% +/- 70.7384%\n (Student's t, pooled s = 154.676)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lebinh/ministat", "keywords": "ministat statistic", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ministat", "package_url": "https://pypi.org/project/ministat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ministat/", "project_urls": { "Homepage": "https://github.com/lebinh/ministat" }, "release_url": "https://pypi.org/project/ministat/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A mini statistics library for Python inspired by the `ministat` command", "version": "0.0.2" }, "last_serial": 2083378, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8e9b465b581eac9569bf8afb959d96f0", "sha256": "08cd717b1262aa4ebc8548e6d97c0fbac36be9e5a133fa07a0f6cf68e77cb0a7" }, "downloads": -1, "filename": "ministat-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8e9b465b581eac9569bf8afb959d96f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5592, "upload_time": "2016-04-25T18:46:08", "url": "https://files.pythonhosted.org/packages/8f/82/ec47bb8d4e20b1d32e8ca464902b60851b155a54eb07b2138fb057eb8ae0/ministat-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b72b275b035b6eedf8b03a252371b2ad", "sha256": "4363ba01eaf1589bd81bff895f466bf7c68fef4bf9d455a8ae9c5a910241456e" }, "downloads": -1, "filename": "ministat-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b72b275b035b6eedf8b03a252371b2ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4890, "upload_time": "2016-04-25T18:45:27", "url": "https://files.pythonhosted.org/packages/8b/78/d4c7e9b48c6e82855f8b1f66c4099441ee5950072da00dc0e84c29d1bb9b/ministat-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8e9b465b581eac9569bf8afb959d96f0", "sha256": "08cd717b1262aa4ebc8548e6d97c0fbac36be9e5a133fa07a0f6cf68e77cb0a7" }, "downloads": -1, "filename": "ministat-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8e9b465b581eac9569bf8afb959d96f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5592, "upload_time": "2016-04-25T18:46:08", "url": "https://files.pythonhosted.org/packages/8f/82/ec47bb8d4e20b1d32e8ca464902b60851b155a54eb07b2138fb057eb8ae0/ministat-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b72b275b035b6eedf8b03a252371b2ad", "sha256": "4363ba01eaf1589bd81bff895f466bf7c68fef4bf9d455a8ae9c5a910241456e" }, "downloads": -1, "filename": "ministat-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b72b275b035b6eedf8b03a252371b2ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4890, "upload_time": "2016-04-25T18:45:27", "url": "https://files.pythonhosted.org/packages/8b/78/d4c7e9b48c6e82855f8b1f66c4099441ee5950072da00dc0e84c29d1bb9b/ministat-0.0.2.tar.gz" } ] }