Metadata-Version: 2.3
Name: django-prefixed-identity-field
Version: 1.2.0
Summary: A PrefixedIdentityField for django based on UUIDv7
Home-page: https://github.com/jleclanche/django-prefixed-identity-field
License: MIT
Author: Jerome Leclanche
Author-email: jerome@leclan.ch
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: base58 (>=2.1.1,<3.0.0)
Requires-Dist: django (>=5.1.5,<6.0.0)
Requires-Dist: uuid6 (>=2024.7.10,<2025.0.0)
Project-URL: Repository, https://github.com/jleclanche/django-prefixed-identity-field
Description-Content-Type: text/markdown

# django-prefixed-identity-field

A PrefixedIdentityField for django based on UUIDv7

