Metadata-Version: 2.1
Name: folioclient
Version: 0.60.6
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
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: docs
Requires-Dist: httpx (>=0.27.2,<0.28.0)
Requires-Dist: py-openapi-schema-to-json-schema (>=0.0.3,<0.0.4)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
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 ```

