Metadata-Version: 1.1
Name: prompt_for_password
Version: 1.0.1
Summary: Script which securely prompts for a password and outputs it to stdout
Home-page: https://github.com/apiology/prompt_for_password
Author: Vince Broz
Author-email: vince@broz.cc
License: MIT license
Description: ===================
        Prompt for password
        ===================
        
        
        .. image:: https://img.shields.io/pypi/v/prompt_for_password.svg
                :target: https://pypi.python.org/pypi/prompt_for_password
        
        .. image:: https://img.shields.io/travis/apiology/prompt_for_password.svg
                :target: https://travis-ci.org/apiology/prompt_for_password
        
        .. image:: https://readthedocs.org/projects/prompt-for-password/badge/?version=latest
                :target: https://prompt-for-password.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/apiology/prompt_for_password/shield.svg
             :target: https://pyup.io/repos/github/apiology/prompt_for_password/
             :alt: Updates
        
        
        
        Script which securely prompts for a password and outputs it to stdout
        
        
        * Free software: MIT license
        * Documentation: https://prompt-for-password.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-08-18)
        ------------------
        
        * First release on PyPI.
        
Keywords: prompt_for_password
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
