Metadata-Version: 2.4
Name: bismuthsdk
Version: 0.3.1
Summary: SDK for Bismuth
Project-URL: Documentation, https://github.com/BismuthCloud/bismuthsdk#readme
Project-URL: Issues, https://github.com/BismuthCloud/bismuthsdk/issues
Project-URL: Source, https://github.com/BismuthCloud/bismuthsdk
Author-email: Nick Gregory <nick@bismuth.cloud>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: gitpython==3.1.44
Requires-Dist: httpx==0.28.1
Requires-Dist: pydantic==2.10.6
Description-Content-Type: text/markdown

# bismuthsdk

[![PyPI - Version](https://img.shields.io/pypi/v/bismuthsdk.svg)](https://pypi.org/project/bismuthsdk)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bismuthsdk.svg)](https://pypi.org/project/bismuthsdk)

-----

## Table of Contents

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

## Installation

```console
pip install bismuthsdk
```

## Usage

Log in to the Bismuth web UI and create an API key [here](https://app.bismuth.cloud/settings/apikeys).

Then see the [examples directory](./examples) for usage of this SDK.
