Grep GPG-encrypted YAML password safe.
Project description
Grep GPG-encrypted YAML password safes.
Installation
To install pw, simply run:
pip install pw
Make sure that ~/.passwords.yaml.asc contains a valid YAML password safe (see example below for file format).
Usage
Usage: pw [options] [pathquery[:userquery]] Options: --version show program's version number and exit -h, --help show this help message and exit -E, --echo display passwords on console (as opposed to copying them to the clipboard)
Sample .passwords.yaml.asc
Mail: Google: - U: first-user@gmail.com P: "*****" - U: second-user@gmail.com P: "*****" N: John's account SSH: My Private Server: U: root P: "*****" L: ssh://private-server N: "With great power comes great responsibility." Mobile PIN: 12345 # shortcut notation (only provide password)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pw-0.2.1.tar.gz
(2.6 kB
view hashes)