Metadata-Version: 2.1
Name: invenio-sip2
Version: 0.6.15
Summary: Invenio module that add a SIP2 communication for library self-check service
Home-page: https://github.com/inveniosoftware-contrib/invenio-sip2
License: AGPL-3.0
Author: Laurent Dubois
Author-email: laurent.dubois@uclouvain.be
Requires-Python: >=3.7,<3.10
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: invenio-access (>=1.3.1)
Requires-Dist: invenio-base (>=1.2.3)
Requires-Dist: jsonpickle (>=1.2)
Requires-Dist: mock (>=4.0.3,<5.0.0)
Requires-Dist: psutil (>=5.9.0,<6.0.0)
Requires-Dist: pycountry (>=19.7.15)
Requires-Dist: pytest-mock (>=3.7.0,<4.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Project-URL: Documentation, https://invenio-sip2.readthedocs.io
Project-URL: Repository, https://github.com/inveniosoftware-contrib/invenio-sip2
Description-Content-Type: text/x-rst

..
    INVENIO-SIP2
    Copyright (C) 2020 UCLouvain

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as published by
    the Free Software Foundation, version 3 of the License.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program. If not, see <http://www.gnu.org/licenses/>.

==============
 Invenio-SIP2
==============

.. image:: https://img.shields.io/travis/inveniosoftware-contrib/invenio-sip2.svg
        :target: https://travis-ci.org/inveniosoftware-contrib/invenio-sip2

.. image:: https://img.shields.io/coveralls/inveniosoftware-contrib/invenio-sip2.svg
        :target: https://coveralls.io/github/inveniosoftware-contrib/invenio-sip2

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

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

Invenio module that add a SIP2 communication for library self-check service

This project is in work in progress. Some features may not yet be implemented.

Further documentation is available on
https://invenio-sip2.readthedocs.io/

Implemented SIP2 Features
=========================
- Patron Information
- Item Information
- Checkout
- Checkin
- Renew

