{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/21"}],"enrichment":{"capability":"Generates random Heroku-style names composed of adjectives, nouns, and optional numeric or hex tokens, with configurable delimiters and character sets.","skillfed_tags":["name-generation","random-identifiers"],"use_cases":["Generate unique container or instance names for deployment and orchestration systems","Create memorable temporary identifiers for test fixtures, sessions, or temporary resources","Produce readable slugs or identifiers for user-facing features like temporary URLs or invite codes","Name temporary files, logs, or artifacts in CI/CD pipelines where human readability aids debugging"],"what_it_does":"Haikunator generates random, human-readable names in the style of Heroku's naming scheme\u2014combining a random adjective, noun, and numeric or hex token separated by a delimiter. It's a lightweight utility with no external dependencies, designed for use cases where you need to generate unique but pronounceable identifiers quickly.\n\nThe package exposes a single `Haikunate` class with one main method, `haikunate()`, which accepts parameters to customize the token format (numeric, hexadecimal, or custom characters), token length, delimiter, and the word lists themselves. It supports optional seeding for reproducible output.","worth_installing":"Yes, if you need a simple, dependency-free random name generator and can accept that the package is no longer maintained. The core functionality is stable and unlikely to break for basic use cases, but do not rely on it for new Python versions or expect bug fixes. For active projects, consider whether a maintained alternative better suits your risk tolerance."},"id":"haikunator","links":{"html":"https://skillfed.io/packages/haikunator","md":"https://skillfed.io/packages/haikunator.md","pypi":"https://pypi.org/project/haikunator/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2016-09-20","license_spdx":null,"license_treatment":"permissive","name":"haikunator","python_support":"unspecified","summary":"Heroku-like random name generator for python."},"popularity":{"monthly_downloads":93095,"position":13400,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.1.0"}
