You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for this lib, it’s really useful to generate unique IDs painlessly.
Often I want to generate a bunch of values, for example to define object IDs in test fixtures. It’s easy enough to open a Python shell to do that, but would be even easier with a command-line interface 🙂
Hello! Thanks for this lib, it’s really useful to generate unique IDs painlessly.
Often I want to generate a bunch of values, for example to define object IDs in test fixtures. It’s easy enough to open a Python shell to do that, but would be even easier with a command-line interface 🙂
Simplest version:
Featureful version: add params to control length [*] and number of IDs to generate.
*: I’m not sure if this should use ShortUUID.random or uuid+truncate
The text was updated successfully, but these errors were encountered: