Skip to main content

掘金量化 掘金3 sdk

Project description

掘金量化

A股实盘量化 中国期货量化 程序化交易 仿真 中国量化第一 掘金3 sdk

Changelog

Version v3.0.185

  • fix: 部分接口类型注释问题提示错误
  • chore: 调整python312及以上版本tzdata库版本限制
  • feat: 支持python3.14

Version v3.0.184

  • feat: 增加bus证书参数

Version v3.0.183

  • fix: 新环境安装protobuf默认安装的最新版本存在兼容问题,增加版本限制

Version v3.0.182

  • fix: 当策略没有关联账号时 get_account接口返回所有实时账号问题.

Version v3.0.181

  • fix: 升级c api, 修复linux版本依赖库缺失的问题
  • feat: order_batch增加委托属性order_style=1
  • other: 调整protobuf依赖版本

Version v3.0.180

  • feat: 支持bus消息交互功能。相关api:
    • set_option
    • on_customized_message
    • send_msg_to_bus
  • other: subscribe在不需要设置count的场景下,参数count默认值修改为0。解决在回测过程中因该参数默认值为1导致每次订阅都需要从后台查询数据影响回测性能的问题.

Version v3.0.179

  • fix: 回测模式下订阅多频度数据时context.data重复记录问题
  • fix: 实时模式subscribe订阅多频度数据且wait_group=True时,出现只推送了单个频度数据的情况,出现频率跟订阅代码行情活跃情况有关
  • fix: 回测时run返回-1错误问题
  • other: 优化python3.12+环境调用get_trading_dates_by_year出现DataFrame.applyMap弃用警告
  • other: 修正get_open_call_auction返回类型描述

Version v3.0.178

  • fix: 过滤重复推送的委托状态与成交(主要是账号重登录引起)
  • fix:龙虎榜接口(stk_abnor_change_detailstk_abnor_change_stocks)在df=False情况下没有返回"零"值字段的问题
  • feat: 新增接口last_price, 查询历史L2 Tick行情
  • feat: 新增run回测参数backtest_intraday
  • feat: algo_orderorder数据增加字段(origin_productorigin_module)

Version v3.0.177

  • fix: 修复正常回测时,报日期格式不正确问题
  • feat: 支持python3.13

Version v3.0.176

  • feat: get_symbol_infos、get_symbols、get_history_symbol 增加返回字段 delisting_begin_date(退市整理开始日)
  • feat: 增加get_open_call_auction 查询开盘集合竞价
  • feat: 增加current_price 查询当前最新价
  • perf: 回测过程变更订阅条件时,如果变更后与之前比较无变化,则回测速度影响不大

Version v3.0.175

  • fix: 实时模式下策略结束后策略进程异常挂起

Version v3.0.174

  • feat: 支持算法单批量委托,关联api:
    • algo_order_batch

Version v3.0.173

  • feat: 新增标的池功能, 关联api:
    • universe_delete
    • universe_set
    • universe_get_names
    • universe_get_symbols
  • refactor: 标记部分弃用函数, 替换函数参照 新老数据函数切换对照表

Version v3.0.172

  • fix: numpy2语法兼容。 由于numpy2移除了np.NAN,当有空字段返回时会报错
  • feat: 股票分红接口stk_get_dividend、基金分红接口fnd_get_dividend 增加返回字段dvd_target
  • feat: order_volume 支持期货条件单
  • feat: 新增数据接口
    • stk_get_money_flow
    • stk_get_finance_audit
    • stk_get_finance_forecast
    • fnd_get_share
    • bnd_get_analysis

Version v3.0.171

  • fix: 退订后再次订阅数据context.data数据异常
  • fix: 同时存在waitgroup=true和waitgroup=false的订阅时触发on_bar会导致程序崩溃

Version v3.0.170

  • fix: 订阅多标的、多频率情况下出现context.data缓存异常

