GitXplorerGitXplorer
c

cambai-python

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
280cd3ee8bac905c630356000e6ebf43f1930fd2

Fixes Poetry setup in Dev Container

ccr2007 committed 3 months ago
Unverified
a4569b56d9587ea85a96ad33ce027ce0ecc62e12

Refactors code in Translation example notebook

ccr2007 committed 3 months ago
Verified
616ade763749a48baa1786608056c2a132f5ec85

Adds action button in notification step

ccr2007 committed 4 months ago
Unverified
2de3e803e5d75bc5f4ce9eb8beb1e2cd494ad676

Bumps version to `0.1.8` in `pyproject.toml`

ccr2007 committed 4 months ago
Unverified
f70d30ee984019da9d1deabe9754f2a470697dd3

Fixes Pylint errors W0311 and C0301

ccr2007 committed 4 months ago
Unverified
3cb49536fc98b42cf922c3782fb45854b1c712aa

Fixes notification message format in `publish` workflow

ccr2007 committed 4 months ago

README

The README file for this repository.

Camb AI API Wrapper

PyPI version PyPI - Python Version

This is a Python wrapper for the 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.

Index

Installation

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

# Install from PyPI
pip install cambai

Usage

Checkout the 'examples' directory for examples on how to use the CambAI API Wrapper.