Metadata-Version: 2.1
Name: trezor-pass
Version: 1.0.0
Summary: Trezor Password Manager Command-Line interface
Home-page: https://github.com/pilartomas/trezor-password-manager-cli
Author: Tomas Pilar
Author-email: thomas7pilar@gmail.com
Project-URL: Bug Reports, https://github.com/pilartomas/trezor-password-manager-cli/issues
Keywords: trezor,password
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# Trezor Password Manager CLI

Command-line alternative to the [Trezor Password Manager](https://trezor.io/passwords/) project. This project is aiming for compatibility in password store encryption, encoding and structure. Users will be able to read and write to the same password store regardless of which project they use.

### Run

- Install with pip: `$ pip install trezor-pass`
- Run: `$ trezor-pass`

### Limitations

Current version has some limitations

- Only reading is supported at the moment, store creation and updates will come later on.
- Tested on Trezor One. Some additional complexity around PASSPHRASE on Trezor T needs to be handled. (Might be bypassed by correctly setting the PASSPHRASE env variable)
- Google Drive storage is not yet supported (Can be bypassed by direcly specifying the store file)
