Metadata-Version: 1.1
Name: pykayacim
Version: 0.1.0
Summary: Send push notifications via im.kayac.com.
Home-page: https://github.com/hamukichi/pykayacim
Author: Hamukichi (Nombiri)
Author-email: hamukichi-dev@outlook.jp
License: MIT License
Description: PyKayacIM is a simple package for sending push notifications via
        `im.kayac.com <http://im.kayac.com/en/>`_
        (`Japanese <http://im.kayac.com/ja/>`_) to your iPhone or Jabbler account.
        
        .. code-block:: python
        
            >>> import pykayacim.api
            >>> api = pykayacim.api.KayacIMAPI(
                    username=u"username", method=u"secret", key=u"secret_key")
            >>> api.send(u"Hello!")
        
        Features
        ========
        
        * Pure-Python package.
        * Python 2/3 compatible (thanks to
          `Python-Future <http://python-future.org/>`_ package).
        * Includes a simple command-line tool.
        * Supports non-English message.
        
        History
        =======
        
        v0.1.0 (2014-09-08)
        -------------------
        
        * The first version.
        
        
Keywords: im.kayac.com,notification,Kayac,push,iPhone,Jabbler
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Provides: pykayacim
