Simple utilities for calculating averages
Project description
Averager
Averager is a simple way to calculate averages of values.
>>> average([1, 2, 3]) 2 >>> weighted_average([(1, 2), (2, 3)]) 1.6
Installation
Averager is available on PyPI:
$ python -m pip install averager
Averager officially supports Python 2.7 & 3.5+.
API Reference
See Read the Docs for Averager's documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size averager-2.0.1-py3-none-any.whl (3.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size averager-2.0.1.tar.gz (2.5 kB) | File type Source | Python version None | Upload date | Hashes View |