This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add command-line functionality to uuid module
Type: enhancement Stage: patch review
Components: Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ephenix, erlendaasland, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2021-06-16 04:14 by ephenix, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 26751 open ephenix, 2021-06-16 04:20
Messages (2)
msg395906 - (view) Author: Eric Phenix (ephenix) * Date: 2021-06-16 04:14
Suggested functionality:

> python -m uuid
> b9aa5a06-e2cd-4c26-b26b-1590f01ea996
msg395967 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2021-06-16 21:56
I think it would be a useful feature.

But would not be better to make interface similar to interface of standard Linux command uuidgen? In any case it should support the -h or --help options.
History
Date User Action Args
2022-04-11 14:59:46adminsetgithub: 88597
2021-06-16 22:06:09erlendaaslandsetnosy: + erlendaasland
2021-06-16 21:56:42serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg395967
2021-06-16 04:20:41ephenixsetkeywords: + patch
stage: patch review
pull_requests: + pull_request25336
2021-06-16 04:14:46ephenixcreate