{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/10"}],"enrichment":{"capability":"Generates random word-based slugs with customizable parts of speech, word categories, and output formats (kebab-case, snake_case, camelCase).","skillfed_tags":["slug-generation","test-data","identifier-generation"],"use_cases":["Generate memorable temporary identifiers for test fixtures or demo data in development workflows.","Create human-readable slugs for URLs or API endpoints instead of numeric IDs.","Produce reproducible random names for CI/CD pipelines or batch jobs by setting a seed.","Build random usernames or project names with semantic constraints (e.g., adjective + animal)."],"what_it_does":"random-slugs generates random, human-readable identifiers by combining words from curated lists. It lets you choose which parts of speech to include (adjectives, nouns), filter by semantic categories (e.g., colors, animals, professions), set the output format, and optionally seed the randomness for reproducibility. The package reports it can generate 6254859 unique combinations across its word lists.\n\nTypical use is generating memorable identifiers for URLs, test data, or temporary resource names. It has no external dependencies and supports Python 3.9, 3.10, 3.11, and 3.12. The API is minimal\u2014primarily the `generate_slug()` function with optional configuration\u2014and includes custom exception classes for configuration errors.","worth_installing":"Yes, if you need simple, customizable random slug generation with no dependencies. The low install friction and permissive license make it a lightweight choice. However, the dormant maintenance status means you should verify it works with your target Python version and accept that bug fixes or feature additions are unlikely. Not suitable if you need active support or expect the package to evolve."},"id":"random-slugs","links":{"html":"https://skillfed.io/packages/random-slugs","md":"https://skillfed.io/packages/random-slugs.md","pypi":"https://pypi.org/project/random-slugs/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-05-26","license_spdx":null,"license_treatment":"unclear","name":"random-slugs","python_support":"supports_current","summary":"A Python package for generating random slugs using a customizable vocabulary of words."},"popularity":{"monthly_downloads":118292,"position":12127,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.4"}
