boss-1s/Generate UUID
Generates a UUID using the uuid module in python
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of UUID to use | yes | 4 |
| namespace | The UUID's namespace. Only applies to UUID versions 3 and 5. | no | — |
| name | Name to use to create a UUID. Only applies to UUID versions 3 and 5. | no | — |
Outputs
| name | description |
|---|---|
| uuid | The generated UUID |
| safe | The safeness of the UUID |