surfin test
Project description
SURFIN 封装一些通用的方法, 要求python3
测试版本
pypi地址
https://pypi.org/project/test-sf-etl-py3/
依赖
发送图片(必须):需安装wkhtmltopdf,下载地址如下(windows需加入环境变量)
使用案例
示例:钉钉机器人发送消息
# pip install test_sf_etl_py3
from sf_etl_py3.bot import DingBot
# ------ 发送文本 ------
ding_obj = DingBot()
ding_obj.set_kwargs(url='*机器人的url',sec='机器人的加签')
ding_obj.send_text('需要发送的消息')
# ------ 发送图片(pg数据库查询到的数据, 以图片形式发送) ------
ding_obj = DingBot()
ding_obj.set_kwargs(url='*机器人的url',
sec='机器人的加签',
access_key_id='*阿里云的oss账号',
access_key_secret='*阿里云的oss账号',
endpoint='阿里云的oss地区, 默认 http://oss-ap-southeast-1.aliyuncs.com',
bucket_name='阿里云的ossbucket_name, 默认 surfin-bigdata'
)
# 参数1: pg数据库配置
# 需要2: 需要执行的sql
ding_obj.send_img_simple({'host': 'xxx', 'port': 8756, 'user': 'xxx', 'password': 'xxx', 'database': 'xxx'},
"select 1 as test;")
版本
0.0.9
Test version: kettle xml
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
test_sf_etl_py3-0.0.11.tar.gz
(11.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file test_sf_etl_py3-0.0.11.tar.gz.
File metadata
- Download URL: test_sf_etl_py3-0.0.11.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acaa2b46f53d84260864edf62f67dc03cb53dc232e8c389f9924341dc9523421
|
|
| MD5 |
803e3017f69881b65c752f4bb779cf96
|
|
| BLAKE2b-256 |
e277ccf0fd4d84c0c5a892482e5c6ed018ca6708a8077fb8b7dd819d02e16531
|
File details
Details for the file test_sf_etl_py3-0.0.11-py3-none-any.whl.
File metadata
- Download URL: test_sf_etl_py3-0.0.11-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d28023a1c7e40cf94b83d8e5c392cb8d024745da0bf083a825619c6fd1b4c9a1
|
|
| MD5 |
32ebed075c5f25ab66fb6febf6f2545e
|
|
| BLAKE2b-256 |
68ed4339c3dbf5669131c877c970e2ccb7798be778d87a570bf8eef7fb229199
|