Metadata-Version: 2.1
Name: bebi103
Version: 0.0.43
Summary: Python utilities for the Caltech course BE/Bi 103: Data Analysis in the Biological Sciences.
Home-page: https://github.com/justinbois/bebi103
Author: Justin Bois
Author-email: bois@caltech.edu
License: BSD
Download-URL: https://github.com/justinbois/bebi103/tarball/0.0.43
Keywords: GitHub,Python,Instruction,Biology
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Dist: pystan
Requires-Dist: numpy
Requires-Dist: numba
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: bokeh
Requires-Dist: matplotlib
Requires-Dist: arviz
Requires-Dist: colorcet
Requires-Dist: holoviews

# bebi103

[![DOI](https://data.caltech.edu/badge/44303442.svg)](https://data.caltech.edu/badge/latestdoi/44303442)

Utilities Caltech BE/Bi 103: Data Analysis in the Biological Sciences

## Installation / Usage

To install use pip:

    pip install bebi103


Or clone the repo:

    git clone https://github.com/justinbois/bebi103.git
    python setup.py install


