manatus


Namemanatus JSON
Version 1.0.15 PyPI version JSON
download
home_pagehttp://github.com/SunshineStateDigitalNetwork/manatus
SummaryMetadata aggregation and transformation library
upload_time2024-11-14 16:38:30
maintainerNone
docs_urlNone
authorMatthew Miguez
requires_pythonNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "oai-pmh metadata digital-libraries",
    "author": "Matthew Miguez",
    "author_email": "r.m.miguez@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/42/c2/764a827e2fc365db0f486cc706c20e0220bb13124c494c3eb4efefea6e59/manatus-1.0.15.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.15",
    "project_urls": {
        "Homepage": "http://github.com/SunshineStateDigitalNetwork/manatus"
    },
    "split_keywords": [
        "oai-pmh",
        "metadata",
        "digital-libraries"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1c6338527ccc9c35a8f9de0cbd9177b6fa0a705d1fa1bf9dc689579a7a0adde",
                "md5": "82172ccb67f1494ec3e86706e4c8969d",
                "sha256": "426bba4eb47f04d06f86462b6f79ce7c445d8aa4d32f6f2f1f9e3952c2820280"
            },
            "downloads": -1,
            "filename": "manatus-1.0.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82172ccb67f1494ec3e86706e4c8969d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 63053,
            "upload_time": "2024-11-14T16:38:27",
            "upload_time_iso_8601": "2024-11-14T16:38:27.948828Z",
            "url": "https://files.pythonhosted.org/packages/f1/c6/338527ccc9c35a8f9de0cbd9177b6fa0a705d1fa1bf9dc689579a7a0adde/manatus-1.0.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42c2764a827e2fc365db0f486cc706c20e0220bb13124c494c3eb4efefea6e59",
                "md5": "01b1bc9b12c38aebd67de5c7a5c889dd",
                "sha256": "95aaaf65650464288b58637801529d0cb49494fefc5984f9b6fade92cd1e5ec0"
            },
            "downloads": -1,
            "filename": "manatus-1.0.15.tar.gz",
            "has_sig": false,
            "md5_digest": "01b1bc9b12c38aebd67de5c7a5c889dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 46529,
            "upload_time": "2024-11-14T16:38:30",
            "upload_time_iso_8601": "2024-11-14T16:38:30.250124Z",
            "url": "https://files.pythonhosted.org/packages/42/c2/764a827e2fc365db0f486cc706c20e0220bb13124c494c3eb4efefea6e59/manatus-1.0.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-14 16:38:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": 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.49451s