Version v3.0.169

  • fix: 当历史bar数量少于订阅行情时设置的订阅数据滑窗大小时,context.data会出现重复数据。
  • feat: 增加账号连接状态枚举值
  • feat: 增加wheel依赖,避免新python环境安装出错
  • other: 升级capi到3.7.8。
    • fix: 修正回测下单时交易事件错误时序问题
    • fix: 回测时委托回报添加待报和已报状态

Version v3.0.168

  • fix: option_calculate_ivsurface 接口调用出错
  • refactor: 优化对接实时行情服务的兼容性
  • feat: 支持pandas2numpy2

Version 3.0.167

  • feat: 支持多源行情
  • feat: 支持ctp行情直连, 可通过set_option接口设置ctp_md_info参数来配置ctp行情连接信息
  • feat: 行情连接、断开回调触发时可通过 context.message 来获取描述信息
  • feat: 回测模式下在策略代码中提前订阅行情再调用current,会根据订阅频度(tick,分钟bar,日线)取回测当前时刻的最新价格返回,超出历史行情权限会报错中止回测;不订阅current会取回测当前时刻最近的日线收盘价返回

Version 3.0.166

  • fix: current 没有返回"0"值字段
  • fix: get_instruments、get_history_instruments 查询参数fields包含 is_adjusted 时,is_adjusted字段没有返回
  • feat: 新增期货每日成交持仓排名接口(多标的多指标)

Version 3.0.165

  • fix: 单独订阅 3600s 与 同时订阅 tick 和 3600s 所产生的 3600s 数据 open 和 high 不一致
  • fix: context.data在回测模式下盘中可以取到当天的日线数据(未来数据)
  • feat: 支持Python 3.12

Version 3.0.164

  • 修复 context.data 函数bug
  • 移除 arrow 库依赖, 改为使用 Python 原生日期库

Version 3.0.163

  • context.data 优化, 增加两种新的返回类型
  • 新增龙虎榜和北向资金接口
  • 增加 get_cash 和 get_position 接口

Version 3.0.162

  • 添加新的回调函数, on_customized_message - 定制消息推送事件
  • 修改回测时间错误提示文案
  • 日内回测行情提取逻辑调整, 匹配单次33000条记录限制
  • 修正回测内存过大问题
  • 优化 history 和 history_n 速度
  • 增加 tzdata 依赖, 解决 tick 和 bar 转换为 pandas DataFrame 时过慢问题

Version 3.0.161

  • current 函数添加 include_call_auction 入参

Version 3.0.160

  • SDK 支持 Python 3.11 版本
  • 对不常用到的依赖库设置为可选依赖项, 现在默认移除 scipy 库的依赖, 要下载所有依赖可使用 pip install gm[all] 命令
  • Pandas 的默认精度改为8位小数
  • 修复 tick 回测模式 created_at 字段毫秒数错误问题
  • 添加新枚举值, 委托类型 OrderType 相关

Version 3.0.159

  • 修复context.data报错问题

Version 3.0.158

  • 修复context.data取日线数据少了最近一天的问题
  • 修复回测模式下,订阅用了wait_group=True,导致定时任务处理时间不对问题
  • Tick增加iopv字段
  • 交易所增加广期所

Version 3.0.157

  • 修正 Order 对象被错误过滤掉 order_business 和 position_src 字段的问题

Version 3.0.156

  • 新增做市API
  • 新增10个财务接口
  • 修复get_history_instruments接口conversion_price字段取数错误问题
  • get_symbols增加股转作市业务相关字段
  • 修正回测错误时,返回错误码与扩展信息不一致问题
  • 增加枚举常量 OrderBusiness_MARKET_MAKING

Version 3.0.155

  • 两融API改造, 补全头寸来源 position_src, 负债合约编号 debtsno 和还款方式 repay_type 三个字段
  • 修复 context.data 获取日线bar时有重复数据的bug
  • current 接口支持 field 过滤
  • 修复 stk_get_index_constituents 接口返回值 weight 为 0 bug
  • Python3.9 的 pandas 库 1.5 版本有bug, 在转带时区的datetime数据时非常慢, 限制 pandas 库的最高版本号避免

