folioclient


Namefolioclient JSON
Version 0.61.3 PyPI version JSON
download
home_pageNone
SummaryAn API wrapper over the FOLIO LSP API Suite OKAPI.
upload_time2025-01-14 22:06:27
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 anyio certifi exceptiongroup h11 httpcore httpx idna jsonref py-openapi-schema-to-json-schema python-dateutil pyyaml six sniffio typing-extensions
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": null,
    "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/bb/9c/e89add7b272b0f3d3c847b040037a85abb558788a4b56f19a269da0e0ee6/folioclient-0.61.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\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An API wrapper over the FOLIO LSP API Suite OKAPI.",
    "version": "0.61.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": "a0b44c534bcf31da4b3c178eb17e034c4a9c33880b20a41794c332fa740e11a0",
                "md5": "0e05fc3c1c4a7bac7a88f361bce751d8",
                "sha256": "b95f988c336ccccab1d3d838b41c227845bd328f8eb168370aebc4a23fccb8bf"
            },
            "downloads": -1,
            "filename": "folioclient-0.61.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e05fc3c1c4a7bac7a88f361bce751d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 11323,
            "upload_time": "2025-01-14T22:06:24",
            "upload_time_iso_8601": "2025-01-14T22:06:24.578867Z",
            "url": "https://files.pythonhosted.org/packages/a0/b4/4c534bcf31da4b3c178eb17e034c4a9c33880b20a41794c332fa740e11a0/folioclient-0.61.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb9ce89add7b272b0f3d3c847b040037a85abb558788a4b56f19a269da0e0ee6",
                "md5": "ac2f5c50c7a557e4c817a8d858414541",
                "sha256": "831a66456e68d94754fbf8d26b7c55b2c5fcb3f1a492138f3d7017c8e417562b"
            },
            "downloads": -1,
            "filename": "folioclient-0.61.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ac2f5c50c7a557e4c817a8d858414541",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 10132,
            "upload_time": "2025-01-14T22:06:27",
            "upload_time_iso_8601": "2025-01-14T22:06:27.986248Z",
            "url": "https://files.pythonhosted.org/packages/bb/9c/e89add7b272b0f3d3c847b040037a85abb558788a4b56f19a269da0e0ee6/folioclient-0.61.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-14 22:06:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FOLIO-FSE",
    "github_project": "folioclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "anyio",
            "specs": [
                [
                    "==",
                    "4.6.0"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.8.30"
                ]
            ]
        },
        {
            "name": "exceptiongroup",
            "specs": [
                [
                    "==",
                    "1.2.2"
                ]
            ]
        },
        {
            "name": "h11",
            "specs": [
                [
                    "==",
                    "0.14.0"
                ]
            ]
        },
        {
            "name": "httpcore",
            "specs": [
                [
                    "==",
                    "1.0.6"
                ]
            ]
        },
        {
            "name": "httpx",
            "specs": [
                [
                    "==",
                    "0.27.2"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "jsonref",
            "specs": [
                [
                    "==",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "py-openapi-schema-to-json-schema",
            "specs": [
                [
                    "==",
                    "0.0.3"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.9.0.post0"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    "==",
                    "6.0.2"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "sniffio",
            "specs": [
                [
                    "==",
                    "1.3.1"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "==",
                    "4.12.2"
                ]
            ]
        }
    ],
    "lcname": "folioclient"
}
        
Elapsed time: 1.15935s