Metadata-Version: 2.1
Name: statistics
Version: 1.0.3.5
Summary: A Python 2.* port of 3.4 Statistics Module
Home-page: https://github.com/digitalemagine/py-statistics
Author: Stefano Crosta
Author-email: stefano@digitalemagine.com
License: Apache License 2.0
Keywords: statistics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7

==============================================
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)

