A package to generate unique IDs
Project description
Unique ID Package
This package generates unique IDs similar to UUID, either as a string or digits only.
Installation
pip install unique_id_package
Usage
from unique_id_package import UniqueID
# Generate a unique ID as a string
unique_id = UniqueID.generate_id()
# Generate a unique ID as digits only
unique_id_digits = UniqueID.generate_id(digits_only=True)
License
This package is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unique_id_package-0.2.0.tar.gz.
File metadata
- Download URL: unique_id_package-0.2.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29aa38989953594f0a3b955d4db0726bd8f5a1861aa0db45503bd4c31e1c506a
|
|
| MD5 |
d37a84454044a57c42b5837c88b13755
|
|
| BLAKE2b-256 |
1ca9bd0f761411600c89dba1dc72fb361fffefe65383a751435410cb5a59b751
|
File details
Details for the file unique_id_package-0.2.0-py3-none-any.whl.
File metadata
- Download URL: unique_id_package-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9f64616f2335c607a4d240f69deadbbbf3c23270118d12e5a8dae0ad1c8d298
|
|
| MD5 |
b738ef8d261739c01a9d7cac569e009e
|
|
| BLAKE2b-256 |
d29ff41ff6b4c28c03cf18f94b0c6b4fea853f9e7d779d202ba0f30775184067
|