Version 3.0.154

  • 修正用广发端时AccountStatus事件中account_name缺失问题
  • 修正AccountStatus状态为6问题
  • SDK 报错提示错误信息文案优化
  • 支持分布式部署, Linux SDK 现在可以连上终端
  • 修复投研数据查询接口返回值时间格式问题
  • 指数成分查询函数stk_get_index_constituents增加总市值和流通市值字段
  • 优化回测时 on_tick 和 on_bar 的性能瓶颈
  • 修复行情连接断开又连上后,订阅行情成功策略却退出问题
  • context.account().status 的类型改为 dict 类型

Version 3.0.153

  • 修复 SDK Python 3.10 版本的第三方依赖库兼容性问题

Version 3.0.152

  • 修复部分老接口日期格式兼容问题
  • 修复 grpc 网络错误问题
  • 限制第三方库最高版本以保证兼容性

Versino 3.0.151

  • 修正使用数据代理时还在读取sdk缓存问题
  • 优化 SDK 依赖项, 保证 SDK 安装兼容性

Version 3.0.150

  • 本地数据代理优化
  • SDK 报错机制改造
  • 新增接口 set_option - 设置策略运行系统选项, 目前支持设置回测运行的最大线程数和触发流控时最大等待时间
  • 优化回测时的超时机制,避免部分回测业务不正常
  • 添加枚举量, 新的委托拒绝原因
  • 接口变更, 查询指数成分股接口新增 trade_date 参数
  • 修复 AccountStatus 查询与推送系列问题
  • 回测模式下载数据时打印相关指引信息

Version 3.0.149

  • 新增广发期权组合保证金API

Version 3.0.148

  • 新增财务数据接口
  • 修复已知 bug

Version 3.0.147

  • 修复启动速度过慢的问题
  • 修复调用 get_history_symbols 接口时进程崩溃退出问题

Version 3.0.146

  • 修复 get_symbols 和 get_history_symbols 接口 bug
  • Tick 类型添加 ask_q, bid_q 字段

Version 3.0.145

  • 新增投研数据查询接口
  • 修复 ipo_get_match_number 和 ipo_get_lot_info 函数日期参数传输错误 bug
  • 修复 get_history_instruments 函数返回值不存在 info 字段时产生的 Bug
  • 修复用 in 判断 BarLikeDict2 对象时无法退出的 bug

Version 3.0.144

  • 修复 get_history_instruments 返回错误的调整标志的 Bug

Version 3.0.143

  • 增加接口 bond_convertible_get_call_info - 查询可转债赎回信息

Version 3.0.142

  • context.data 获取 tick 时返回格式修正为 DataFrame
  • get_history_instrument 增加可转债字段
  • 支持 Python3.10, 弃用 Python2.7

Version 3.0.141

  • 限制 protobuf 版本小于 4.0 防止不兼容情况
  • 修复 get_history_instruments 里获取的保证金比例 margin_ratio 获取的是最新数据而不是历史数据的问题

Version 3.0.140

  • 算法单新增 algo_params 字段
  • 兼容老版本客户端传入错误的默认参数 undefined 的情况
  • 实时模式能正确返回错误信息
  • instrument 添加 conversion_price 字段

Version 3.0.139

  • 修复 Python 3.7.1 版本 typing_extensions 依赖问题, typing_extensions 版本需要大于等于 4.1.1
  • 增加 get_expire_rest_days 查询到期剩余天数
  • 修改 option_covered_open 备兑开仓, 在回测/仿真模式下不占用保证金
  • 修改 option_covered_close 备兑平仓, 在回测/仿真模式下不释放保证金
  • 新增 option_preorder_valid_volume 备兑标志, 可获取备兑可开数量
  • run 函数新增 backtest_match_mode 参数, 设置回测撮合模式, 可设定市价单是否采用当前 bar/tick 撮合成交

