ID Generator
A package used to generate random ids of variable lengths and types.
How to use
After installing the package use following import:
from idgenerator import generate_password,generate_guid,generate_credit_card_number, generate_pin_number, generate_object_id
Then use following commands:
password = generate_password(length= 'your_desired_length')
guid = generate_guid()
credit_card_number = generate_credit_card_number(length='your_desired_length')
pin = generate_pin_number(length='your_desired_length')
objid = generate_object_id()
Release files for exodar 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| exodar-0.0.5.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| exodar-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.9 kB
Release files / exodar-0.0.5.tar.gz
| Download URL | exodar-0.0.5.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
87815cea42d3d82237c1f257b36d50ff91fe4a3be87fcbe31b79588e7399883b
|
|
BLAKE2b-256 checksum How to use checksums |
bc2ffeffcad8b0a9f57d3f2619962a8050d2fc49d52454c4b338acd59ce2bba0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.11
|
Release files / exodar-0.0.5-py3-none-any.whl
| Download URL | exodar-0.0.5-py3-none-any.whl |
|---|---|
| Size | 2.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
744b3a935ba7124cac9c24bc81c2b82caab6ab36839a79db0e284b341a70826a
|
|
BLAKE2b-256 checksum How to use checksums |
63d73d43528ceb39a9586d07b519dd82b57e135b45c5d1187605feb07ba1e088
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.11
|