==============================================
statistics - Mathematical statistics functions
==============================================
A port of Python 3.4 statistics module to Python 2.*, initially done through the `3to2 tool <https://pypi.python.org/pypi/3to2>`_.
This module provides functions for calculating mathematical statistics of numeric (Real-valued) data.
Sources
=======
Relevant links:
* This package: https://github.com/digitalemagine/py-statistics
* Official Python documentation: https://docs.python.org/3/library/statistics.html
* Original PEP 450: http://www.python.org/dev/peps/pep-0450/
* Original source code: https://github.com/python/cpython/blob/master/Lib/statistics.py (`alt <https://hg.python.org/cpython/file/3.4/Lib/statistics.py>`_)
* Original source documentation: https://github.com/python/cpython/blob/master/Doc/library/statistics.rst
TODO
====
Make a version for Python 3.0 -> 3.2 (http://pythonhosted.org//setuptools/python3.html)
Raw data
{
"_id": null,
"home_page": "UNKNOWN",
"name": "statistics",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "statistics",
"author": "Stefano Crosta",
"author_email": "stefano@digitalemagine.com",
"download_url": "https://files.pythonhosted.org/packages/bb/3a/ae99a15e65636559d936dd2159d75af1619491e8cb770859fbc8aa62cef6/statistics-1.0.3.5.tar.gz",
"platform": "UNKNOWN",
"description": "==============================================\nstatistics - Mathematical statistics functions\n==============================================\n\nA port of Python 3.4 statistics module to Python 2.*, initially done through the `3to2 tool <https://pypi.python.org/pypi/3to2>`_.\n\n\nThis module provides functions for calculating mathematical statistics of numeric (Real-valued) data.\n\n\nSources\n=======\n\nRelevant links:\n\n* This package: https://github.com/digitalemagine/py-statistics\n* Official Python documentation: https://docs.python.org/3/library/statistics.html\n* Original PEP 450: http://www.python.org/dev/peps/pep-0450/\n* Original source code: https://github.com/python/cpython/blob/master/Lib/statistics.py (`alt <https://hg.python.org/cpython/file/3.4/Lib/statistics.py>`_)\n* Original source documentation: https://github.com/python/cpython/blob/master/Doc/library/statistics.rst\n\n\nTODO\n====\n\nMake a version for Python 3.0 -> 3.2 (http://pythonhosted.org//setuptools/python3.html)",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "A Python 2.* port of 3.4 Statistics Module",
"version": "1.0.3.5",
"split_keywords": [
"statistics"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d6d97f3a1a7b3192cff99e0f2b5956c3",
"sha256": "2dc379b80b07bf2ddd5488cad06b2b9531da4dd31edb04dc9ec0dc226486c138"
},
"downloads": -1,
"filename": "statistics-1.0.3.5.tar.gz",
"has_sig": false,
"md5_digest": "d6d97f3a1a7b3192cff99e0f2b5956c3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8303,
"upload_time": "2014-10-16T14:34:26",
"upload_time_iso_8601": "2014-10-16T14:34:26.455905Z",
"url": "https://files.pythonhosted.org/packages/bb/3a/ae99a15e65636559d936dd2159d75af1619491e8cb770859fbc8aa62cef6/statistics-1.0.3.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2014-10-16 14:34:26",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "statistics"
}