1. 首页
  2. 数据库
  3. 其它
  4. raygun4py:Raygun的Python提供程序 源码

raygun4py:Raygun的Python提供程序 源码

上传者: 2021-02-19 20:08:51上传 ZIP文件 47.62KB 热度 9次
raygun4py 适用于Python 2.7 , Python 3+和PyPy的官方Raygun提供程序 安装 最简单的安装方法是使用pip包,因为它可以从PyPI获得。 在命令行中运行: $ pip install raygun4py 然后导入并实例化模块: from raygun4py import raygunprovider client = raygunprovider . RaygunSender ( 'your_apikey' ) 测试安装 从命令行运行: $ raygun4py test your_apikey 将your_apikey替换为Raygun仪表板上列出
下载地址
用户评论