quant helper.
Project description
Quant Friend
背景和目的
在量化回测环境,经常需要购置和试用一些临时的计算资源。这个项目的目的是简化在这过程中的重复操作。
一键购置模块
TBC
汇报模块
这个模块需要被回测应用引入,在相关计算结束后,讲结果汇报给特定关注者,同时通知计算资源供应商,要求停止服务。
可以显式调用
from quant_friend import config_email_sender
config_email_sender('sender@my.com', 'smtp.my.com', 465, True, 'sender', 'password')
进行邮箱注册,也可以通过设置环境变量,自动注册。
- smtp_sender
- smtp_host
- smtp_port
- smtp_ssl
- smtp_user
- smtp_password
删除主机
可以显式调用
from quant_friend import register_ucloud
register_ucloud(
region="",
private_key="",
public_key="",
)
进行注册,也可以通过设置环境变量,自动注册。任意 uc- 开头的环境变量都会被自动读取。
from quant_friend import list_and_delete_host
# 删除所有主机
list_and_delete_host('ucloud')
# 按业务组删除主机
list_and_delete_host('ucloud', Tag="你的业务组")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quant-friend-0.0.1.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for quant_friend-0.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84856ee1c16ed13f522e478cf5bb938775bc1d88826187c1b7fac2ab2015ad13 |
|
MD5 | f640969eefe772654ddd2e1acec0fd7b |
|
BLAKE2b-256 | 8667c8a99edbe3146539c5fa9ae67136ec391a1eac88d8b5936145b1e49c673d |