sampling

Randomly sample iterables


Keywords
sampling, sample, statistics, random, iterators
License
BSD-3-Clause
Install
pip install sampling==0.0.0

Documentation

Sampling

Build Status Coverage Status Version Status Downloads

A set of utility functions to perform random sampling from any iterable.

See the Sampling documentation at http://sampling.readthedocs.org

LICENSE

New BSD. See License File.

Install

sampling is on the Python Package Index (PyPi):

pip install sampling

or

easy_install sampling

Dependencies

sampling supports Python 2.6+ and Python 3.2+ with a common codebase. It is pure Python and requires no dependencies beyond the standard library.

It is, in short, a light weight dependency.

Contributions Welcome

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

Please visit our issue page for contribution ideas, or to submit an idea or bug report.