Metadata-Version: 2.4
Name: dedupmarcxml
Version: 0.2.1
Summary: This python module is a tool to dedup MarcXML records.
Author-email: Raphaël Rey <raphael.rey@slsp.ch>
Project-URL: Homepage, https://github.com/Swiss-Library-Service-Platform/dedupmarcxml
Project-URL: Bug Tracker, https://github.com/Swiss-Library-Service-Platform/dedupmarcxml/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: license.txt
Requires-Dist: lxml
Requires-Dist: numpy
Requires-Dist: Levenshtein
Dynamic: license-file

**************************************************
Deduplication of records library for MarcXML |doc|
**************************************************

This python module is a tool to deduplicate records in format MarcXML.

* Author: Raphaël Rey (raphael.rey@slsp.ch)
* Year: 2025
* License: GNU General Public License v3.0
* `Documentation <https://dedupmarcxml.readthedocs.io/en/latest/>`_

.. |doc| image:: https://readthedocs.org/projects/dedupmarcxml/badge/?version=latest
    :target: https://dedupmarcxml.readthedocs.io/en/latest/
    :alt: Documentation Status
