Metadata-Version: 2.1
Name: rand_pass_generator
Version: 1.0.25
Summary: This module offers random password generator
Home-page: https://defartsa.dev/
Author: Deza Farras Tsany
Author-email: deza.ftsany@gmail.com
License: MIT
Download-URL: https://github.com/defartsa23/password-generator-py/archive/refs/heads/main.zip
Project-URL: Documentation, https://github.com/defartsa23/password-generator-py
Project-URL: Source, https://github.com/defartsa23/password-generator-py
Project-URL: Tracker, https://github.com/defartsa23/password-generator-py/issues
Description: # Password generator
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rand-pass-generator)](https://www.python.org/)
        [![PyPI](https://img.shields.io/pypi/v/rand-pass-generator)](https://pypi.org/project/sicboDice/)
        [![PyPI - License](https://img.shields.io/pypi/l/rand-pass-generator)](https://opensource.org/licenses/MIT)
        
        This module offers random password generation.
        
        ## Install
        
        ```bash
        pip install rand-pass-generator
        ```
        
        ## Quick start
        
        First of all, initialize:
        
        ```python
        from rand_pass_generator import generate
        
        password = generate()
        ```
        
        ## Contributing
        
        Questions, comments, bug reports, and pull requests are all welcome.
        
        ## License
        
        This software is licensed under the [MIT license](./LICENSE).
Keywords: PASSWORD,GENERATOR,RANDOM
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
