Metadata-Version: 2.1
Name: bamboo-lib
Version: 0.0.4
Summary: Python ETL library
Home-page: https://github.com/Datawheel/bamboo-lib
Author: Jonathan Speiser
Author-email: jonathan@datawheel.us
License: All Rights Reserved
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: sqlalchemy
Requires-Dist: data-catapult
Requires-Dist: paramiko
Requires-Dist: sshtunnel

# Installation
`pip install data-catapult`
`pip install bamboo-lib`

## Required if using locking

### Installing Sherlock on OS X

```brew install libmemcached```
```pip install pylibmc --install-option="--with-libmemcached=/usr/local/Cellar/libmemcached/1.0.18_2"```
```pip install sherlock```


