Metadata-Version: 2.1
Name: folioclient
Version: 0.42.0
Summary: An API wrapper over the FOLIO LSP API Suite OKAPI.
Home-page: https://github.com/FOLIO-FSE/folioclient
Author: Theodor Tolstoy
Author-email: pypi.teddes@tolstoy.se
Project-URL: Bug Tracker, https://github.com/FOLIO-FSE/folioclient/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# 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

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