Version 3.0.138

  • 策略进程退出前, SDK主动退订已订阅代码, 恢复订阅权限
  • 修复回测模式中在 on_bar 或 on_tick 里下单后资金和持仓没有变化的问题
  • 兼容 Pandas 1.4.0 以上版本
  • option_get_symbols_by_exchange 增加参数 adjust_flag
  • 修复 get_history_instruments 返回的 multiplier 和 exercise_price 字段只取最新数据问题
  • 之前对所有的浮点数四舍五入改为仅对价格类的字段四舍五入4位小数
  • run 添加参数 backtest_commission_unit, 表示回测手续费需要按张收取
  • option_get_symbols_by_in_at_out 添加参数 adjust_flag 来决定选择的合约范围是否包含调整过的合约
  • 修复 get_instruments 的 exchanges 不支持list格式问题
  • 增加针对剩余时间t=0导致分母为0的健壮性处理, 定价模型计算时剩余时间最小值设置为 0.01

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

gm-3.0.185-cp314-cp314-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.14Windows x86-64

gm-3.0.185-cp314-cp314-manylinux1_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.14

gm-3.0.185-cp313-cp313-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.13Windows x86-64

gm-3.0.185-cp313-cp313-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13

gm-3.0.185-cp312-cp312-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.12Windows x86-64

gm-3.0.185-cp312-cp312-manylinux1_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.12

gm-3.0.185-cp311-cp311-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.11Windows x86-64

gm-3.0.185-cp311-cp311-win32.whl (5.3 MB view details)

Uploaded CPython 3.11Windows x86

gm-3.0.185-cp311-cp311-manylinux1_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.11

gm-3.0.185-cp310-cp310-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.10Windows x86-64

gm-3.0.185-cp310-cp310-win32.whl (5.3 MB view details)

Uploaded CPython 3.10Windows x86

gm-3.0.185-cp310-cp310-manylinux1_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.10

gm-3.0.185-cp39-cp39-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.9Windows x86-64

gm-3.0.185-cp39-cp39-win32.whl (5.3 MB view details)

Uploaded CPython 3.9Windows x86

gm-3.0.185-cp39-cp39-manylinux1_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.9

gm-3.0.185-cp38-cp38-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.8Windows x86-64

gm-3.0.185-cp38-cp38-win32.whl (5.3 MB view details)

Uploaded CPython 3.8Windows x86

gm-3.0.185-cp38-cp38-manylinux1_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.8

gm-3.0.185-cp37-cp37m-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.7mWindows x86-64

gm-3.0.185-cp37-cp37m-win32.whl (5.3 MB view details)

Uploaded CPython 3.7mWindows x86

gm-3.0.185-cp37-cp37m-manylinux1_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.7m

gm-3.0.185-cp36-cp36m-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.6mWindows x86-64

gm-3.0.185-cp36-cp36m-win32.whl (5.3 MB view details)

Uploaded CPython 3.6mWindows x86

gm-3.0.185-cp36-cp36m-manylinux1_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.6m

File details

