Metadata-Version: 1.1
Name: augeias
Version: 0.3.0
Summary: Augeias. Stores your files.
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
        .. image:: https://scrutinizer-ci.com/g/OnroerendErfgoed/augeias/badges/quality-score.png?b=master
                :target: https://scrutinizer-ci.com/g/OnroerendErfgoed/augeias/?branch=master
        
        Augeias. Stores your files.
        
        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.3.0 (22-08-2017)
        ------------------
        
        - Add 'copy' functionality to update_object endpoint. In this case the view accepts the (augeias) location of the file object (host url, collection_key, container_key and object_key) and copies it to a new location on the same augeias instance. (#17)
        - Add Endpoint to create object and key. (#20)
        - Add Endpoint to retrieve meta data (mimetype (#13), size, time last modification) from object.
        
        0.2.0 (07-11-2015)
        ------------------
        
        - Add a scaffold for generating an Augeias instance. Use by running `pcreate -s
          augeias`. (#6)
        - Update docs with information about making a HEAD request for an object's
          metdata. (#9)
        - Added permission hooks so it's possible for an Augeias instance to add
          authentication. (#2)
        - Removed some OE specific configuration and made it more generic. (#8)
        - Added some installation instructions.
        
        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
