Metadata-Version: 2.1
Name: novum_api_client
Version: 1.1.1
Summary: This library contains the basic api functions for Novum Service Center.
Author: Leonardo
Author-email: l.biz@novum-engineering.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: requests (>=2.28.2,<3.0.0)
Description-Content-Type: text/markdown



# Novum API Library

This library contains the basic api functions for [Novum Service Center](https://novum-batteries.com). 
Check some examples at [Novum - GitHub](https://github.com/novum-engineering/novum-cloud-api-examples)


## Installation

Use pip to install:

```shell
pip install novum_api_client
```



# Release Notes

## Version 1.1.1
- Release Date: 2024-04-11

### Enhancements
- Add new functions (get_user_documents and get_user_document_by_id).
- Force typing for Reports.



# Changelog

## [1.0.1] - 2023-12-12
- Prettier added
- Most of the function have "fields" as an argument.
- Reports are now available in our library. 
- Add Error/Exception messages.


## [1.0.0] - 2023-12-12
- First release of the library.

