Skip to main content

掘金量化 掘金3 sdk

Project description

掘金量化

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

Changelog

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.184-cp313-cp313-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.13Windows x86-64

gm-3.0.184-cp313-cp313-manylinux1_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.13

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

gm-3.0.184-cp311-cp311-manylinux1_x86_64.whl (12.5 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

gm-3.0.184-cp310-cp310-manylinux1_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

gm-3.0.184-cp38-cp38-manylinux1_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

gm-3.0.184-cp37-cp37m-manylinux1_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6c52aadc32ff18bd1f61c11029b19f7829310559d39e97e121b0aec0eedcc7ff
MD5 2075c5ec9d100a54fae877c8b29d5464
BLAKE2b-256 372c480e75c944fd0a6c30502d8e25bd2c63d757140e44025eb8c4bf8db726c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gm-3.0.184-cp313-cp313-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 aa81fdb7766dc01756c2e2aef0a9f4a4af4499a636721ada8f3ac9c33fccd9e1
MD5 83fd8562ccb5153a756b26c16ad9298a
BLAKE2b-256 ce7beeabc06940d2922d7c7fcfa6ce39299735a94174d0d7a0f66e4056e6a8cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5f363421df987782c7530ae3c18f98d3313ad1b9b43201fce994406799fe26f1
MD5 319119b8dcb10223d90b11505469cce0
BLAKE2b-256 083e892adc24ecdd9926c680e910f5c243a102a5f2f2d600730ac0e9a40f2a9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gm-3.0.184-cp312-cp312-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cb287aff1b7d5df6a05a4e4d79b7a4c69793f3b366e55823e242c86b3fe0f12f
MD5 db5c012dac580ff38999001caf9b1bfd
BLAKE2b-256 02c37ec78d038449f449f348288d5723f80e01b22061b7cada258b2d88a7b259

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5054654532013c09448ceaffb091c1aca81672abb207fadfa346d908854329cf
MD5 c38e2dddd57afbf409b46bd4d05f39e5
BLAKE2b-256 04dab1749a30311e8fad9d4cb07a08219601f05a50a043ddb9fdf618cfb0f65b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d8231b07c75db16c12292f5f3b9e137742d06c9465ea067916d39e53cfbddc19
MD5 bf08e778e3b5f0ee5f4a380ec7ec745b
BLAKE2b-256 590f0e3ff8547c283570a076447bd8b5ab7494c4f3dfc49b153e412950e1abdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gm-3.0.184-cp311-cp311-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f283213e07cd755ddd46fc1b88db7fb8994bff01dba33b48c75ff22ae441e469
MD5 986a8a4e02ddc4407fd554bca84b41c9
BLAKE2b-256 f15cb85ff7bb8bb34b3a00dc917948b81af60dbb68073d502f01a547f7ba743c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9df7edd3f60f251d010295551c7fe7c61f63271a89b029c826286b696cffd072
MD5 3f93f1b881d61d9ebcb6bdb4b326e99c
BLAKE2b-256 ad5f3d0fc0e9b42a0c89fe5aa3d4379dbf00a6797d1a435d7054cf315cdf2d7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8534a9f7bdf066adbafc9327bd0e4381d44098bf7aa4005a104e3b4eead64f37
MD5 1242ac22589943d9bd66e4705b714fea
BLAKE2b-256 2f5ee6891f65b4e0e0ac54dc55c7bbeac64ad30aa5786cca989979d229bb930c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gm-3.0.184-cp310-cp310-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7975378a6c09e0ee29f27ca74ebe940854c8627d4802de8102fc3313e4327da4
MD5 20fe1e060156bc9fd376f89345ed1786
BLAKE2b-256 e227debce9d9937f595e099606b25b9c8b1c12220afbf264cb0717df90e0ea1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9d0adc1fbb6b5e1c820c96278d93edb30dc5ae444d3328fd131e658938327a4a
MD5 0b53da8a4740ac5959f5ec0f13ccaaf9
BLAKE2b-256 2b38d861873438fcdbfeb876fd27fde66f10f10891c4e8baf8ef02da9d93c122

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7565a2223dcc1680f73c1647406101684019c22706f167b0769cffebea108b6a
MD5 04e37cd6ea5a1cd383642bf3e41a2f25
BLAKE2b-256 46f9122ffe8a1a1990c895fda334771bce0a1638693164be4aeb353f94c2b2e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gm-3.0.184-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cd31c69659a5182c0e18cc7d3133b137a32ac04c50cbae93141c9b22056992d5
MD5 300cf502b4e604feeb9f5bb69ffe830f
BLAKE2b-256 c2c93ffd930d7831e9955db9f085ddd9294d4be1187df4d872924ccb2b7a3f05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 abbe330099035ae235ac4a04047d0aec0b88d79ddd097fde641566432cffcbc6
MD5 c6e24bdd5a2ac648440d6ebc95acce4d
BLAKE2b-256 b65de70058ed83d08cb2c44bbc3927eb8f4475fbac8c924eff7b608f9caefe0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 189c203fba97f4689e4d20aebde1ae80880b2dd7eb2717d4d6149c7a60ad1ed7
MD5 ec4df97c258475fb9bb92233c55794b7
BLAKE2b-256 469bb08b7e2681ec87610666b9642924f3995c228da5c21a6481629fb0c16e2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gm-3.0.184-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a06eae4b8f3844136c07dc759f329c9fc4593cd783988d2b7c05b2f765a231d9
MD5 52e67a30149c2126cfb74d69ee857988
BLAKE2b-256 efe1a299eb7a928fe63246fa530991c9c459f5f140e3e6b20204e3b726e59d06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a247c8cd07c2d2849c338f37586891d1f9f9ac38803795e7b9e98c314949fc6f
MD5 48d7580fad7e992e437631dad0e45e0c
BLAKE2b-256 4c3553280bbce7c21774f0da6b66f26711822be70a03456f24a53cd473ec21f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e3a39a77514bb45ab84a3295e7e53d2758a8ef3358b78075aa6153f6d8e2dd2f
MD5 2398a758286776a20d255f6f3263d3e7
BLAKE2b-256 118356badf26722bdce7e986b24783b37f4aef7f062c8c6a676ed072f30cbcb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gm-3.0.184-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6c5b59898fb081dc21095c4d3201915e4b2a0141442442de9470c17d2c90bf54
MD5 1c1ab98ef38452691cef160f93c27a36
BLAKE2b-256 b15a46cf3479bac6b773fc6058e723256b3f1c6464f48250e7ed6663db1b7060

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 50c79171d110258d7b369ebaebd7e0fe5ad0e74912f744b0e4050dcc39a4187a
MD5 997dbb5e10412c89e630e43ddeace56f
BLAKE2b-256 abf4927b94116549844c5a46a914f272439a7712387be1f3075ebf3a2cdac250

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gm-3.0.184-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.184-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 093350c08ad8f5815149136f019ae6d84dce761444775ddad1020eda2708c95e
MD5 28e503cf5198754e83ff9b9afc5c75be
BLAKE2b-256 16843d2ec915b928adfed76b522317e0745bb34daa994e66855eb2a767e194fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gm-3.0.184-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 541123b00bc03632e04852c83a6ac1cbe747d946aabdbee55f5d76b4686fc5d9
MD5 9e9dfe4e8bbbf565609cd2025c24b50e
BLAKE2b-256 63bdb2612406fe532aa9300e431c6d09115940c539b12d8ade7159988c07c6a3

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