folioclient


Namefolioclient JSON
Version 0.61.2 PyPI version JSON
download
home_pagehttps://github.com/FOLIO-FSE/folioclient
SummaryAn API wrapper over the FOLIO LSP API Suite OKAPI.
upload_time2024-12-17 05:19:28
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": "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/8d/08/e33d6ca2e9f89f40cd06d1bbd44badfdc64b54aa5ebaf605f8e4d55c625f/folioclient-0.61.2.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.2",
    "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": "b93f94e5916204bd381aa5333a37778c2e0f0a29f8c9bcd936eaaf3a137cfc3f",
                "md5": "498ea2b275fc0d20f61b1d28eb1b5a83",
                "sha256": "ebf019fb518e772c0a72e587f0f92afe4fba4b91c82a8c8803be4c25a111cba6"
            },
            "downloads": -1,
            "filename": "folioclient-0.61.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "498ea2b275fc0d20f61b1d28eb1b5a83",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 11118,
            "upload_time": "2024-12-17T05:19:24",
            "upload_time_iso_8601": "2024-12-17T05:19:24.599677Z",
            "url": "https://files.pythonhosted.org/packages/b9/3f/94e5916204bd381aa5333a37778c2e0f0a29f8c9bcd936eaaf3a137cfc3f/folioclient-0.61.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d08e33d6ca2e9f89f40cd06d1bbd44badfdc64b54aa5ebaf605f8e4d55c625f",
                "md5": "092ec86dda9e1fea93be4f8fcdf1026e",
                "sha256": "00a975b1ce3b0a485b82ef9ffc05d1690532009cb8282404bc8c73ca2e0926a5"
            },
            "downloads": -1,
            "filename": "folioclient-0.61.2.tar.gz",
            "has_sig": false,
            "md5_digest": "092ec86dda9e1fea93be4f8fcdf1026e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 10153,
            "upload_time": "2024-12-17T05:19:28",
            "upload_time_iso_8601": "2024-12-17T05:19:28.800992Z",
            "url": "https://files.pythonhosted.org/packages/8d/08/e33d6ca2e9f89f40cd06d1bbd44badfdc64b54aa5ebaf605f8e4d55c625f/folioclient-0.61.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 05:19:28",
    "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: 3.09601s