Metadata-Version: 2.1
Name: bebi103
Version: 0.0.25
Summary: Python utilities foor 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.25
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3

# bebi103

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


