Metadata-Version: 1.1
Name: chatpy
Version: 0.2.2
Summary: ChatWork API for Python
Home-page: https://github.com/aqn/chatpy
Author: aqn
Author-email: aqn000 at gmail.com
License: MIT
Description: *******************************
        Chatpy: ChatWork API for Python
        *******************************
        
        .. image:: https://travis-ci.org/aqn/chatpy.png?branch=master
            :target: https://travis-ci.org/aqn/chatpy
        
        .. image:: https://coveralls.io/repos/aqn/chatpy/badge.png?branch=master
          :target: https://coveralls.io/r/aqn/chatpy?branch=master
        
        Chatpy is a `ChatWork API`_ Library which strongly inspired by Tweepy_.
        
        =============
        Installation
        =============
        
        ::
        
            $ pip install chatpy
        
        
        =============
        Documentation
        =============
        
        `Official ChatWork API Document`_
        
        .. _Official ChatWork API Document: `ChatWork API`_
        .. _ChatWork API: http://developer.chatwork.com/ja/index.html
        .. _Tweepy: https://github.com/tweepy/tweepy
        
Keywords: chatwork library
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
