<a name="readme-top"></a>
[![text](https://img.shields.io/pypi/v/humid?logo=python&logoColor=%23cccccc)]([cccccc](https://pypi.org/project/humid/))
[![Downloads](https://static.pepy.tech/badge/humid)](https://pepy.tech/project/humid)
![tests](https://github.com/h0uter/humid/workflows/Test/badge.svg)
[![PDM](https://camo.githubusercontent.com/2f56a2dc4c9b19beec5347774a078871a81e00d624a51fe9cc20a8ae8ac4e957/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d687474707325334125324625324663646e2e6a7364656c6976722e6e6574253246676825324670646d2d70726f6a6563742532462e67697468756225324662616467652e6a736f6e)](https://pdm-project.org/en/latest/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://pre-commit.com/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)
<!-- PROJECT LOGO -->
<br />
<div align="center">
<div align="center">
<!-- <img src=".readme/the logo.png" alt="alt text" width="250" height="whatever"> -->
<img src="https://raw.githubusercontent.com/h0uter/humid/main/.readme/the%20logo.png" alt="alt text" width="250" height="whatever">
</div>
<!-- <h3 align="center">humid</h3> -->
<p align="center">
Human Friendly UUIDs
<br />
<a href="https://h0uter.github.io/humid"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/h0uter/humid/issues/new?labels=bug&title=New+bug+report">Report Bug</a>
·
<a href="https://github.com/h0uter/humid/issues/new?labels=enhancement&title=New+feature+request">Request Feature</a>
</p>
</div>
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
<ol>
<li><a href="#about-the-project">About the Project</a></li>
<li><a href="#quickstart">Quickstart</a></li>
<li><a href="#why-humid">Why humid?</a></li>
</ol>
</details>
# About the Project
<div align="center">
<img src="https://raw.githubusercontent.com/h0uter/humid/main/.readme/demo.gif" alt="alt text" width="1000" height="whatever">
</div>
`humid` makes it easy to generate **h**uman **F**riendly uu**id**'s (`hfid`'s) that are readable and pronounceable. Creation follows the pattern: `{ADJECTIVE}-{ANIMAL|POKEMON}-{UUID*22}`.
<div align="right">(<a href="#readme-top">back to top</a>)</div>
# Quickstart
Install and run from shell
```sh
> pip install humid
> python -m humid
archaic-goose-y8yMIYjt91V8cejIxMa6G4
# or
> humid
archaic-goose-y8yMIYjt91V8cejIxMa6G4
```
Use in Python code
```python
>> from humid import hfid
>> uuid = hfid()
>> print(uuid)
archaic-goose-y8yMIYjt91V8cejIxMa6G4
```
<div align="right">(<a href="#readme-top">back to top</a>)</div>
# Why humid?
- **Improved Usability and Readability::** Human-readable IDs are easier to remember, recognize, and type compared to traditional IDs (like UUIDs or hashes). For example, instead of dealing with an ID like `4f52a6c7-e938-4d5e-9ad6-d89d62c7a90b`, a human-readable ID such as `archaic-goose-y8yMIYjt91V8cejIxMa6G4` is far more user-friendly.
- **Enhanced Communication::** When IDs are readable, they can be easily communicated over different channels, such as spoken language, emails, or text messages. This is especially useful in contexts like customer support or during collaborative work sessions, where team members need to quickly and accurately communicate specific IDs.
<div align="right">(<a href="#readme-top">back to top</a>)</div>
Raw data
{
"_id": null,
"home_page": null,
"name": "humid",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "UUID, ID, identifier, unique, readable, human friendly, pronouncable, adjective, word, noun",
"author": null,
"author_email": "\"W. Meijer\" <houterm+humid@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/d0/d7/cb91b39ea419e6bc4ee564cc4fed6989c548a1155ad63a6e8375af603fad/humid-0.3.1.tar.gz",
"platform": null,
"description": "<a name=\"readme-top\"></a>\n[![text](https://img.shields.io/pypi/v/humid?logo=python&logoColor=%23cccccc)]([cccccc](https://pypi.org/project/humid/))\n[![Downloads](https://static.pepy.tech/badge/humid)](https://pepy.tech/project/humid)\n![tests](https://github.com/h0uter/humid/workflows/Test/badge.svg)\n[![PDM](https://camo.githubusercontent.com/2f56a2dc4c9b19beec5347774a078871a81e00d624a51fe9cc20a8ae8ac4e957/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d687474707325334125324625324663646e2e6a7364656c6976722e6e6574253246676825324670646d2d70726f6a6563742532462e67697468756225324662616467652e6a736f6e)](https://pdm-project.org/en/latest/)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://pre-commit.com/)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)\n\n<!-- PROJECT LOGO -->\n\n<br />\n<div align=\"center\">\n <div align=\"center\">\n <!-- <img src=\".readme/the logo.png\" alt=\"alt text\" width=\"250\" height=\"whatever\"> -->\n <img src=\"https://raw.githubusercontent.com/h0uter/humid/main/.readme/the%20logo.png\" alt=\"alt text\" width=\"250\" height=\"whatever\">\n </div>\n <!-- <h3 align=\"center\">humid</h3> -->\n\n <p align=\"center\">\n Human Friendly UUIDs\n <br />\n <a href=\"https://h0uter.github.io/humid\"><strong>Explore the docs \u00bb</strong></a>\n <br />\n <br />\n <a href=\"https://github.com/h0uter/humid/issues/new?labels=bug&title=New+bug+report\">Report Bug</a>\n \u00b7\n <a href=\"https://github.com/h0uter/humid/issues/new?labels=enhancement&title=New+feature+request\">Request Feature</a>\n </p>\n</div>\n\n<!-- TABLE OF CONTENTS -->\n<details>\n <summary>Table of Contents</summary>\n <ol>\n <li><a href=\"#about-the-project\">About the Project</a></li>\n <li><a href=\"#quickstart\">Quickstart</a></li>\n <li><a href=\"#why-humid\">Why humid?</a></li>\n </ol>\n</details>\n\n# About the Project\n\n<div align=\"center\">\n <img src=\"https://raw.githubusercontent.com/h0uter/humid/main/.readme/demo.gif\" alt=\"alt text\" width=\"1000\" height=\"whatever\">\n</div>\n\n`humid` makes it easy to generate **h**uman **F**riendly uu**id**'s (`hfid`'s) that are readable and pronounceable. Creation follows the pattern: `{ADJECTIVE}-{ANIMAL|POKEMON}-{UUID*22}`.\n\n<div align=\"right\">(<a href=\"#readme-top\">back to top</a>)</div>\n\n# Quickstart\n\nInstall and run from shell\n\n```sh\n> pip install humid\n> python -m humid\narchaic-goose-y8yMIYjt91V8cejIxMa6G4\n# or\n> humid\narchaic-goose-y8yMIYjt91V8cejIxMa6G4\n```\n\nUse in Python code\n\n```python\n>> from humid import hfid\n\n>> uuid = hfid()\n>> print(uuid)\narchaic-goose-y8yMIYjt91V8cejIxMa6G4\n```\n\n<div align=\"right\">(<a href=\"#readme-top\">back to top</a>)</div>\n\n# Why humid?\n\n- **Improved Usability and Readability::** Human-readable IDs are easier to remember, recognize, and type compared to traditional IDs (like UUIDs or hashes). For example, instead of dealing with an ID like `4f52a6c7-e938-4d5e-9ad6-d89d62c7a90b`, a human-readable ID such as `archaic-goose-y8yMIYjt91V8cejIxMa6G4` is far more user-friendly.\n\n- **Enhanced Communication::** When IDs are readable, they can be easily communicated over different channels, such as spoken language, emails, or text messages. This is especially useful in contexts like customer support or during collaborative work sessions, where team members need to quickly and accurately communicate specific IDs.\n\n<div align=\"right\">(<a href=\"#readme-top\">back to top</a>)</div>\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Human Friendly UUIDs that are readable and pronounceable.",
"version": "0.3.1",
"project_urls": null,
"split_keywords": [
"uuid",
" id",
" identifier",
" unique",
" readable",
" human friendly",
" pronouncable",
" adjective",
" word",
" noun"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e6f1f9eceb1200c2f648e3e3c69b8222ca04a472f228bcd1b130c7bc8eb899b1",
"md5": "fe4aa8effe055455a35df6ad28106b4c",
"sha256": "1a1bb3dbbd38271879094abd21db0e33139f795d6e02825f86854f9aecff6dba"
},
"downloads": -1,
"filename": "humid-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fe4aa8effe055455a35df6ad28106b4c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 15317,
"upload_time": "2024-09-09T12:39:15",
"upload_time_iso_8601": "2024-09-09T12:39:15.209471Z",
"url": "https://files.pythonhosted.org/packages/e6/f1/f9eceb1200c2f648e3e3c69b8222ca04a472f228bcd1b130c7bc8eb899b1/humid-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d0d7cb91b39ea419e6bc4ee564cc4fed6989c548a1155ad63a6e8375af603fad",
"md5": "ebc609e5f59b6d3b5b92fd4ccc116dcd",
"sha256": "f8f0574dee17762e6321bcdbfdf44981b88f7b4adba40c562afffc8879edf1e1"
},
"downloads": -1,
"filename": "humid-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "ebc609e5f59b6d3b5b92fd4ccc116dcd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 16933,
"upload_time": "2024-09-09T12:39:16",
"upload_time_iso_8601": "2024-09-09T12:39:16.202862Z",
"url": "https://files.pythonhosted.org/packages/d0/d7/cb91b39ea419e6bc4ee564cc4fed6989c548a1155ad63a6e8375af603fad/humid-0.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-09 12:39:16",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "humid"
}