https://github.com/tencentblueking/iam-python-sdk
python sdk for bk-iam
https://github.com/tencentblueking/iam-python-sdk
bk-iam devops iam sdk sdk-python
Last synced: 6 months ago
JSON representation
python sdk for bk-iam
- Host: GitHub
- URL: https://github.com/tencentblueking/iam-python-sdk
- Owner: TencentBlueKing
- License: other
- Created: 2021-02-22T02:30:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T09:09:12.000Z (7 months ago)
- Last Synced: 2025-04-01T18:21:28.690Z (6 months ago)
- Topics: bk-iam, devops, iam, sdk, sdk-python
- Language: Python
- Homepage:
- Size: 322 KB
- Stars: 19
- Watchers: 3
- Forks: 25
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: License.txt
Awesome Lists containing this project
README

---[](https://github.com/TencentBlueKing/iam-python-sdk/blob/master/LICENSE.txt) [](https://github.com/TencentBlueKing/iam-python-sdk/releases) [](https://github.com/TencentBlueKing/iam-python-sdk/pulls) [](http://devops.oa.com/process/api-html/user/builds/projects/iam/pipelines/p-5c359e750bb9457984ab84656651d843/latestFinished?X-DEVOPS-PROJECT-ID=iam)
[(English Documents Available)](readme_en.md)
## Overview
iam-python-sdk 是蓝鲸权限中心(BK-IAM)提供的用于快速接入权限体系的python SDK
## Features
- [Basic] 兼容Python2/Python3
- [Basic] 完备的单元测试
- [Basic] 支持debug调试完整流程
- [IAM] 支持条件表达式求值: 策略查询/鉴权
- [IAM] 支持条件表达式解析: 转换成Django QuerySet及SQL语句
- [IAM] 获取无权限申请跳转URL
- [IAM] 支持批量资源鉴权 / 支持批量资源批量action是否有权限判断
- [Contrib] Django IAM Migration, 整合iam模型migration到Django Migration
- [Contrib] Resource API Framework, 协助构建需要提供给IAM调用的Resource API
- [Contrib] 支持tastypie## Getting started
### Installation
```
$ pip install bk-iam
```### Usage
- [使用文档](docs/usage.md)
## Roadmap
- [版本日志](release.md)
## IAM Repos
- [TencentBlueKing/bk-iam](https://github.com/TencentBlueKing/bk-iam)
- [TencentBlueKing/bk-iam-saas](https://github.com/TencentBlueKing/bk-iam-saas)
- [TencentBlueKing/bk-iam-search-engine](https://github.com/TencentBlueKing/bk-iam-search-engine)
- [TencentBlueKing/bk-iam-cli](https://github.com/TencentBlueKing/bk-iam-cli)
- [TencentBlueKing/iam-python-sdk](https://github.com/TencentBlueKing/iam-python-sdk)
- [TencentBlueKing/iam-go-sdk](https://github.com/TencentBlueKing/iam-go-sdk)
- [TencentBlueKing/iam-php-sdk](https://github.com/TencentBlueKing/iam-php-sdk)
- [TencentBlueKing/iam-java-sdk](https://github.com/TencentBlueKing/iam-java-sdk)## Support
- [蓝鲸论坛](https://bk.tencent.com/s-mart/community)
- [蓝鲸 DevOps 在线视频教程](https://bk.tencent.com/s-mart/video/)
- 联系我们,技术交流QQ群:
## BlueKing Community
- [BK-CI](https://github.com/Tencent/bk-ci):蓝鲸持续集成平台是一个开源的持续集成和持续交付系统,可以轻松将你的研发流程呈现到你面前。
- [BK-BCS](https://github.com/Tencent/bk-bcs):蓝鲸容器管理平台是以容器技术为基础,为微服务业务提供编排管理的基础服务平台。
- [BK-PaaS](https://github.com/Tencent/bk-PaaS):蓝鲸PaaS平台是一个开放式的开发平台,让开发者可以方便快捷地创建、开发、部署和管理SaaS应用。
- [BK-SOPS](https://github.com/Tencent/bk-sops):标准运维(SOPS)是通过可视化的图形界面进行任务流程编排和执行的系统,是蓝鲸体系中一款轻量级的调度编排类SaaS产品。
- [BK-CMDB](https://github.com/Tencent/bk-cmdb):蓝鲸配置平台是一个面向资产及应用的企业级配置管理平台。## Contributing
如果你有好的意见或建议,欢迎给我们提 Issues 或 Pull Requests,为蓝鲸开源社区贡献力量。
## License
基于 MIT 协议, 详细请参考[LICENSE](LICENSE.txt)