Metadata-Version: 2.1
Name: folioclient
Version: 0.43.0
Summary: An API wrapper over the FOLIO LSP API Suite OKAPI.
Home-page: https://github.com/FOLIO-FSE/folioclient
License: MIT
Keywords: FOLIO,ILS,LSP,Library Systems,MARC21,Library data
Author: Theodor Tolstoy
Author-email: github.teddes@tolstoy.se
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: docs
Project-URL: Repository, https://github.com/FOLIO-FSE/folioclient
Description-Content-Type: text/markdown

# 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 ```

