augeias


Nameaugeias JSON
Version 0.9.0 PyPI version JSON
download
home_pagehttps://augeias.readthedocs.org
SummaryAugeias. Stores your files.
upload_time2024-04-22 14:51:45
maintainerNone
docs_urlNone
authorFlanders Heritage Agency
requires_python>=3.6
licenseGPLv3
keywords web pyramid digital object storage
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://augeias.readthedocs.org",
    "name": "augeias",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "web pyramid digital object storage",
    "author": "Flanders Heritage Agency",
    "author_email": "ict@onroerenderfgoed.be",
    "download_url": "https://files.pythonhosted.org/packages/25/f1/a68f42ea9c2bbacfc8d3ae026ec07d9c8c6d5a8c062e8c75d52ad2b02c7b/augeias-0.9.0.tar.gz",
    "platform": null,
    "description": "Augeias\n=======\n\n.. image:: https://badge.fury.io/py/augeias.png\n        :target: http://badge.fury.io/py/augeias\n.. image:: https://readthedocs.org/projects/augeias/badge/?version=latest\n        :target: https://readthedocs.org/projects/augeias/?badge=latest\n.. image:: https://travis-ci.org/OnroerendErfgoed/augeias.png?branch=master\n        :target: https://travis-ci.org/OnroerendErfgoed/augeias\n.. image:: https://coveralls.io/repos/OnroerendErfgoed/augeias/badge.svg?branch=master&service=github\n        :target: https://coveralls.io/r/OnroerendErfgoed/augeias?branch=master\n.. image:: https://scrutinizer-ci.com/g/OnroerendErfgoed/augeias/badges/quality-score.png?b=master\n        :target: https://scrutinizer-ci.com/g/OnroerendErfgoed/augeias/?branch=master\n\nAugeias. Stores your files.\n\nAugeias is a small, RESTful, webapplication that allows you to store digital\nobjects in an object store. While it allows you to communicate with you objects\nas a service, it also decouples the storage implementation from the interface. \n\n\n0.9.0 (22-04-2024)\n------------------\n\n- zipfile with list of keys (#119)\n\n0.8.0 (06-03-2024)\n------------------\n\n- Add replace file in archive and fetch file from archive (#115)\n\n0.7.0 (22-12-2020)\n------------------\n\n- Py3 migratie + library update (#90)\n\n0.6.0 (09-06-2020)\n------------------\n\n- Lijst met vertaling van id naar bestandsnaam meesturen download zip (#80)\n\n0.5.0 (28-11-2018)\n------------------\n\n- Download zip of entire container (#48)\n- Update list of supported python version (#51)\n\n0.4.1 (26-10-2017)\n------------------\n\n- pairtree update to 0.8.1\n\n0.4.0 (24-10-2017)\n------------------\n\n- Added python 3 compatibility\n\n0.3.1 (12-10-2017)\n------------------\n\n- Fix pairtree dependency==0.7.1-T\n\n0.3.0 (22-08-2017)\n------------------\n\n- 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)\n- Add Endpoint to create object and key. (#20)\n- Add Endpoint to retrieve meta data (mimetype (#13), size, time last modification) from object.\n\n0.2.0 (07-11-2015)\n------------------\n\n- Add a scaffold for generating an Augeias instance. Use by running `pcreate -s\n  augeias`. (#6)\n- Update docs with information about making a HEAD request for an object's\n  metdata. (#9)\n- Added permission hooks so it's possible for an Augeias instance to add\n  authentication. (#2)\n- Removed some OE specific configuration and made it more generic. (#8)\n- Added some installation instructions.\n\n0.1.0 (20-10-2015)\n------------------\n\n- Initial version\n- Has as single, filesystem based, store.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Augeias. Stores your files.",
    "version": "0.9.0",
    "project_urls": {
        "Homepage": "https://augeias.readthedocs.org"
    },
    "split_keywords": [
        "web",
        "pyramid",
        "digital",
        "object",
        "storage"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "462fad718be1a609c648f3bf6d9595c6fe5dc4eb421af230e714bfad824a2dd4",
                "md5": "92e7f93630d4131c60ea7c1c2190facc",
                "sha256": "7dffe4c2853c0dc86323f18e47e6ff5efe51fc9f5d37c2ec5b0cbf7e3c5b4a56"
            },
            "downloads": -1,
            "filename": "augeias-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92e7f93630d4131c60ea7c1c2190facc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 34602,
            "upload_time": "2024-04-22T14:51:43",
            "upload_time_iso_8601": "2024-04-22T14:51:43.384867Z",
            "url": "https://files.pythonhosted.org/packages/46/2f/ad718be1a609c648f3bf6d9595c6fe5dc4eb421af230e714bfad824a2dd4/augeias-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25f1a68f42ea9c2bbacfc8d3ae026ec07d9c8c6d5a8c062e8c75d52ad2b02c7b",
                "md5": "83fab8df78925ae3d58f103ad47d128e",
                "sha256": "d825d0613a8e9b5b4c573b9af6e0dd28d0ca4fc7d69a769567bef13f0f6cabf1"
            },
            "downloads": -1,
            "filename": "augeias-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "83fab8df78925ae3d58f103ad47d128e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 27178,
            "upload_time": "2024-04-22T14:51:45",
            "upload_time_iso_8601": "2024-04-22T14:51:45.349079Z",
            "url": "https://files.pythonhosted.org/packages/25/f1/a68f42ea9c2bbacfc8d3ae026ec07d9c8c6d5a8c062e8c75d52ad2b02c7b/augeias-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 14:51:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "augeias"
}
        
Elapsed time: 0.27669s