Metadata-Version: 1.1
Name: bebi103
Version: 0.0.1
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.1
Description-Content-Type: UNKNOWN
Description: bebi103
        =======
        
        Course materials for Caltech BE/Bi 103: Data Analysis in the Biological Sciences
        
        WARNING: Paths to data sets are broken in Jupyter notebooks and have to be reset. Also important to do: add licensing to Jupyter notebooks.
        =======
        ===============================
        
        version number: 0.0.1
        author: Justin Bois
        
        Overview
        --------
        
        Python utilities foor the Caltech course 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
            
        Contributing
        ------------
        
        TBD
        
        Example
        -------
        
        TBD
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
