maxwin 框架的sdk
Project description
mwsdk
maxwin 团队常用的服务,包括 kong,rightmanage等,直接从 consul 中读取服务信息
Kong 的使用
from mwsdk import Kong
# 创建kong 服务
k = Kong()
# 向kong注册服务,需jwt认证
k.reg_service('monitor-srv/api/v1.0','192.168.101.88:8999',auth='jwt',kong_uris='monitor-srv/api')
# 向kong注册upstream和target,增加负载平衡
k.add_upstream_target('monitor-srv','192.168.101.88:8999',50)
k.add_upstream_target('monitor-srv','192.168.101.99:8888',50)
# 把upstream注册到kong,不需要认证
k.reg_service('monitor-srv/api/doc','monitor-srv',auth='',kong_uris='monitor-srv/doc')
Rightmanage的使用
from mwsdk import Rightmanage_inner
# Rightmanage为内网的权限服务,不需要认证
rm = Rightmanage_inner()
# 获取权限资料
status_code, rm_json = rm.permissions('maxwin_web','admin.id')
AIORightmanage_inner 的使用
支持async,方法同 Rightmanage
安装方法
pip install mwsdk
构建包命令
python -m build
pip install -e . # 本地安装包
python -m twine upload dist/*
Changes
0.3.2 (2025-01-10)
增加unhealthyd的配置
0.3.1 (2025-01-10)
支持kong 3.9.x的注册
0.2.13 (2020-05-20)
删除consul_agent_conf变量
0.2.11 (2019-06-26)
fix 访问 refresh-permissions错误
0.2.11 (2019-06-26)
fix 访问 refresh-permissions错误
0.2.10 (2019-06-25)
增加 refresh-permissions的功能
0.2.9 (2018-12-17)
取 Rightmanage_inner的配置时,near=True
0.2.8 (2018-12-17)
增加创建公司管理者用户的api
0.2.7 (2018-11-13)
增加 api auth-key 认证
0.2.4 (2018-10-25)
fix gbk error
0.2.3 (2018-10-25)
增加 kong.add_upstream_target,支持kong的upstream
0.2.0 (2018-09-29)
增加 AIORightmanage_inner和Rightmanage_inner 类
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
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 mwsdk-0.3.3.tar.gz.
File metadata
- Download URL: mwsdk-0.3.3.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d7fb059cebb33e74237baabd61e42ab0239b393782123120152044c60d57f3f
|
|
| MD5 |
3f7cd9075606975ebace14d3900513cd
|
|
| BLAKE2b-256 |
2592e9bc93662e45a40c06a589b554db0a5039ec29fdbf14425453dfa6a30c13
|
File details
Details for the file mwsdk-0.3.3-py3-none-any.whl.
File metadata
- Download URL: mwsdk-0.3.3-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f167c240fe0d023d14310b40fcc3d7dbeab0a3834698d7ad31fec3d00ed09d2
|
|
| MD5 |
cbc463d3a33d1416097ddd65943d4cfb
|
|
| BLAKE2b-256 |
8eac354f3695eb6836982cacf7dc5d029ba78cf8f654c9ca30d8fe2c40f03a5d
|