Metadata-Version: 2.1
Name: cambai
Version: 0.1.6
Summary: Camb AI API Python Library
Home-page: https://github.com/cr2007/cambai
Author: Chandrashekhar R
Author-email: hi.cskhere@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: pydantic (>=2.7.1,<3.0.0)
Requires-Dist: requests (>=2.32.2,<3.0.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: tqdm (>=4.66.4,<5.0.0)
Project-URL: Repository, https://github.com/cr2007/cambai
Description-Content-Type: text/markdown

<!-- omit from toc -->
# Camb AI API Wrapper

[![PyPI version](https://badge.fury.io/py/cambai.svg)](https://badge.fury.io/py/cambai)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cambai)

This is a Python wrapper for the [Camb.ai](https://camb.ai) API. It is designed to make it easy to interact with the API from Python.

> [!IMPORTANT]
> This library is still in active development.
> There will be some fixes and improvements to be made.

<!-- omit from toc -->
## Index

- [Installation](#installation)
- [Usage](#usage)

## Installation

To install the CambAI API Wrapper, you can use `pip` to install:

```bash
# Install from PyPI
pip install cambai
```

## Usage

Checkout the '[**examples**](https://github.com/cr2007/cambai-python/tree/master/examples)' directory for examples on how to use the CambAI API Wrapper.

