# python-cccolutils **Repository Path**: src-openeuler/python-cccolutils ## Basic Information - **Project Name**: python-cccolutils - **Description**: 本项目已经迁移至 AtomGit || This project has been migrated to AtomGit || Linked: https://atomgit.com/src-openeuler/python-cccolutils - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-30 - **Last Updated**: 2025-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: sig-python-modules ## README # Notice: This project has been migrated to [AtomGit](https://atomgit.com/src-openeuler/python-cccolutils) # 通知: 本项目已经正式迁移至 [AtomGit](https://atomgit.com/src-openeuler/python-cccolutils) 平台 # python-cccolutils #### 介绍 This module provides Kerberos 5 credential cache collection utilities for Python. When a user authenticates to a Kerberos realm, the user has a short-lived credential in a cache. You can use this cccolutils module to easily determine if the user has any valid Kerberos credentials, or what the username is for a particular Kerberos realm. #### 软件架构 软件架构说明 #### 安装教程 1. `rpmdev-setuptree && cp CCColUtils-1.5.tar.gz ~/rpmbuild/SOURCES/` 2. `rpmbuild -ba python-cccolutils.spec` 3. `rpm -i ~/rpmbuild/RPMS/YOUR_ARCH/python3-CCColUtils-1.5-1.YOUR_ARCH.rpm` #### 使用说明 1. `import cccolutils` 2. `cccolutils.has_creds()` 3. `cccolutils.get_user_for_realm(...)` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)