Metadata-Version: 2.1
Name: cottoncandy
Version: 0.1.0
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: six
Requires-Dist: botocore
Requires-Dist: boto3
Requires-Dist: python-dateutil
Requires-Dist: PyDrive
Requires-Dist: pycrypto


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.