Details for the file gm-3.0.185-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gm-3.0.185-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 406e0bd52c24ec7490bd63dd541960c64e825d5db3f19dcd932e31cff4526a00
MD5 4678ba4a02ee236ca5bfeab00008aa46
BLAKE2b-256 b1adada984aba415d23ef85f847ee4f1afd67a8106c8c89df797ea00b91e7059

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp314-cp314-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for gm-3.0.185-cp314-cp314-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3353bea7c58fce851aad0134560922fb72ba15ff220ae803af2cedb84d4756ae
MD5 f51da16c26b6caa1b77deb87075751ea
BLAKE2b-256 1f3b416e55db17421ef12cf7ed66b96e491ef0ed2cd36813558e3693b69e1fff

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gm-3.0.185-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7018bfdd4d3244b437fed4fd0ddc18743995843f180ee6f17744cf658c727013
MD5 36f750b3507c0747666cf9bb400b2cad
BLAKE2b-256 e01b33a01769ec0ba47a3038ee938472959018182564a52bfdec9ab1b89407d1

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp313-cp313-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for gm-3.0.185-cp313-cp313-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9db1e099318d19cdda0777632d8338794d69cabcacc7ffabf86b653242f736c0
MD5 ec2e55acfc883d6e1a92c772c79ac74f
BLAKE2b-256 c990c5014838052b89d6e2787e730639fe5c86e9bf5698e86cec95ce40bfbb1d

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gm-3.0.185-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6442cc011b359741e76083579d9517f77cc04f212a2a80352062a65404cfc969
MD5 9f65028be387b00bc59cc0db7d513a49
BLAKE2b-256 fe6202bb8f495fc7075c7e4b3a937532dbfc9bd911a2016a776562839c26f5b1

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp312-cp312-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for gm-3.0.185-cp312-cp312-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 003573c6c41c39e8eedbc604639b397729e2188a814e7f09bcf134464de76742
MD5 9b7e1f864efa453e06801c68c610807a
BLAKE2b-256 13b971f9537460c1014c42852dd784686684b42f75ef2d2cc47cd232608d9828

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gm-3.0.185-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 17f972331ff630083562ddc9b2022a6eab6493b95af1fac2adab139b769013c0
MD5 d0228b8d40e57a6204322bb5a8f4f07f
BLAKE2b-256 54d379c9c31fc73377fd0243b90fc4ad4078eff71f49124752ec280f535a9404

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp311-cp311-win32.whl.

File metadata

  • Download URL: gm-3.0.185-cp311-cp311-win32.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e70b69db50ed9fe05bd289eecd14be6015aaf92f78318419b7ac7ab4bc7d863a
MD5 496ef83690da721158b3ca902e93c7a2
BLAKE2b-256 652a211fc99dbf51ce0e2ca1ad128fd83b0dfe2741f9c3504000e76d13f8d0d1

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp311-cp311-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for gm-3.0.185-cp311-cp311-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8f5f095637132a14c2f0da9223067701b8fd656cbd750ee3cf4f4eb31b3c72a2
MD5 24829980ff8a68929327f7c46b949554
BLAKE2b-256 ff7bc136dad27c3dfb7d246fd656f02d73d8a7c1cd527c30392cc59203808d56

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gm-3.0.185-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 83aa8d6a3692f7050a681e948bebd3b959583c2d21d2a3ded8c9fc0e1fdb8853
MD5 382c7152d08fcafe06311519e33d1876
BLAKE2b-256 d2ae1f98764cdb5a7d5bfbe0eac1c434454a214ae3dc3e298f6c09676025856a

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp310-cp310-win32.whl.

File metadata

  • Download URL: gm-3.0.185-cp310-cp310-win32.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a923d1c36a01906da333f551d7bf8a4adf666b47380828dd9e4fe4b263f88140
MD5 a4a065b97294bbd5b741780aff05e534
BLAKE2b-256 6387adfea3b08366cb1cb58fd8589e454721517260d59259278ee41c696dec5a

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp310-cp310-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for gm-3.0.185-cp310-cp310-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1e340ee0ed3206e7b7b864b9dcaab718cdb15392c408c792b78d31c36206a088
MD5 180badc2b2d473b143fcd633d6843c6b
BLAKE2b-256 4a863df62a063d4d9d7be080b80b130c32852df68ecfb048f4ff8557e83e278f

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gm-3.0.185-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ce1dd670ef74ca92beeb1b7f94371702ee95412a12c9b996ba33656802d8dfd8
MD5 9a6c83b7babe2dc49b6b9531e102e6ea
BLAKE2b-256 562b49abab16db45bdb84113202aebb5758f5cef3dba46fc7b97bf1086eb0934

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp39-cp39-win32.whl.

File metadata

  • Download URL: gm-3.0.185-cp39-cp39-win32.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c0b55cd32932d2f99906496ddb14d7b3fa061b3b938b1cf1bbf65f55a23c6648
