Metadata-Version: 2.1
Name: invenio-swh
Version: 0.1.dev2
Summary: Support for onward deposit of software artifacts to Software Heritage
Home-page: https://github.com/inveniosoftware/invenio-swh
Author: Cottage Labs LLP
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio TODO
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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 :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 1 - Planning
Description-Content-Type: text/x-rst
Requires-Dist: invenio-i18n (>=1.2.0)
Requires-Dist: invenio-rdm-records
Requires-Dist: lxml
Requires-Dist: sword2
Provides-Extra: all
Requires-Dist: Sphinx (>=3) ; extra == 'all'
Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'all'
Requires-Dist: invenio-db[postgresql,versioning] ; extra == 'all'
Requires-Dist: invenio-search[elasticsearch7] ; extra == 'all'
Requires-Dist: xmldiff ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=3) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'tests'
Requires-Dist: invenio-db[postgresql,versioning] ; extra == 'tests'
Requires-Dist: invenio-search[elasticsearch7] ; extra == 'tests'
Requires-Dist: xmldiff ; extra == 'tests'

..
    Copyright (C) 2020 CERN
    Copyright (C) 2020 Cottage Labs LLP.

    invenio-swh is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.

=============
 invenio-swh
=============

.. image:: https://github.com/inveniosoftware/invenio-swh/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-swh/actions?query=workflow%3ACI

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-swh.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-swh

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-swh.svg
        :target: https://github.com/inveniosoftware/invenio-swh/releases

.. image:: https://img.shields.io/pypi/dm/invenio-swh.svg
        :target: https://pypi.python.org/pypi/invenio-swh

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-swh.svg
        :target: https://github.com/inveniosoftware/invenio-swh/blob/master/LICENSE

Support for onward deposit of software artifacts to Software Heritage.

Development of this Invenio module is being `funded through a subgrant
<https://www.softwareheritage.org/2020/10/27/connecting-scholarly-repositories-with-the-software-heritage-archive/>`_
from `Software Heritage <https://github.com/softwareheritage>`_, as a result of a
grant given by the `Alfred P. Sloan Foundation <https://sloan.org/>`_ to increase
the coverage of the Software Heritage archive.

The development plan and scope is available `as a Google Doc
<https://docs.google.com/document/d/1z0ItQa8e2bFAha_9NtEG3hd1ZJCV6T4Zi4wrXWRdTfo>`_.

Further documentation will be available on
https://invenio-swh.readthedocs.io/


..
    Copyright (C) 2020 CERN
    Copyright (C) 2020 Cottage Labs LLP.

    invenio-swh is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 0.1.0 (released TBD)

- Initial public release.


