Metadata-Version: 2.1
Name: python-ragic
Version: 0.1
Summary: Python Ragic API client for data loading and manipulation.
Author: jonah_whaler_2348
Author-email: jk_saga@proton.me
License: GPLv3
Keywords: ragic,data loader
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Ragic
A Python client for interacting with the [Ragic API](https://www.ragic.com/intl/en/doc-api/). 
This library simplifies making requests to Ragic databases, handling authentication, and working with records.

## Features

- Easy authentication and connection setup
- Read data from Ragic databases

## Future Improvements
- Update and delete records

## Installation

```bash
pip install python-ragic
```
