Metadata-Version: 1.0
Name: cloudydict
Version: 0.0.3
Summary: Dictionary interface to cloud providers.
Home-page: https://github.com/wnyc/cloudydict 
Author: Adam DePrince
Author-email: adeprince@nypublicradio.org
License: GPL
Description: 
        cloudydict 
        ======
        
        
        Right now cloud file access in Python is about where database access
        was in the mid 90's.  Each database wrapper author has their very own
        nomenclature, sets of commands for doing things that are basically the
        same - creating cursors, executing commands and reading rows.
        
        
        cloudydict seeks to do for cloud file providers what the Python
        Database API does for database access.  Cloud file style servces like
        Rackspace's cloud files and Amazon's S3 really are nothing more than
        dictionaries that map fixed strings to
        
        
Platform: UNKNOWN
