Metadata-Version: 2.0
Name: cottoncandy
Version: 0.1.0rc1
Summary: sugar for S3
Home-page: http://gallantlab.github.io/cottoncandy/
Author: Anwar O. Nunez-Elizalde
Author-email: anwarnunez@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: boto3
Requires-Dist: numpy
Requires-Dist: six
Requires-Dist: python-dateutil

A python scientific library for storing and accessing numpy array data on S3. This is achieved by reading arrays from memory and downloading arrays directly into memory. This means that you don't have to download your array to disk, and then load it from disk into your python session.


