Metadata-Version: 2.4
Name: mudbase
Version: 1.2.11
Summary: MUDBASESDK
Home-page: 
Author: MUDBASE Support
Author-email: MUDBASE Support <support@mudbase.dev>
License: MIT
Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
Keywords: mudbase,mudbase-sdk,mudbase-api,mudbase.dev,api,sdk,rest,openapi,client,baas,python
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: urllib3<3.0.0,>=2.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Dynamic: author

# MUDBASE python SDK

Official **python** client for the [MUDBASE](https://mudbase.dev) platform.  
Packages are versioned from our OpenAPI spec so they stay in sync with the API.

## Installation

```bash
pip install mudbase
```

## Usage

```python
from mudbase import Client

client = Client(api_key="YOUR_API_KEY")
users = client.users.list()
```

## Documentation

- **Docs & API reference:** https://docs.mudbase.dev
- **Product:** https://mudbase.dev

## Support

Issues for this mirror repo: https://docs.mudbase.dev
