Official Python SDK for buchida email API
Project description
buchida is the official Python SDK for buchida — an email API built for AI agents. buchida ships a CLI, an MCP server, and SDKs in 5 languages (Node, Python, Go, Ruby, Java), all sharing the same REST API surface. @buchida/email templates render Korean, Japanese, and Chinese natively.
Install
pip install buchida
Send your first email
import buchida
client = buchida.Client(api_key=os.environ["BUCHIDA_API_KEY"])
client.emails.send(
from_="hello@yourapp.com",
to="user@example.com",
subject="Hello",
html="<h1>Welcome</h1>",
)
Documentation
Full docs: buchida.com/docs
- API reference: https://buchida.com/docs/api-reference
- Quickstart guide: https://buchida.com/docs/quickstart
- CJK email templates: https://buchida.com/docs/templates
- MCP server setup: https://buchida.com/docs/mcp
- CLI reference: https://buchida.com/docs/cli
Links
- Website: buchida.com
- Documentation: buchida.com/docs
- Pricing: buchida.com/pricing
- GitHub: https://github.com/Vyblor/buchida-python
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file buchida-0.1.2.tar.gz.
File metadata
- Download URL: buchida-0.1.2.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09069d7f453d8d795b8cdb3d47378d6b78996fb69952aeffe9039f011f93ba05
|
|
| MD5 |
30fef811f9ee42e1b36487563763609f
|
|
| BLAKE2b-256 |
4be9c768334b7a8b225f90fcb1e7566e5d301260ee229f2dea37987369fcbe52
|
File details
Details for the file buchida-0.1.2-py3-none-any.whl.
File metadata
- Download URL: buchida-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abb283f53cf6d6913c7933441dbfbc2f93adf8574ae167636474b085f16a7a97
|
|
| MD5 |
a2d9b929b152c3e913282d9c14202774
|
|
| BLAKE2b-256 |
5fead8c6ecadac7838bf58747a31633cf6d0a58b356a5a0e0857c4028afbba81
|