folioclient


Namefolioclient JSON
Version 0.60.3 PyPI version JSON
download
home_pagehttps://github.com/FOLIO-FSE/folioclient
SummaryAn API wrapper over the FOLIO LSP API Suite OKAPI.
upload_time2024-03-25 08:02:07
maintainerNone
docs_urlNone
authorTheodor Tolstoy
requires_python<4.0,>=3.9
licenseMIT
keywords folio ils lsp library systems marc21 library data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FolioClient
![example workflow](https://github.com/fontanka16/FolioClient/actions/workflows/python-package.yml/badge.svg)    
FOLIO Client is a simple python (3) wrapper over the FOLIO LMS system API:s
Test

## Features
* Convenient FOLIO login and OKAPI Token creation
* Wrappers for various REST operations
* Most common reference data for inventory are retrieved as cached properties. 
* Fetches the latest released schemas for instances, holdings and items. Very useful for JSON Schema based validation.

## Installing
```pip install folioclient ```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FOLIO-FSE/folioclient",
    "name": "folioclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "FOLIO, ILS, LSP, Library Systems, MARC21, Library data",
    "author": "Theodor Tolstoy",
    "author_email": "github.teddes@tolstoy.se",
    "download_url": "https://files.pythonhosted.org/packages/48/7a/fa18811bf69ec4e5402c2f7572c9bd57f1b7db07d1529bd0c5fb69d77a78/folioclient-0.60.3.tar.gz",
    "platform": null,
    "description": "# FolioClient\n![example workflow](https://github.com/fontanka16/FolioClient/actions/workflows/python-package.yml/badge.svg)    \nFOLIO Client is a simple python (3) wrapper over the FOLIO LMS system API:s\nTest\n\n## Features\n* Convenient FOLIO login and OKAPI Token creation\n* Wrappers for various REST operations\n* Most common reference data for inventory are retrieved as cached properties. \n* Fetches the latest released schemas for instances, holdings and items. Very useful for JSON Schema based validation.\n\n## Installing\n```pip install folioclient ```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An API wrapper over the FOLIO LSP API Suite OKAPI.",
    "version": "0.60.3",
    "project_urls": {
        "Homepage": "https://github.com/FOLIO-FSE/folioclient",
        "Repository": "https://github.com/FOLIO-FSE/folioclient"
    },
    "split_keywords": [
        "folio",
        " ils",
        " lsp",
        " library systems",
        " marc21",
        " library data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72a8740faac8606ac2a51702ec4c3b23447a028e36b34fb7075db4f7a44e533b",
                "md5": "988544169ea158e983675bd15300e424",
                "sha256": "cdd8be1ac3c6d2ece932935502e959cecaba851ebf9f079f9d7d3fc3e7fa3315"
            },
            "downloads": -1,
            "filename": "folioclient-0.60.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "988544169ea158e983675bd15300e424",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 8756,
            "upload_time": "2024-03-25T08:02:05",
            "upload_time_iso_8601": "2024-03-25T08:02:05.600832Z",
            "url": "https://files.pythonhosted.org/packages/72/a8/740faac8606ac2a51702ec4c3b23447a028e36b34fb7075db4f7a44e533b/folioclient-0.60.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "487afa18811bf69ec4e5402c2f7572c9bd57f1b7db07d1529bd0c5fb69d77a78",
                "md5": "89a18cca4228943a05029c5dbef49d2b",
                "sha256": "79febaa130177151fad7467be369123276c54224f955a794db831d82a55f3729"
            },
            "downloads": -1,
            "filename": "folioclient-0.60.3.tar.gz",
            "has_sig": false,
            "md5_digest": "89a18cca4228943a05029c5dbef49d2b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 8728,
            "upload_time": "2024-03-25T08:02:07",
            "upload_time_iso_8601": "2024-03-25T08:02:07.557892Z",
            "url": "https://files.pythonhosted.org/packages/48/7a/fa18811bf69ec4e5402c2f7572c9bd57f1b7db07d1529bd0c5fb69d77a78/folioclient-0.60.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 08:02:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FOLIO-FSE",
    "github_project": "folioclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "folioclient"
}
        
Elapsed time: 0.32668s