> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> BlobHub SDK Documentation

## Overview

The BlobHub SDK is a thin wrapper around the BlobHub [REST API](/rest-api/introduction), providing convenient helper
functions to integrate BlobHub primitives into target applications.

## Python SDK

### Installation

Python SDK is available here: [https://pypi.org/project/blobhub/](https://pypi.org/project/blobhub/)

It can be installed via:

```bash theme={null}
pip install blobhub
```

### Examples

Example notebooks demonstrating the use of the API can be found here: [https://github.com/blobhubio/blobhub-example-notebooks](https://github.com/blobhubio/blobhub-example-notebooks)
