.. _nonstandard: ================= Nonstandard UUIDs ================= .. toctree:: :titlesonly: :hidden: nonstandard/version6 nonstandard/guid nonstandard/other Outside of `RFC 4122`_, other types of UUIDs are in-use, following rules of their own. Some of these are on their way to becoming accepted standards, while others have historical reasons for remaining valid today. Still, others are completely random and do not follow any rules. For these cases, ramsey/uuid provides a special functionality to handle these alternate, nonstandard forms. Version 6: Reordered Time This is a new version of UUID that combines the features of a :ref:`version 1 UUID <rfc4122.version1>` with a *monotonically increasing* UUID. For more details, see :ref:`nonstandard.version6`. Globally Unique Identifiers (GUIDs) A globally unique identifier, or GUID, is often used as a synonym for UUID. A key difference is the order of the bytes. Any `RFC 4122`_ version UUID may be represented as a GUID. For more details, see :ref:`nonstandard.guid`. Other Nonstandard UUIDs Sometimes, UUID string or byte representations don't follow `RFC 4122`_. Rather than reject these identifiers, ramsey/uuid returns them with the special Nonstandard\\Uuid instance type. For more details, see :ref:`nonstandard.other`. .. _RFC 4122: https://tools.ietf.org/html/rfc4122
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
_static | Folder | 0755 |
|
|
customize | Folder | 0755 |
|
|
nonstandard | Folder | 0755 |
|
|
reference | Folder | 0755 |
|
|
rfc4122 | Folder | 0755 |
|
|
upgrading | Folder | 0755 |
|
|
.gitignore | File | 9 B | 0644 |
|
Makefile | File | 654 B | 0644 |
|
README.md | File | 771 B | 0644 |
|
conf.py | File | 3.32 KB | 0644 |
|
copyright.rst | File | 375 B | 0644 |
|
customize.rst | File | 2.3 KB | 0644 |
|
database.rst | File | 8.12 KB | 0644 |
|
faq.rst | File | 5.35 KB | 0644 |
|
index.rst | File | 1.22 KB | 0644 |
|
introduction.rst | File | 1012 B | 0644 |
|
nonstandard.rst | File | 1.42 KB | 0644 |
|
quickstart.rst | File | 3.94 KB | 0644 |
|
reference.rst | File | 837 B | 0644 |
|
requirements.txt | File | 72 B | 0644 |
|
rfc4122.rst | File | 2.59 KB | 0644 |
|
testing.rst | File | 6.11 KB | 0644 |
|
tidelift.rst | File | 3.14 KB | 0644 |
|
upgrading.rst | File | 167 B | 0644 |
|