Metadata-Version: 1.1
Name: corpwechat
Version: 0.0.1
Summary: a qiye wechat api module, 企业微信的API相关的python实现 https://work.weixin.qq.com/api/doc
Home-page: https://github.com/yorks/corpwechat
Author: yorks
Author-email: yorks.yang@163.com
License: GPLv3.0
Download-URL: https://github.com/yorks/corpwechat/releases/tag/0.0.1
Description-Content-Type: UNKNOWN
Description: # corpwechat
        corp wechat utils, api(s) of corp wechat
        
        ## Usage
        
        ```python
        
        from corpwechat import API
        configpath = '/path/to/only_you_can_read_and_write.json'
        api = API(configpath)
        tk = api.get_token()
        api.push_text_msg(agentid=0, content='what you want to push'...)
        
        
        
        
Keywords: api,企业微信,微信,wechat,corpwechat
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
