Metadata-Version: 1.0
Name: quantumcore.storages
Version: 0.008
Summary: A collection of storage modules like for file management, metadata and more
Home-page: http://quantumcore.org
Author: Christian Scholz et al
Author-email: cs@comlounge.net
License: MIT
Description: Welcome to quantumcore.storages
        ===============================
        
        `quantumcore.storages` is a collection of different storage mechanisms for various kinds
        of data such as binary objects (files, images etc.), dictionary like documents and more.
        
        It will support backends like GridFS, S3, MongoDB and others.
        
        
        
        Change history
        **************
        
        0.008 - (2011/02/22)
        ********************
        
        * FileSystemStorage: sizeof() now returns bytes instead of KB
        * FileSystemStorage: implemented get() as alias for __getitem__()
        
        0.007 - (????)
        **************
        
        initial release
        
        
        Download
        ********
        
Keywords: quantumcore storages mongodb metadata assets assetmanagement filesystem files
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
