Skip to main content

Mizuki

A modern async-based discord API wrapper written for Python. Currently in early development, not meant to be used in production as of now.
I aim for this library to closely mirror the discord API.

Installation

pip install mizuki

Quick Example

import mizuki

bot = mizuki.Bot(
     intents=mizuki.IntentFlags.standard()
)

@bot.setup()
async def setup():
    commands = await bot.commands.sync_all()
    print(f"Synced {len(commands)} commands!")

@bot.command(name="ping", description="Send a ping to the bot")
async def ping(interaction: mizuki.Interaction):
    await interaction.response.send_response("Pong!")

bot.run("TOKEN-HERE")

Documentation

Documentation can be viewed here.

Download files

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

Source Distribution

mizuki-0.5.0.tar.gz (79.4 kB view details)

Uploaded Source

Built Distribution

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

mizuki-0.5.0-py3-none-any.whl (107.1 kB view details)

Uploaded Python 3

File details

Details for the file mizuki-0.5.0.tar.gz.

File metadata

  • Download URL: mizuki-0.5.0.tar.gz
  • Upload date:
  • Size: 79.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for mizuki-0.5.0.tar.gz
Algorithm Hash digest
SHA256 001c007d656ccbc4c2471b539fc6c3c71afa440eb2d65b6ec01e433de8890d91
MD5 8afb7450eb462f6c70364f43a4e4f045
BLAKE2b-256 6e8139917f6cbe37a1a2fa688d46a8344ec65675798facd3d189e38a6288d4a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mizuki-0.5.0.tar.gz:

Publisher: python-publish.yml on TakemiSora/mizuki

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mizuki-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: mizuki-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 107.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for mizuki-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8fc44adb7f40eb706ddb94ba19433fd5c1094700f04e3d4c441090c824b65fa6
MD5 2a16cdc95bc32c5fa4f2438500c58ca3
BLAKE2b-256 9701e69bd6b2888f87ce32ec163ca1b73ce53638952435268f26b45ed402c799

See more details on using hashes here.

Provenance

The following attestation bundles were made for mizuki-0.5.0-py3-none-any.whl:

Publisher: python-publish.yml on TakemiSora/mizuki

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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