{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/8"}],"enrichment":{"capability":"Generates random passwords with configurable length, character composition, and exclusion rules, with no external dependencies.","skillfed_tags":["password-generation","no-dependencies"],"use_cases":["Generate default random passwords in CLI tools or admin scripts without adding external dependencies.","Create passwords with specific character composition rules (e.g., minimum uppercase, lowercase, numbers, special characters).","Exclude certain characters from generated passwords to avoid ambiguous or problematic symbols.","Generate non-duplicate-character passwords for systems requiring character variety.","Build a custom password from a given character set with a specified length."],"what_it_does":"This is a lightweight, dependency-free password generator that creates random passwords with configurable constraints. You instantiate a PasswordGenerator object, optionally set properties like minimum length (default 6), maximum length (default 16), character composition requirements (uppercase, lowercase, numbers, special characters), and exclusion rules, then call generate() to produce a password. It also supports generating passwords from a custom character set or ensuring no duplicate characters. The library is marked Production/Stable, though development has been dormant since 2021-07-12.\n\nThe package is straightforward for basic password generation tasks in scripts, CLI tools, or applications that need to create credentials programmatically. It has no external dependencies, making it trivial to integrate. However, because maintenance is inactive, you should verify that its randomness approach meets your security requirements before using it in contexts where credential strength is critical.","worth_installing":"Yes, if you need lightweight, zero-dependency password generation for non-critical use cases. The permissive MIT license and low install friction make it easy to adopt. However, the dormant maintenance status (last release 2021-07-12) means no active support or security updates; verify that its randomness approach aligns with your security requirements before using it in production systems."},"id":"random-password-generator","links":{"html":"https://skillfed.io/packages/random-password-generator","md":"https://skillfed.io/packages/random-password-generator.md","pypi":"https://pypi.org/project/random-password-generator/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2021-07-12","license_spdx":null,"license_treatment":"permissive","name":"random-password-generator","python_support":"unspecified","summary":"Simple and custom random password generator for python"},"popularity":{"monthly_downloads":171627,"position":10361,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.2.0"}
