Metadata-Version: 2.1
Name: carbonate-sdk
Version: 0.0.5
Summary: Run UI tests using AI
License: MIT
Author: Carbonate
Author-email: team@cabonate.dev
Requires-Python: >=3.8.14,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: importlib_resources (>=5.12.0,<6.0.0) ; python_version < "3.9"
Requires-Dist: requests (>=2.28.2,<3.0.0)
Description-Content-Type: text/markdown

<p align="center">
  <h1 align="center">
    Carbonate SDK
  </h1>
</p>

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Carbonate-dev/sdk-python/python-package.yml)

Carbonate turns simple language driven instructions into end-to-end tests. This SDK lets you integrate it directly into your test suite.

Learn more about Carbonate at [https://carbonate.dev](https://carbonate.dev).

## Getting Started

Check out the [getting started guide](https://carbonate.dev/docs/sdk/getting-started/python) for instructions on how to integrate Carbonate into your test suite.

## License
Distributed under the MIT License.

