Skip to main content

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

>>> median(5, 1, 2)
2

>>> mode(1, 2, 4, 3, 3)
3

Downloads Supported Versions Testing License Version

Installation

Averager is available on PyPI:

$ python -m pip install averager

Averager officially supports Python 2.7 & 3.6+.

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.

Source Distribution

averager-3.0.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

averager-3.0.0-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page