manatus


Namemanatus JSON
Version 1.0.10 PyPI version JSON
download
home_pagehttp://github.com/SunshineStateDigitalNetwork/manatus
SummaryMetadata aggregation and transformation library
upload_time2023-04-24 19:49:16
maintainer
docs_urlNone
authorMatthew Miguez
requires_python
licenseMIT
keywords oai-pmh metadata digital-libraries
VCS
bugtrack_url
requirements Sickle lxml requests pymods setuptools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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>`_



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/SunshineStateDigitalNetwork/manatus",
    "name": "manatus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "oai-pmh metadata digital-libraries",
    "author": "Matthew Miguez",
    "author_email": "r.m.miguez@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4b/42/d89b57a6c2518e82817e43506f5626031c50daccb8ba0c7c399ff4a0fb98/manatus-1.0.10.tar.gz",
    "platform": "any",
    "description": "manatus: Metadata aggregation and transformation python library (backronym pending)\n===================================================================================\n\nManatus is a python utility and library for harvesting and transforming the output of OAI-PMH aggregators and APIs into\n`DPLA's MAP <https://pro.dp.la/hubs/metadata-application-profile>`_ JSON-LD.\n\nMantus is the species name of Florida's official marine mammal, the Florida Manatee, *Trichechus manatus latirostris*.\n\nDependencies\n------------\n\n* `pymods <https://github.com/mrmiguez/pymods>`_ v2.0.6 or greater\n* `sickle <https://sickle.readthedocs.io/en/latest/>`_\n\nInstallation & Use\n------------------\n\n``python3 -m pip install manatus``\n\n``python3 -m manatus``\n\n\nDocumentation\n-------------\n\nFull documentation is available at `Read the Docs <https://manatus.readthedocs.io>`_\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Metadata aggregation and transformation library",
    "version": "1.0.10",
    "split_keywords": [
        "oai-pmh",
        "metadata",
        "digital-libraries"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6017e24b205b5c90abfd05f930031fd1468ac5a614f4f7d208fbf832d57750c",
                "md5": "30065e2846f132f2cd38473c8b7de3ef",
                "sha256": "5470677537fdfe1e81f18b2b827dcae080bf804aa4970b774006de36320e3efc"
            },
            "downloads": -1,
            "filename": "manatus-1.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30065e2846f132f2cd38473c8b7de3ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 62443,
            "upload_time": "2023-04-24T19:49:14",
            "upload_time_iso_8601": "2023-04-24T19:49:14.650854Z",
            "url": "https://files.pythonhosted.org/packages/c6/01/7e24b205b5c90abfd05f930031fd1468ac5a614f4f7d208fbf832d57750c/manatus-1.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b42d89b57a6c2518e82817e43506f5626031c50daccb8ba0c7c399ff4a0fb98",
                "md5": "1fa9f7d674e9525733f66334e5ea3718",
                "sha256": "38bbe64fc696601c4e6d889eeaf061bec9b9f696381f43b5aa1abb6e51f1752c"
            },
            "downloads": -1,
            "filename": "manatus-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "1fa9f7d674e9525733f66334e5ea3718",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 45955,
            "upload_time": "2023-04-24T19:49:16",
            "upload_time_iso_8601": "2023-04-24T19:49:16.051506Z",
            "url": "https://files.pythonhosted.org/packages/4b/42/d89b57a6c2518e82817e43506f5626031c50daccb8ba0c7c399ff4a0fb98/manatus-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-24 19:49:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "SunshineStateDigitalNetwork",
    "github_project": "manatus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "Sickle",
            "specs": [
                [
                    ">=",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "lxml",
            "specs": [
                [
                    "~=",
                    "4.9.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.27.1"
                ]
            ]
        },
        {
            "name": "pymods",
            "specs": [
                [
                    ">=",
                    "2.0.9"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "~=",
                    "57.0.0"
                ]
            ]
        }
    ],
    "lcname": "manatus"
}
        
Elapsed time: 0.06015s