{"id":13398379,"url":"https://github.com/marcwebbie/passpie","last_synced_at":"2025-05-15T12:03:40.317Z","repository":{"id":23973201,"uuid":"27355877","full_name":"marcwebbie/passpie","owner":"marcwebbie","description":":closed_lock_with_key: Multiplatform command-line password manager","archived":false,"fork":false,"pushed_at":"2024-03-28T10:37:25.000Z","size":3750,"stargazers_count":923,"open_issues_count":7,"forks_count":65,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-04-14T22:21:53.230Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://passpie.readthedocs.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcwebbie.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-01T00:39:07.000Z","updated_at":"2025-04-14T17:41:19.000Z","dependencies_parsed_at":"2024-06-21T14:16:47.238Z","dependency_job_id":"45adfb55-6402-4448-9cef-4ee7a0df2665","html_url":"https://github.com/marcwebbie/passpie","commit_stats":{"total_commits":1056,"total_committers":14,"mean_commits":75.42857142857143,"dds":0.03882575757575757,"last_synced_commit":"421c40a57ad5f55e3f14b323c929a2c41dfb5527"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcwebbie%2Fpasspie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcwebbie%2Fpasspie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcwebbie%2Fpasspie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcwebbie%2Fpasspie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcwebbie","download_url":"https://codeload.github.com/marcwebbie/passpie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337612,"owners_count":22054253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T19:00:24.306Z","updated_at":"2025-05-15T12:03:35.299Z","avatar_url":"https://github.com/marcwebbie.png","language":"Python","funding_links":[],"categories":["Python","Datastores"],"sub_categories":["Online resources"],"readme":":code:`passpie`: Command-line password manager\n*******************************************************\n\n.. image:: https://raw.githubusercontent.com/marcwebbie/passpie/master/images/passpie2.png\n    :align: center\n    :width: 100%\n\n|Version| |Coverage|\n\nPasspie is a command line tool to  manage passwords from the terminal with a colorful and configurable interface. 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.\n\nPassword files are encrypted using `GnuPG \u003chttps://www.gnupg.org/\u003e`_ and saved into yaml text files. Passpie supports **Linux**, **OSX** and **Windows**.\n\n\nWhat does it look like?  Here is an example of a simple Passpie usage::\n\n    passpie init\n    passpie add foo@example.com --random\n    passpie add bar@example.com --pattern \"[0-9]{5}[a-z]{5}\"\n    passpie update foo@example --comment \"Hello\"\n    passpie\n    passpie copy foo@example.com\n\nOutputs::\n\n    ===========  =======  ==========  =========\n    Name         Login    Password    Comment\n    ===========  =======  ==========  =========\n    example.com  bar      ********\n    example.com  foo      ********    Hello\n    ===========  =======  ==========  =========\n    Password copied to clipboard\n\n..\n\n    Check example remote passpie database: https://github.com/marcwebbie/passpiedb.\n\nInstall\n========\n\n.. code-block::\n\n    pip install passpie\n\nOr if you are on a mac, install via `Homebrew \u003chttp://brew.sh\u003e`_:\n\n.. code-block::\n\n    brew install passpie\n\n\nDependencies\n============\n\nPasspie depends on `GnuPG \u003chttps://www.gnupg.org/\u003e`_ for encryption\n\n\nCommands\n========\n\n::\n\n   Usage: passpie [OPTIONS] COMMAND [ARGS]...\n\n   Options:\n     -D, --database TEXT  Database path or url to remote repository\n     --autopull TEXT      Autopull changes from remote pository\n     --autopush TEXT      Autopush changes to remote pository\n     --config PATH        Path to configuration file\n     -v, --verbose        Activate verbose output\n     --version            Show the version and exit.\n     --help               Show this message and exit.\n\n   Commands:\n     add       Add new credential to database\n     complete  Generate completion scripts for shells\n     config    Show current configuration for shell\n     copy      Copy credential password to clipboard/stdout\n     export    Export credentials in plain text\n     import    Import credentials from path\n     init      Initialize new passpie database\n     list      Print credential as a table\n     log       Shows passpie database changes history\n     purge     Remove all credentials from database\n     remove    Remove credential\n     reset     Renew passpie database and re-encrypt...\n     search    Search credentials by regular expressions\n     status    Diagnose database for improvements\n     update    Update credential\n\n\nLearn more\n==========\n\n+ Gitter: https://gitter.im/marcwebbie/passpie\n+ Documentation: http://passpie.readthedocs.org\n+ FAQ: http://passpie.readthedocs.org/en/latest/faq.html\n\n\nLicence |License|\n=================\n\nCopyright (c) 2014-2016 Marcwebbie, \u003chttp://github.com/marcwebbie\u003e\n\nFull license here: `LICENSE \u003chttps://github.com/marcwebbie/passpie/blob/master/LICENSE\u003e`_\n\n\n.. |Build Status| image:: http://img.shields.io/travis/marcwebbie/passpie/master.svg?style=flat-square\n   :target: https://travis-ci.org/marcwebbie/passpie\n.. |Windows Build Status| image:: https://img.shields.io/appveyor/ci/marcwebbie/passpie/master.svg?style=flat-square\u0026label=windows%20build\n   :target: https://ci.appveyor.com/project/marcwebbie/passpie\n.. |Coverage| image:: http://img.shields.io/coveralls/marcwebbie/passpie.svg?style=flat-square\n   :target: https://coveralls.io/r/marcwebbie/passpie\n.. |Gitter| image:: https://img.shields.io/gitter/room/marcwebbie/passpie.svg?style=flat-square\n   :target: https://gitter.im/marcwebbie/passpie\n.. |Version| image:: http://img.shields.io/pypi/v/passpie.svg?style=flat-square\u0026label=latest%20version\n   :target: https://pypi.python.org/pypi/passpie/\n.. |License| image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcwebbie%2Fpasspie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcwebbie%2Fpasspie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcwebbie%2Fpasspie/lists"}