Metadata-Version: 1.1
Name: augeias
Version: 0.1.0
Summary: Augeias. Stores your shit.
Home-page: https://augeias.readthedocs.org
Author: Flanders Heritage Agency
Author-email: ict@onroerenderfgoed.be
License: GPLv3
Description: Augeias
        =======
        
        .. image:: https://badge.fury.io/py/augeias.png
                :target: http://badge.fury.io/py/augeias
        .. image:: https://readthedocs.org/projects/augeias/badge/?version=latest
                :target: https://readthedocs.org/projects/augeias/?badge=latest
        .. image:: https://travis-ci.org/OnroerendErfgoed/augeias.png?branch=master
                :target: https://travis-ci.org/OnroerendErfgoed/augeias
        .. image:: https://coveralls.io/repos/OnroerendErfgoed/augeias/badge.svg?branch=master&service=github
                :target: https://coveralls.io/r/OnroerendErfgoed/augeias?branch=master
        
        Augeias. Stores your shit.
        
        Augeias is a small, RESTful, webapplication that allows you to store digital
        objects in an object store. While it allows you to communicate with you objects
        as a service, it also decouples the storage implementation from the interface. 
        
        
        0.1.0 (20-10-2015)
        ------------------
        
        - Initial version
        - Has as single, filesystem based, store.
        
Keywords: web pyramid digital object storage
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Programming Language :: Python :: 2.7
