Democritus functions for working with uuids.
Project description
Democritus Uuids
Democritus functions[1] for working with uuids.
[1] Democritus functions are simple, effective, modular, well-tested, and well-documented Python functions.
We use d8s
(pronounced "dee-eights") as an abbreviation for democritus
(you can read more about this here).
Installation
pip install d8s-uuids
Usage
You import the library like:
from d8s_uuids import *
Once imported, you can use any of the functions listed below.
Functions
-
def uuid4_examples(n: int = 10, *, uuids_as_strings: bool = True) -> Union[List[str], List[uuid.UUID]]: """Create n uuids."""
-
def uuid4() -> str: """Create a random UUID."""
-
def uuid3(name: str, *, namespace: Optional[uuid.UUID] = None) -> str: """Create a random uuid based on the given name."""
-
def uuid5(name: str, *, namespace: Optional[uuid.UUID] = None) -> str: """Create a random uuid based on the given name."""
-
def is_uuid(possible_uuid: Union[str, uuid.UUID], *, version: Optional[int] = None) -> bool: """Return whether or not the possible_uuid is a uuid."""
Development
👋 If you want to get involved in this project, we have some short, helpful guides below:
If you have any questions or there is anything we did not cover, please raise an issue and we'll be happy to help.
Credits
This package was created with Cookiecutter and Floyd Hightower's Python project template.
Project details
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
Hashes for d8s_uuids-0.6.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8aa71fdf60dcdb26949643971734e25b5acfcb17e115bad345d9247b5855b7f5 |
|
MD5 | c90fca1f5561e2a5c1f8048923c952f5 |
|
BLAKE2b-256 | d9937713481aca13fd7e4056edad921e29c996a1a455e21893b03a076bb50ab0 |