MD5 8e16f66c0e8ac44ba3bce6577d069113
BLAKE2b-256 6065b3c44b6e4f6f3fd9e9f7e5dce4c1b5a09237ce0b43eac3f4c2ed3ab9c0e9

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp39-cp39-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for gm-3.0.185-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 063e7aeb191b42c9fc7740214f05d8032ef93f72e05a6cf42f2d1c36608e6bb5
MD5 e8925a172442fdf3c8ed5ef38a1691ec
BLAKE2b-256 a61bfb3b280cc9e8006a4b89d445f0adc1862695f3b0a27fb48b8e2a03c345c3

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: gm-3.0.185-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1c13dd1f0538038ec6aa89d3e8791c97e57392533112c08c771dba51a0c9558d
MD5 e5a14a1fe3273b1a6a904bed98f00c2e
BLAKE2b-256 ccd5a513d49fd2462371eb624fe0840f7955e27bfbceed294336f27eabebe08d

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp38-cp38-win32.whl.

File metadata

  • Download URL: gm-3.0.185-cp38-cp38-win32.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 df26f95bbbd7814e4ca390ec593142ad4f1d0f545d9768951ea53cd682fbb281
MD5 65f48d8dc5df86e368d68e124915597f
BLAKE2b-256 08cb5fc79109caba5e7a200ffbd046aa40adc70e2e7e7edcc95746a9caee5d21

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp38-cp38-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for gm-3.0.185-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8260ec133e070f5959f69af04ef0c306c6e90dab86287edcda4b9df94f75a8bc
MD5 0404ad991b327053b3245d859a664bbf
BLAKE2b-256 d021b43b4db606c7d826ef7d384acef732a1ad6ff3c88354116f22802b490816

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: gm-3.0.185-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cb6563f3e1b11bbd099d47dc4f31fe2bb50822f17b60deab26f10550273f0a82
MD5 8097a4d5c4166c848c47f53e0097b0cb
BLAKE2b-256 7644d7c90f2bc26a92b97d12e6d5db8047655b100c28f6fbf3e43da2d77081a6

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp37-cp37m-win32.whl.

File metadata

  • Download URL: gm-3.0.185-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4a73d5dca72d4794be58c2fec9e8fa12a2addd6005d84903983aedd3f094ed86
MD5 224a4c55df839662c975b7b17d0964ef
BLAKE2b-256 9c9d10c14ca72abab872b348702b1abbf083da6c7d1c215d70012f5322feb586

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for gm-3.0.185-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 57e0d22c47f84f2265b58e1fe7089624c0e59d7712abb2da54865032349c7813
MD5 cb0e3798dd01171ef9ca162034f7f24c
BLAKE2b-256 f7b0ca2078de1f28185b272a58fce4988a127044a6c0086bc8da517333f9e69d

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: gm-3.0.185-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a6931f84f2c2bed9aad70907af63857c96af009a4309a4f17a6b47ca37209357
MD5 be7403da527ed93d77ff8dc973b29d37
BLAKE2b-256 40794104238fc285d3654d77e9ab9199b076f83c3ad9c6011651a8c345c72926

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp36-cp36m-win32.whl.

File metadata

  • Download URL: gm-3.0.185-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gm-3.0.185-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b1dab4d7833e5c8a811cc20f2622c1fb3e8901bdb86c2ac0ca0ef1b71896a2f4
MD5 901d1afb66d11c572341e6542905d9d1
BLAKE2b-256 566e267a326778ff3ca3bc6bc67327d8cc7547dae218cf7fe2c58c24b7cff35a

See more details on using hashes here.

File details

Details for the file gm-3.0.185-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for gm-3.0.185-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 678d54140216999cc5afb8ef2f38e9ee627659885f7eea0edf2494786fd0bba1
MD5 eec2ef59d93cd734cc17858526e7a7d8
BLAKE2b-256 061620440e265ea41f09e0c9c3c0fbc7224b7f4c5b7bbd3b9314305736ff0ce2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page