Metadata-Version: 2.2
Name: bloom-client
Version: 1.0.0
Summary: A Python client for the Bloom Engine API
Home-page: https://github.com/yourusername/bloom-client
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Bloom Client

A Python client for interacting with the Bloom Engine API. This client makes it easy to send inputs and outputs, calculate results, and retrieve individual outputs.

---

## **Installation**

Install the package via pip:

```bash
pip install bloom-client
