Manage your login credentials from the terminal painlessly.
Project description
Passpie is a command line tool to manage passwords from the terminal with a colorful and configurable interface. Password files are encrypted using GnuPG and saved into yaml text files. Use a master passphrase to decrypt login credentials, copy passwords to clipboard, syncronize with a git repository, check the state of your passwords, and more…
Install
pip install passpie
Or if you are on a mac, install via Homebrew:
brew install passpie
Quickstart
passpie init
passpie add foo@example.com --random --pattern "[0-9]{5}[a-z]{5}"
passpie add bar@example.com --random --pattern "[0-9]{5}[a-z]{5}"
passpie update foo@example.com --comment "Hello"
passpie
Outputs:
╒═════════════╤═════════╤════════════╤═══════════╕
│ Name │ Login │ Password │ Comment │
╞═════════════╪═════════╪════════════╪═══════════╡
│ example.com │ bar │ ***** │ │
├─────────────┼─────────┼────────────┼───────────┤
│ example.com │ foo │ ***** │ Hello │
╘═════════════╧═════════╧════════════╧═══════════╛
Documentation
Read full documentation on http://passpie.readthedocs.org
Bugs & Questions
You can file bugs in our github issues tracker, ask questions on our mailing list. Or check the FAQ section on the documentation.
Contributing
Whether reporting bugs, discussing improvements and new ideas or writing extensions: Contributions to Passpie are welcome! Here’s how to get started:
Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug
Fork the repository clone your fork and start making your changes
Write a test which shows that the bug was fixed or that the feature works as expected
Send a pull request and bug the maintainer until it gets merged and published ☺
Learn more on the contributing documentation
Licence
Copyright (c) 2014-2016 Marcwebbie, <http://github.com/marcwebbie>
Full license here: LICENSE
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
Built Distribution
File details
Details for the file passpie-1.1.1.tar.gz
.
File metadata
- Download URL: passpie-1.1.1.tar.gz
- Upload date:
- Size: 28.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc28d8813690042b62eff798dc807dd53864d1d918fff877b7fd0c1c9d556130 |
|
MD5 | b5904d6d810aa272fcf4807924c6106c |
|
BLAKE2b-256 | 61a4cdd1589812eb9f8a1d817d557269243a8adb12d7b3d3f40d261eb853b22d |
Provenance
File details
Details for the file passpie-1.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: passpie-1.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 40.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b1d790d9f42bfd5dc8a73acfce5ba49dd6b93005b606100534b4bd99b13d600 |
|
MD5 | f11ea433a73ef48e56b01e0edc2f2ff0 |
|
BLAKE2b-256 | f124dda805bdb68e976dbbe5fbee39ef039fd4cc2e3121372a805d90ac56e9e0 |