Metadata-Version: 2.1
Name: augeias
Version: 0.9.0
Summary: Augeias. Stores your files.
Home-page: https://augeias.readthedocs.org
Author: Flanders Heritage Agency
Author-email: ict@onroerenderfgoed.be
License: GPLv3
Keywords: web pyramid digital object storage
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 :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE

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.9.0 (22-04-2024)
------------------

- zipfile with list of keys (#119)

0.8.0 (06-03-2024)
------------------

- Add replace file in archive and fetch file from archive (#115)

0.7.0 (22-12-2020)
------------------

- Py3 migratie + library update (#90)

0.6.0 (09-06-2020)
------------------

- Lijst met vertaling van id naar bestandsnaam meesturen download zip (#80)

0.5.0 (28-11-2018)
------------------

- Download zip of entire container (#48)
- Update list of supported python version (#51)

0.4.1 (26-10-2017)
------------------

- pairtree update to 0.8.1

0.4.0 (24-10-2017)
------------------

- Added python 3 compatibility

0.3.1 (12-10-2017)
------------------

- Fix pairtree dependency==0.7.1-T

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.
