Metadata-Version: 2.1
Name: bambot
Version: 0.2.0
Summary: A Python package for interfacing with Bam foundational AI models.
Home-page: https://github.com/BamCorp/bambot
Author: Bam Corp.
Author-email: spencer@bam.bot
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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-Python: >=3.6, <4
Description-Content-Type: text/markdown
Requires-Dist: requests

# Bambot

Bambot is a Python package for interfacing with Bam foundational AI models which simplifies the process of integrating advanced data capabilities into your apps.

## Installation

To install Bambot, run the following command:

```sh
pip install bambot
