Metadata-Version: 2.1
Name: robocorp-planhat
Version: 0.4.6
Summary: Planhat API SDK for Python and Robocorp's Python Automation Framework
License: Apache-2.0
Author: Kylie M.
Author-email: kylieblake@robocorp.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software 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
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: robocorp-log (>=2.7.1,<3.0.0)
Requires-Dist: robocorp-vault (>=1.3.0,<2.0.0)
Requires-Dist: tenacity (>=8.2.3,<9.0.0)
Description-Content-Type: text/markdown

# Robocorp-Planhat: A Planhat API SDK integrated with Robocorp's Python Automation Framework

This automation library is designed for use with [Robocorp's Python Automation Framework](https://github.com/robocorp/robo). It includes data modeling for the base Planhat API object types and a customized client and associated session for use in authenticating, retrieving, and updating those objects.

## Installation

This project should be installed via your `conda.yaml` within a Robocorp automation task package under your pip dependancies.

## Experimental

**WARNING**: This library is currently experimental and missing several features such as full unit tests and documentation.
