Skip to main content

Mezon Python SDK - A Python implementation of the Mezon TypeScript SDK

Project description

Mezon SDK Python

PyPI version Python Support License

A Python SDK for building bots and applications on the Mezon platform. Async-first, type-safe, and production-ready.

Installation

pip install mezon-sdk

Quick Start

import asyncio
from mezon import MezonClient
from mezon.models import ChannelMessageContent
from mezon.protobuf.api import api_pb2

client = MezonClient(
    client_id="YOUR_BOT_ID",
    api_key="YOUR_API_KEY",
)

async def handle_message(message: api_pb2.ChannelMessage):
    if message.sender_id == client.client_id:
        return
    channel = await client.channels.fetch(message.channel_id)
    await channel.send(content=ChannelMessageContent(t="Hello!"))

client.on_channel_message(handle_message)

async def main():
    await client.login()
    await asyncio.Event().wait()

asyncio.run(main())

Documentation

Full documentation: https://docs.laptrinhai.id.vn/

Features

  • Async/await native with asyncio
  • Real-time WebSocket with auto-reconnection
  • Type-safe with Pydantic models
  • Event-driven architecture
  • Interactive messages (buttons, forms)
  • Token sending support
  • Message caching with SQLite

Links

License

Apache License 2.0 - see LICENSE for details.

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

mezon_sdk-1.7.2.tar.gz (150.6 kB view details)

Uploaded Source

Built Distribution

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

mezon_sdk-1.7.2-py3-none-any.whl (166.7 kB view details)

Uploaded Python 3

File details

Details for the file mezon_sdk-1.7.2.tar.gz.

File metadata

  • Download URL: mezon_sdk-1.7.2.tar.gz
  • Upload date:
  • Size: 150.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mezon_sdk-1.7.2.tar.gz
Algorithm Hash digest
SHA256 270f9184b135cd9d027c2c827c97dc1795110d7fe5b7cfc16b2a5a906c8958a9
MD5 7c9f7b40dc2d0bd3e488657ca7706eb6
BLAKE2b-256 56b6fdbe171b2a25bfdd9f2e00ab5b1d27a4e332adfd027ba6011d0e9442fcc9

See more details on using hashes here.

File details

Details for the file mezon_sdk-1.7.2-py3-none-any.whl.

File metadata

  • Download URL: mezon_sdk-1.7.2-py3-none-any.whl
  • Upload date:
  • Size: 166.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mezon_sdk-1.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cef9dd2b742377af581c8fc4584e937f29db3036da2d1ca775c81997269419f2
MD5 97b7b0179cb5f46a29f523aed34c601b
BLAKE2b-256 fe110a514ee7d0985523ccf5c8068cce6e91b0e689d780444bba7547dbe48460

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