Skip to content

lfwheeler/summarize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

summarize

Requirements

Summarize runs on Python >= 3.6 and requires Numpy.

Installing

Install with pip from master

$ pip install --user git+https://github.com/zyndagj/summarize.git

or a specific release

$ pip install --user git+https://github.com/zyndagj/summarize.git@release

Testing

Install test dependencies and run tests

$ git clone https://github.com/zyndagj/summarize.git
$ cd summarize
$ pip install --user .[dev]

# Run tests with tox
$ tox

# Run tests with pytest
$ pip install .
$ pytest

Usage

usage: summarize [-h] [-N INT]

A simple tool for computing the mean of a random list

optional arguments:
  -h, --help  show this help message and exit
  -N INT      Number of random integers [5]
$ summarize -N 5
48.8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages