Skip to content

Vyblor/buchida-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buchida

buchida Python SDK — Email API for AI agents

English | 한국어 | 日本語 | 中文

PyPI version License: MIT


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

Links

License

MIT

About

Official Python SDK for buchida email API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages