Filecache for stan models
Project description
[![Build Status](https://travis-ci.org/hammerlab/stancache.svg?branch=master)](https://travis-ci.org/hammerlab/stancache) [![Coverage Status](https://img.shields.io/coveralls/hammerlab/stancache.svg)](https://coveralls.io/github/hammerlab/stancache?branch=master) [![PyPI version](https://img.shields.io/pypi/v/stancache.svg)](https://pypi.python.org/pypi/stancache)
stancache
author: Jacqueline Buros Novik
Overview
Filecache for stan models
Installation / Usage
This package has not been pushed to pypi, so cannot be installed using pip
Instead, you can install from pip using “extended” git syntax:
$ pip install git+git://github.com/hammerlab/stancache
Or clone the repo & run setup.py:
$ git clone https://github.com/hammerlab/stancache.git $ python setup.py install
Contributing
TBD
Example
TBD