Welcome to PyKayacIM’s documentation!

PyKayacIM is a simple package for sending push notifications via im.kayac.com (Japanese) to your iPhone or Jabbler account.

>>> import pykayacim.api
>>> api = pykayacim.api.KayacIMAPI(
        username=u"username", method=u"secret", key=u"secret_key")
>>> api.send(u"Hello!")

Indices and tables