Metadata-Version: 2.1
Name: invenio-sword
Version: 1.0.0a10
Summary: Module for depositing record metadata and uploading files.
Home-page: https://github.com/cottagelabs/invenio-sword
Author: Cottage Labs LLP
Author-email: us@cottagelabs.com
License: GPLv2
Keywords: invenio sword deposit upload
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: bagit
Requires-Dist: marshmallow
Requires-Dist: rdflib
Requires-Dist: rdflib-jsonld
Requires-Dist: invenio-celery
Requires-Dist: invenio-db[versioning]
Requires-Dist: invenio-deposit
Requires-Dist: invenio-files-rest
Requires-Dist: invenio-jsonschemas
Requires-Dist: invenio-records-files
Requires-Dist: invenio-records-rest
Requires-Dist: rfc6266-parser
Requires-Dist: sword3common
Requires-Dist: typing-extensions ; python_version < "3.8"
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-httpserver ; extra == 'test'

invenio-sword
#############

.. image:: https://travis-ci.org/swordapp/invenio-sword.svg?branch=master
   :target: https://travis-ci.org/swordapp/invenio-sword

.. image:: https://codecov.io/gh/swordapp/invenio-sword/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/swordapp/invenio-sword

.. image:: https://readthedocs.org/projects/invenio-sword/badge/?version=latest
   :target: https://invenio-sword.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

A prototypical implementation of the `SWORDv3
<https://swordapp.github.io/swordv3/swordv3.html>`_ deposit service within the
`Invenio <https://invenio-software.org/>`_ digital library framework.





