Metadata-Version: 1.1
Name: acme.dchat
Version: 0.1
Summary: This software aim to provide a chatting tool with the NTT docomo API
Home-page: https://github.com/jptomo/acme.dchat
Author: Tomohiro NAKAMURA
Author-email: quickness.net@gmail.com
License: Apache Software License
Description: ===========
        acme.dchat
        ===========
        
        What API ?
        ==========
        `NTT docomo <https://www.nttdocomo.co.jp/>`_ has `a chatting API <https://dev.smt.docomo.ne.jp/?p=docs.api.page&api_docs_id=17>`_.
        
        This software provides a client for the api.
        
        How to use?
        ===========
        1. Get API KEY.
        2. Call client.
        
           .. code-block:: python
        
              >>> from acme.dchat import DocomoChatClient
              >>> c = DocomoChatClient('some api key')
              >>> c.talk('hello, world.')
              'Helloを聞くようです'
        
Keywords: chat
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.4
