Metadata-Version: 2.0
Name: pw
Version: 0.8
Summary: Search in GPG-encrypted password file.
Home-page: https://github.com/catch22/pw
Author: Michael Walter
Author-email: michael.walter@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: click (>=5.1)
Requires-Dist: colorama
Requires-Dist: pyperclip (>=1.5.11)
Requires-Dist: ushlex

pw |Build Status| |Latest Version|
==================================

``pw`` is a Python tool to search in a GPG-encrypted password database.

::

    Usage: pw [OPTIONS] [USER@][KEY] [USER]

      Search for USER and KEY in GPG-encrypted password file.

    Options:
      -C, --copy       Display account information, but copy password to clipboard (default mode).
      -E, --echo       Display account information as well as password in plaintext (alternative mode).
      -R, --raw        Only display password in plaintext (alternative mode).
      -S, --strict     Fail unless precisely a single result has been found.
      -U, --user       Copy or display username instead of password.
      -f, --file PATH  Path to password file.
      --edit           Launch editor to edit password database and exit.
      --gen            Generate a random password and exit.
      --version        Show the version and exit.
      --help           Show this message and exit.

Installation
------------

To install ``pw``, simply run:

.. code:: bash

    $ pip install pw

.. |Build Status| image:: https://travis-ci.org/catch22/pw.svg?branch=master
   :target: https://travis-ci.org/catch22/pw
.. |Latest Version| image:: https://badge.fury.io/py/pw.svg
   :target: https://pypi.python.org/pypi/pw/


