Metadata-Version: 2.4
Name: invenio-sip2
Version: 1.0.0
Summary: Invenio module that add a SIP2 communication for library self-check service
Author-email: Laurent Dubois <laurent.dubois@uclouvain.be>
License-Expression: AGPL-3.0-or-later
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md
Requires-Dist: invenio-base>=2.0.0
Requires-Dist: invenio-access>=4.0.0
Requires-Dist: invenio-i18n>=2.0.0
Requires-Dist: jsonpickle>=1.2
Requires-Dist: psutil
Requires-Dist: pycountry>=19.7.15
Requires-Dist: python-dateutil
Requires-Dist: Flask>=2.2.0
Requires-Dist: poethepoet
Dynamic: license-file

# Invenio-SIP2

[![Github actions status](https://github.com/inveniosoftware-contrib/invenio-sip2/workflows/CI/badge.svg)](https://github.com/inveniosoftware-contrib/invenio-sip2/actions?query=workflow%3ACI)
[![Coverage](https://img.shields.io/coveralls/inveniosoftware-contrib/invenio-sip2.svg)](https://coveralls.io/github/inveniosoftware-contrib/invenio-sip2)
[![Release](https://img.shields.io/github/tag/inveniosoftware-contrib/invenio-sip2.svg)](https://github.com/inveniosoftware-contrib/invenio-sip2/releases)
[![License](https://img.shields.io/github/license/inveniosoftware-contrib/invenio-sip2.svg)](https://github.com/inveniosoftware-contrib/invenio-sip2/blob/master/LICENSE)

Invenio module that add a SIP2 interface between a library's Automated
Circulation System and library automation devices.

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

- Login
- Selfcheck Status
- Request Resend
- Patron Status
- Patron Enable
- End Patron Session
- Patron Information
- Item Information
- Checkout
- Checkin
- Renew
- Fee Paid
