Metadata-Version: 2.1
Name: prompt-for-password
Version: 1.0.4
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
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
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Requires-Dist: pysectools

===================
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.com/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.

Use the `pinentry` program to capture the password - letting you use
use GUI versions to do asynchrous pop-ups for authentication within
scripts.  See these projects for details:

* https://www.gnupg.org/related_software/pinentry/index.html
* https://github.com/GPGTools/pinentry-mac

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 (2020-12-18)
------------------

* First release on PyPI.


