Metadata-Version: 1.1
Name: datafs
Version: 0.4.0
Summary: DataFS is an abstraction layer for data storage systems. It manages file versions and metadata using a json-like storage system like AWS's DynamoDB and relies on PyFilesystem to abstract file storage, allowing you to store files locally and on the cloud in a seamless interface.
Home-page: https://github.com/ClimateImpactLab/datafs
Author: Climate Impact Lab
Author-email: UNKNOWN
License: MIT license
Description: =========================================
        DataFS Distributed Data Management System
        =========================================
        
        
        .. image:: https://img.shields.io/pypi/v/datafs.svg
                :target: https://pypi.python.org/pypi/datafs
        
        .. image:: https://travis-ci.org/ClimateImpactLab/DataFS.svg?branch=master
                :target: https://travis-ci.org/ClimateImpactLab/DataFS?branch=master
        
        .. image:: https://coveralls.io/repos/github/ClimateImpactLab/DataFS/badge.svg?branch=master
                :target: https://coveralls.io/github/ClimateImpactLab/DataFS?branch=master
        
        .. image:: https://readthedocs.org/projects/datafs/badge/?version=latest
                :target: https://datafs.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/climateimpactlab/datafs/shield.svg
             :target: https://pyup.io/repos/github/climateimpactlab/datafs/
             :alt: Updates
        
        
        DataFS is an abstraction layer for data storage systems. It manages file versions and metadata using a json-like storage system like AWS's DynamoDB and relies on PyFilesystem to abstract file storage, allowing you to store files locally and on the cloud in a seamless interface.
        
        
        * Free software: MIT license
        * Documentation: https://datafs.readthedocs.io.
        
        
        Usage
        -----
        
        See `examples <http://datafs.readthedocs.io/en/latest/examples.html>`_ for more extensive use cases.
        
        
        Features
        --------
        
        
        Todo
        ----
        
        Add a front-end
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2016-11-18)
        ------------------
        
        * First release on PyPI.
        
Keywords: datafs
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
