Skip to main content

Python SDK for Mushu API - auto-generated clients from OpenAPI specs

Reason this release was yanked:

old version published ahead

Project description

Mushu Python SDK

Auto-generated Python types for the Mushu API.

Installation

pip install mushu-sdk

Usage

from mushu.media import UploadUrlRequest, MediaItem, MediaStatus
from mushu.auth import UserResponse
from mushu.notify import NotifyRequest
from mushu.pay import WalletResponse

# Type-safe request
request = UploadUrlRequest(
    org_id="org_123",
    filename="photo.jpg",
    content_type="image/jpeg",
    size_bytes=1024000,
)

# Type hints work in your IDE
def handle_media(item: MediaItem) -> str:
    if item.status == MediaStatus.ready:
        return item.url
    return "Processing..."

Regenerating

These types are auto-generated from OpenAPI specs. To regenerate:

cd sdks
./generate.sh

Services

  • auth - Authentication, users, organizations
  • notify - Push notifications, email, devices
  • media - Image and video hosting
  • pay - Payments, wallets, billing

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mushu_sdk-0.3.0.tar.gz (143.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mushu_sdk-0.3.0-py3-none-any.whl (471.3 kB view details)

Uploaded Python 3

File details

Details for the file mushu_sdk-0.3.0.tar.gz.

File metadata

  • Download URL: mushu_sdk-0.3.0.tar.gz
  • Upload date:
  • Size: 143.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for mushu_sdk-0.3.0.tar.gz
Algorithm Hash digest
SHA256 155e7fe3e1f8979efca3e78f1e0c1f0b23b987b3e216c2e31c1cf86ff76d6d79
MD5 62e00ea5243127a1098a05fe08d441a9
BLAKE2b-256 caea1567bfb202d0526d296030b9f16beea04b2e22afeb85e1c940dc872a5b4f

See more details on using hashes here.

File details

Details for the file mushu_sdk-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: mushu_sdk-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 471.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for mushu_sdk-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 755daec0bd6dd0842cd4ce2ab1ac40713a80481162b28ac6148678664bc5a3b6
MD5 bb710e8ded403c9315a0d1981c705c87
BLAKE2b-256 9f414e98aebf7424edd5daba9f7895d962303bab0c27ef7b842a9b36598fad2d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page