DjangoUniqueToolkit
What is DjangoUniqueToolkit?
DjangoUniqueToolkit is a Django library that takes the headache out of generating unique identifiers:
- Unique alphabets (A-Z, a-z)
- Unique natural numbers (non-negative integers)
- Unique usernames (gender-aware name pools + random digits)
All backed by Django models to ensure uniqueness in the database and avoid collisions.
Perfect for e-commerce platforms and any app where unique IDs matter.
Why DjangoUniqueToolkit?
- Model-backed uniqueness: No repeated IDs ever.
- Modular & Extensible: Build your own unique ID generators easily.
- Tested & Typed: Comes with solid Pytest coverage and type annotations.
- Supports Django 4.2+: Ready for modern Django projects.
License MIT License — See LICENSE for details.
Links GitHub: https://github.com/navidsoleymani/unique
PyPI: https://pypi.org/project/uniquetoolkit/
Author Navid Soleymani (Hydra) Email: navidsoleymani@ymail.com
Release files for DjangoUniqueToolkit 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djangouniquetoolkit-0.1.0.tar.gz | 11.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| djangouniquetoolkit-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.2 kB
Release files / djangouniquetoolkit-0.1.0.tar.gz
| Download URL | djangouniquetoolkit-0.1.0.tar.gz |
|---|---|
| Size | 11.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7b9e9a5751750b190970642fcdc52cf28fd2d746686a15e393939b0b1e9d2d0
|
|
BLAKE2b-256 checksum How to use checksums |
bd769025490ceb9d9a385a89f5b91a0c1ac4af856ecdf4f694bc93e975e34770
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.3
|
Release files / djangouniquetoolkit-0.1.0-py3-none-any.whl
| Download URL | djangouniquetoolkit-0.1.0-py3-none-any.whl |
|---|---|
| Size | 16.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
56031d9be203cad8d36d2b6515d24638acc95a505d8e6186f3967d282623edbd
|
|
BLAKE2b-256 checksum How to use checksums |
2c6648361a568fe3aa16a67b5ad4ebe7a838718b407f12e1344a294e3c510269
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.3
|