{"id":19283771,"url":"https://github.com/tencentblueking/iam-python-sdk","last_synced_at":"2025-04-09T06:10:29.064Z","repository":{"id":41957811,"uuid":"341057493","full_name":"TencentBlueKing/iam-python-sdk","owner":"TencentBlueKing","description":"python sdk for bk-iam","archived":false,"fork":false,"pushed_at":"2025-03-07T09:09:12.000Z","size":330,"stargazers_count":19,"open_issues_count":7,"forks_count":25,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T18:21:28.690Z","etag":null,"topics":["bk-iam","devops","iam","sdk","sdk-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TencentBlueKing.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-22T02:30:58.000Z","updated_at":"2024-07-14T18:51:50.000Z","dependencies_parsed_at":"2023-01-21T21:49:23.516Z","dependency_job_id":"420ed942-224e-4611-8906-d6cfe324d550","html_url":"https://github.com/TencentBlueKing/iam-python-sdk","commit_stats":{"total_commits":73,"total_committers":9,"mean_commits":8.11111111111111,"dds":"0.26027397260273977","last_synced_commit":"e17bdb2a1d56991221c39c604c8c540709863689"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fiam-python-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fiam-python-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fiam-python-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fiam-python-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TencentBlueKing","download_url":"https://codeload.github.com/TencentBlueKing/iam-python-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987285,"owners_count":21028895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bk-iam","devops","iam","sdk","sdk-python"],"created_at":"2024-11-09T21:34:59.513Z","updated_at":"2025-04-09T06:10:29.032Z","avatar_url":"https://github.com/TencentBlueKing.png","language":"Python","readme":"![](docs/resource/img/bk_iam_zh.png)\n---\n\n[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/TencentBlueKing/iam-python-sdk/blob/master/LICENSE.txt) [![Release Version](https://img.shields.io/badge/release-1.3.6-brightgreen.svg)](https://github.com/TencentBlueKing/iam-python-sdk/releases) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/TencentBlueKing/iam-python-sdk/pulls) [![BK Pipelines Status](https://api.bkdevops.qq.com/process/api/external/pipelines/projects/iam/p-5c359e750bb9457984ab84656651d843/badge?X-DEVOPS-PROJECT-ID=iam)](http://devops.oa.com/process/api-html/user/builds/projects/iam/pipelines/p-5c359e750bb9457984ab84656651d843/latestFinished?X-DEVOPS-PROJECT-ID=iam)\n\n[(English Documents Available)](readme_en.md)\n\n## Overview\n\niam-python-sdk 是蓝鲸权限中心(BK-IAM)提供的用于快速接入权限体系的python SDK\n\n## Features\n\n- [Basic] 兼容Python2/Python3\n- [Basic] 完备的单元测试\n- [Basic] 支持debug调试完整流程\n- [IAM] 支持条件表达式求值: 策略查询/鉴权\n- [IAM] 支持条件表达式解析: 转换成Django QuerySet及SQL语句\n- [IAM] 获取无权限申请跳转URL\n- [IAM] 支持批量资源鉴权 / 支持批量资源批量action是否有权限判断\n- [Contrib] Django IAM Migration, 整合iam模型migration到Django Migration\n- [Contrib] Resource API Framework, 协助构建需要提供给IAM调用的Resource API\n- [Contrib] 支持tastypie\n\n## Getting started\n\n### Installation\n\n```\n$ pip install bk-iam\n```\n\n### Usage\n\n- [使用文档](docs/usage.md)\n\n## Roadmap\n\n- [版本日志](release.md)\n\n## IAM Repos\n\n- [TencentBlueKing/bk-iam](https://github.com/TencentBlueKing/bk-iam)\n- [TencentBlueKing/bk-iam-saas](https://github.com/TencentBlueKing/bk-iam-saas)\n- [TencentBlueKing/bk-iam-search-engine](https://github.com/TencentBlueKing/bk-iam-search-engine)\n- [TencentBlueKing/bk-iam-cli](https://github.com/TencentBlueKing/bk-iam-cli)\n- [TencentBlueKing/iam-python-sdk](https://github.com/TencentBlueKing/iam-python-sdk)\n- [TencentBlueKing/iam-go-sdk](https://github.com/TencentBlueKing/iam-go-sdk)\n- [TencentBlueKing/iam-php-sdk](https://github.com/TencentBlueKing/iam-php-sdk)\n- [TencentBlueKing/iam-java-sdk](https://github.com/TencentBlueKing/iam-java-sdk)\n\n## Support\n\n- [蓝鲸论坛](https://bk.tencent.com/s-mart/community)\n- [蓝鲸 DevOps 在线视频教程](https://bk.tencent.com/s-mart/video/)\n- 联系我们，技术交流QQ群：\n\n\u003cimg src=\"https://github.com/Tencent/bk-PaaS/raw/master/docs/resource/img/bk_qq_group.png\" width=\"250\" hegiht=\"250\" align=center /\u003e\n\n\n## BlueKing Community\n\n- [BK-CI](https://github.com/Tencent/bk-ci)：蓝鲸持续集成平台是一个开源的持续集成和持续交付系统，可以轻松将你的研发流程呈现到你面前。\n- [BK-BCS](https://github.com/Tencent/bk-bcs)：蓝鲸容器管理平台是以容器技术为基础，为微服务业务提供编排管理的基础服务平台。\n- [BK-PaaS](https://github.com/Tencent/bk-PaaS)：蓝鲸PaaS平台是一个开放式的开发平台，让开发者可以方便快捷地创建、开发、部署和管理SaaS应用。\n- [BK-SOPS](https://github.com/Tencent/bk-sops)：标准运维（SOPS）是通过可视化的图形界面进行任务流程编排和执行的系统，是蓝鲸体系中一款轻量级的调度编排类SaaS产品。\n- [BK-CMDB](https://github.com/Tencent/bk-cmdb)：蓝鲸配置平台是一个面向资产及应用的企业级配置管理平台。\n\n## Contributing\n\n如果你有好的意见或建议，欢迎给我们提 Issues 或 Pull Requests，为蓝鲸开源社区贡献力量。\n\n## License\n\n基于 MIT 协议， 详细请参考[LICENSE](LICENSE.txt)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencentblueking%2Fiam-python-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftencentblueking%2Fiam-python-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencentblueking%2Fiam-python-sdk/lists"}