Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for MyBodyShield.

PyPI Package

  • Package: mybodyshield-sdk

Installation

pip install mybodyshield-sdk

Repository

Usage

from mybodyshield_sdk import MyBodyShieldClient

client = MyBodyShieldClient(
api_key=os.getenv("MYBODYSHIELD_API_KEY")
)

Features

  • Async/await support
  • Type hints
  • GraphQL client
  • Authentication helpers