Metadata-Version: 2.4
Name: binaryrain-helper-cloud-dataverse
Version: 1.0.2
Summary: Aims to simplify and help with connecting to and using Microsoft Dataverse.
Author: Binary Rain, Marcel T.O
Project-URL: Homepage, https://binaryrain-net.github.io/Binary-Rain-Helper-Toolkit/
Keywords: binary rain,common,help,functions,azure
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.32.5

# Binary Rain Helper Toolkit: Dataverse Helper

`binaryrain_helper_cloud_dataverse` is a python package that aims to simplify and help with connecting to and using Microsoft Dataverse. It handles common operations like retrieving, creating, updating, and deleting records in a Dataverse environment. With the help of sessions it maintains a consistent connection to the Dataverse API, ensuring efficient and reliable data operations without the need for repetitive code when pagination is required.

For further details, please refer to the [Binary Rain Helper Toolkit documentation](https://binaryrain-net.github.io/Binary-Rain-Helper-Toolkit/toolkits/dataverse/).

## Benefits

- **Simplified API Interaction**: Provides a straightforward interface for common Dataverse operations.
- **Session Management**: Automatically handles session creation and management, reducing boilerplate code.
- **Error Handling**: Includes basic error handling for common issues like missing data or request failures.
- **Pagination Support**: Automatically handles pagination for GET requests, making it easier to work with large datasets.
