Metadata-Version: 2.0
Name: disterminal
Version: 0.1.3
Summary: distribution plotting in your terminal
Home-page: https://github.com/jlmcgehee21/disterminal
Author: Jeff McGehee
Author-email: jlmcgehee21@gmail.com
License: MIT license
Keywords: disterminal
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: scipy (==1.0.0)

# Disterminal

[![image](https://img.shields.io/pypi/v/disterminal.svg)](https://pypi.python.org/pypi/disterminal)

[![image](https://img.shields.io/travis/jlmcgehee21/disterminal.svg)](https://travis-ci.org/jlmcgehee21/disterminal)

Sometimes I want to plot a distribution really quick to get a feel for whether
or not it will be an appropriate prior.  This tool is basically a thin wrapper
around [scipy.stats](https://docs.scipy.org/doc/scipy/reference/stats.html) that
quickly plots the distribution you specify.

If you want to fit distributions to data or do fancier things in your terminal
check out [visidata](https://github.com/saulpw/visidata).

# Usage Instructions
`$ disterminal -h`


# License/Attributions
Free software: MIT license

This package was created with
[Cookiecutter](https://github.com/audreyr/cookiecutter) and the
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
project template.


