{"id":19283806,"url":"https://github.com/tencentblueking/bkpaas-python-sdk","last_synced_at":"2026-02-02T08:47:33.164Z","repository":{"id":38257711,"uuid":"390204635","full_name":"TencentBlueKing/bkpaas-python-sdk","owner":"TencentBlueKing","description":"蓝鲸 PaaS 平台 Python 工具集","archived":false,"fork":false,"pushed_at":"2024-10-29T08:10:07.000Z","size":1761,"stargazers_count":28,"open_issues_count":2,"forks_count":27,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-29T09:26:33.128Z","etag":null,"topics":["devops","paas","python","sdk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TencentBlueKing.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-28T03:49:58.000Z","updated_at":"2024-10-29T08:10:09.000Z","dependencies_parsed_at":"2023-12-01T08:30:00.609Z","dependency_job_id":"4a29b4eb-d77d-49f4-bd01-9f8496d90858","html_url":"https://github.com/TencentBlueKing/bkpaas-python-sdk","commit_stats":null,"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbkpaas-python-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbkpaas-python-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbkpaas-python-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbkpaas-python-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TencentBlueKing","download_url":"https://codeload.github.com/TencentBlueKing/bkpaas-python-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223888215,"owners_count":17220064,"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":["devops","paas","python","sdk"],"created_at":"2024-11-09T21:35:12.877Z","updated_at":"2026-02-02T08:47:33.106Z","avatar_url":"https://github.com/TencentBlueKing.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 蓝鲸 PaaS 平台 Python 工具集\n![](docs/images/bk_paas_zh.png)\n---\n[![license](https://img.shields.io/badge/license-mit-brightgreen.svg?style=flat)](LICENSE)\n[![blue-krill Release](https://img.shields.io/badge/blue--krill-1.0.5-brightgreen)](https://github.com/TencentBlueKing/bkpaas-python-sdk/releases)\n[![bkstorages Release](https://img.shields.io/badge/bkstorages-1.0.1-brightgreen)](https://github.com/TencentBlueKing/bkpaas-python-sdk/releases)\n[![bkapi-client-core Release](https://img.shields.io/badge/bkapi--client--core-1.1.0-brightgreen)](https://github.com/TencentBlueKing/bkpaas-python-sdk/releases)\n[![bkapi-component-open Release](https://img.shields.io/badge/bkapi--component--open-2.0.0-brightgreen)](https://github.com/TencentBlueKing/bkpaas-python-sdk/releases)\n[![apigw-manager Release](https://img.shields.io/badge/apigw--manager-1.0.0-brightgreen)](https://github.com/TencentBlueKing/bkpaas-python-sdk/releases)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/TencentBlueKing/bkpaas-python-sdkpulls)\n\n[English](readme_en.md) | 简体中文\n\n## 总览\n\n该工具集是一个包含了蓝鲸 PaaS/SaaS 开发通用的 Python SDK 合集，旨在为常见的开发场景提供最佳实践，避免无必要的重复设计、开发，提高代码复用性。\n\n## SDKs\n\n- [blue-krill](sdks/blue-krill/README.md) 常用 Python 工具包\n- [bkstorages](sdks/bkstorages/README.md) 帮助你在蓝鲸 Django 应用中轻松使用 ***蓝鲸制品库*** 和 [S3 对象存储](https://docs.ceph.com/en/latest/radosgw/s3/) ，支持加速静态资源，管理用户上传文件\n- [bkapi-client-core](sdks/bkapi-client-core/README.md) 蓝鲸云 API 客户端\n- [bkapi-component-open](sdks/bkapi-component-open/README.md) 蓝鲸组件 API 客户端\n- [apigw-manager](sdks/apigw-manager/README.md) 网关管理工具包\n- [bkpaas-auth](sdks/bkpaas-auth/README.md) 蓝鲸 PaaS 平台内部服务使用的用户鉴权模块\n- [paas-service](sdks/paas-service/README.md) 蓝鲸 PaaS 平台增强服务框架\n\n当前 SDK 均只支持 **Python 3.6+**\n\n## 蓝鲸社区\n- [BK-CMDB](https://github.com/Tencent/bk-cmdb): 蓝鲸配置平台（蓝鲸 CMDB）是一个面向资产及应用的企业级配置管理平台。\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\n## 贡献\n- 对于项目感兴趣，想一起贡献并完善项目请参阅[Contributing Guide](docs/CONTRIBUTING.md)。\n- [腾讯开源激励计划](https://opensource.tencent.com/contribution) 鼓励开发者的参与和贡献，期待你的加入。\n\n## 协议\n\n基于 MIT 协议， 详细请参考 [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencentblueking%2Fbkpaas-python-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftencentblueking%2Fbkpaas-python-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencentblueking%2Fbkpaas-python-sdk/lists"}