Machine-parseable version number
未关闭
feature request
- 主要语言
- Python
- 星标
- 2.1k
- 派生
- 931
- 平均合并
- 1 天 2 小时
- 30 天内合并 PR
- 4
描述
## Feature Request
Please consider adding a tuple version of `libcloud.__version__`, so library consumers would be able to easily do comparisons and so on. Compare `sys.version` (string) and `sys.version_info` (named tuple).
贡献指南
调研方向
首先定位 libcloud.__version__ 的定义位置,并检查版本信息是如何公开和测试的。将现有字符串值与 Python 的 sys.version_info 模型进行比较,然后验证新增的元组形式支持直接比较,同时不改变现有值。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- developer-experience
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100