Metadata-Version: 2.1
Name: rand_pass_generator
Version: 1.0.0
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
        This module offers random password generation.
        
        ## 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
