Metadata-Version: 2.1
Name: manatus
Version: 1.0.1
Summary: Metadata aggregation and transformation library
Home-page: http://github.com/SunshineStateDigitalNetwork/manatus
Author: Matthew Miguez
Author-email: r.m.miguez@gmail.com
License: MIT
Keywords: oai-pmh metadata digital-libraries
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Text Processing :: Markup :: XML
License-File: LICENSE
License-File: AUTHORS.rst

manatus: Metadata aggregation and transformation python library (backronym pending)
===================================================================================

Manatus is a python utility and library for harvesting and transforming the output of OAI-PMH aggregators and APIs into
`DPLA's MAP <https://pro.dp.la/hubs/metadata-application-profile>`_ JSON-LD.

Mantus is the species name of Florida's official marine mammal, the Florida Manatee, *Trichechus manatus latirostris*.

Dependencies
------------

* `pymods <https://github.com/mrmiguez/pymods>`_ v2.0.6 or greater
* `sickle <https://sickle.readthedocs.io/en/latest/>`_

Installation & Use
------------------

``python3 -m pip install manatus``

``python3 -m manatus``


Documentation
-------------

Full documentation is available at `Read the Docs <https://manatus.readthedocs.io>`_


