Machine-parseable version number
Open
feature request
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 931
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 4
Description
## 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).
Contributor guide
Research direction
Start by locating where libcloud.__version__ is defined and inspect how version information is exposed and tested. Compare the existing string value with Python's sys.version_info model, then verify that the added tuple form supports straightforward comparisons without changing the existing value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100