Metadata-Version: 2.1
Name: multi-wechat-webhook
Version: 0.0.2
Summary: A sentry extension which share information to Wechat Work
Home-page: https://github.com/corcd/sentry-wechat
Author: badx
Author-email: badx16@gmail.com
License: MIT
Description: # sentry-wechat
        
        Sentry 企业微信通知插件
        
        > *项目修改自 [anshengme/sentry-dingding](https://github.com/anshengme/sentry-dingding)，感谢原作者 [anshengme](https://github.com/anshengme)*
        
        ## Install
        
        ### docker
        
        拉取官方镜像，修改其中的 `requirements.txt`，加入单独一行 `sentry-wechat~=0.03` 即可
        
        ### python
        
        pip 安装依赖包即可
        
        ```bash
        $ pip install sentry-wechat
        ```
        
        ## Usage
        
        在项目的所有集成页面找到 `Wechat Work` 插件启用，并设置 `key`
        
        ## License
        
        MIT
        
Keywords: sentry multi wechat
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
