You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2022/08/08 17:28:03 UTC

[GitHub] [libcloud] danielshahaf opened a new issue, #1739: Machine-parseable version number

danielshahaf opened a new issue, #1739:
URL: https://github.com/apache/libcloud/issues/1739

   ## 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).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [libcloud] aarushisoni commented on issue #1739: Machine-parseable version number

Posted by GitBox <gi...@apache.org>.
aarushisoni commented on issue #1739:
URL: https://github.com/apache/libcloud/issues/1739#issuecomment-1240398802

   Hi my name is Aarushi Soni . I want to contribute to this issue . Is this issue still open ? I am first time contributor . Please guide me through this process.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [libcloud] Kami commented on issue #1739: Machine-parseable version number

Posted by GitBox <gi...@apache.org>.
Kami commented on issue #1739:
URL: https://github.com/apache/libcloud/issues/1739#issuecomment-1240525481

   @danielshahaf Thanks for submitting this feature request.
   
   This request seems reasonable to me.
   
   Do you happen to know how other libraries handle that? Most of the libraries I'm aware of just set ``<package>.__version__`` to the version string in the same way Libcloud does it.
   
   Is there some common / preferred way of setting a version tuple, e.g. ``<package>.__version__tuple__`` or similar?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org