Metadata-Version: 1.1
Name: Fsdb
Version: 0.3.2
Summary: File system database. Easily manage file storing
Home-page: https://github.com/ael-code/pyFsdb
Author: Ael
Author-email: tommy.ael@gmail.com
License: LGPLv3
Description: ======
        Fsdb
        ======
        
        **python file system database**
        
        .. image:: https://pypip.in/license/Fsdb/badge.svg?style=flat
                   :target: https://pypi.python.org/pypi/Fsdb/
                   :alt: License
        
        .. image:: https://pypip.in/version/Fsdb/badge.svg?style=flat
                   :target: https://pypi.python.org/pypi/Fsdb/
                   :alt: Version
        
        .. image:: https://readthedocs.org/projects/pyfsdb/badge/?version=latest 
                   :target: https://pyfsdb.readthedocs.org/en/latest
                   :alt: Documentation Status
        
        
        Fsdb is a python implementation of a `content addressable storage`_, it is designed to work with a huge number of big files and it will use your filesystem in a smart way.
        
        Fsdb is the right library for every one that doesn't want to store big files on his database.
        
        Fsdb will works alongside your favorite database, it will help you to easily store and manage files while your database will handle metadata managment.
        
        Documentation
        -------------
        You can find pyFsdb documentation on:
        
        `pyFsdb.readthedocs.org`_
        
        .. _`pyFsdb.readthedocs.org`: http://pyfsdb.readthedocs.org/en/latest/
        .. _`content addressable storage`: http://en.wikipedia.org/wiki/Content-addressable_storage
        .. _`CAS`: http://en.wikipedia.org/wiki/Content-addressable_storage
        
Keywords: database file storing db
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Topic :: Database
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
