Metadata-Version: 2.4
Name: datacanva
Version: 1.0.1
Summary: Python module which connects to the DataCanva REST API
Author-email: Lively Impact Technology Limited <info@livelyimpact.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: pandas>=2.3.3
Requires-Dist: pyjson5>=2.0.0
Requires-Dist: requests>=2.28.1
Description-Content-Type: text/markdown

## Overview

`datacanva` is a Python package that provides a simple and efficient way to
interact with the DataCanva web app's REST API.
With this package, you can easily integrate DataCanva's functionalities
into your Python workflows for data visualization, analysis, and more.

## Installation

Install the package directly from PyPI:

```bash
pip install datacanva
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
