Metadata-Version: 2.1
Name: humid
Version: 0.2.0
Summary: Human Friendly UUIDs that are readable and pronounceable.
Keywords: readable,UUID,ID,human friendly,pronouncable,adjective,word,noun,generate
Author-Email: "W. Meijer" <houterm+humid@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Provides-Extra: dev
Provides-Extra: docs
Requires-Dist: pytest>=8.3.2; extra == "dev"
Requires-Dist: pre-commit>=3.5.0; extra == "dev"
Requires-Dist: uniplot>=0.14.1; extra == "dev"
Requires-Dist: mkdocs-material>=9.5.33; extra == "docs"
Requires-Dist: mkdocstrings-python>=1.10.9; extra == "docs"
Description-Content-Type: text/markdown

<a name="readme-top"></a>
[![Downloads](https://static.pepy.tech/badge/humid)](https://pepy.tech/project/humid)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![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="150" 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="#planned-improvements">Planned Improvements</a></li>
  </ol>
</details>

# About the Project

<div align="center">
    <img src=".readme/demo.gif" alt="alt text" width="1000" height="whatever">
</div>

`humid` makes it easy to generate **h**uman **r**eadable uu**id**'s (`hrid`'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
```sh
pip install humid
python -m humid
>> elegant-redfox-vkynw0OlJDxI15gcgdLmUn
```

Use in Python code
```python
from humid import hrid

uuid = hrid()
print(uuid)
>> elegant-redfox-vkynw0OlJDxI15gcgdLmUn
```

<!--
<div align="right">(<a href="#readme-top">back to top</a>)</div>


# Why humid?

-  -->


<div align="right">(<a href="#readme-top">back to top</a>)</div>

# Planned Improvements

- [ ] command line options
  - [ ] different types of hrid's
- [ ] setup script alias


<div align="right">(<a href="#readme-top">back to top</a>)</div>
