Metadata-Version: 1.0
Name: pypass
Version: 43c3292
Summary: UNKNOWN
Home-page: https://github.com/ReAzem/python-pass
Author: Alexandre Viau
Author-email: alexandre@alexandreviau.net
License: UNKNOWN
Description: python-pass
        ###########
        
        .. image:: https://travis-ci.org/ReAzem/python-pass.svg?branch=master
            :target: https://travis-ci.org/ReAzem/python-pass
        
        .. image:: https://img.shields.io/coveralls/ReAzem/python-pass.svg
          :target: https://coveralls.io/r/ReAzem/python-pass?branch=master
        
        .. image:: https://readthedocs.org/projects/pypass/badge/?version=latest&style
            :target: http://pypass.readthedocs.org
            :alt: Documentation Status
        
        For fun, I have decided to write `pass <http://www.passwordstore.org/>`_ in Python.
        
        Testing
        +++++++
        
        Python-pass is tested for python 2.7, 3.2, 3.3, 3.4, pypy and pypy3
        
        On your machine
        ---------------
        
        - Install the requirements: ``sudo apt-get install -y gnupg tree``
        - Import the testing GPG key: ``gpg --allow-secret-key-import --import pypass/tests/test_key_sec.asc``
        - Trust the key: ``gpg --import-ownertrust pypass/tests/test_ownertrust.txt``
        - Run the tests: ``tox``
        
        
        With Docker
        -----------
        
        - Run the tests in a container: ``make test``
        - Or, get a shell with pypass installed: ``make run``
        
        
        Project Status
        ++++++++++++++
        
        ``pypass init``
        ---------------
        
        - [X] ``pypass init`` -  creates a folder and a .gpg-id file
        - [X] Support ``--path`` option
        - [ ] re-encryption functionality
        
        ``pypass insert``
        -----------------
        
        - [X] ``pypass insert test.com`` prompts for a password and creates a test.com.gpg file
        - [ ] multi-line support
        - [ ] create a git commit
        
        ``pypass show``
        ---------------
        
        - [X] ``pypass show test.com`` will display the content of test.com.gpg
        - [ ] ``--clip, -c`` copies the first line to the clipboard
        
        ``pypass ls``
        -------------
        
        - [X] ``pypass ls`` shows the content of the password store with ``tree``
        - [X] ``pypass`` invokes ``pypass ls`` by default
        - [X] ``pypass ls subfolder`` calls tree on the subfolder only
        - [X] Hide .gpg at the end of each entry
        - [ ] Accept subfolder argument
        
        ``pypass rm``
        -------------
        
        - [X] ``pypass rm test.com`` removes the test.com.gpg file
        - [ ] ``pypass remove`` and ``pypass delete`` aliases
        - [X] ``pypass rm -r folder`` (or ``--recursive``)  will remove a folder and all of it's content (not interactive!)
        
        ``pypass find``
        ---------------
        
        - [X] ``pypass find python.org pypass`` will show a tree with password entries that match python.org or pass
        - [X] Accepts one or many search terms
        
        ``pypass cp``
        -------------
        
        - [ ] ``pypass cp old-path new-pah`` copies a password to a new path
        
        ``pypass mv``
        -------------
        
        - [ ] ``pypass mv old-path new-path`` moves a password to a new path
        
        
Platform: UNKNOWN
