Metadata-Version: 1.0
Name: crib
Version: 0.2.3
Summary: Minimal command line encryption for tiny notes
Home-page: http://github.com/lepisma/crib
Author: lepisma
Author-email: abhinav.tushar.vs@gmail.com
License: MIT
Description: ====
        Crib
        ====
        
        Crib is a simple command line tool made to encrypt (and decrypt (and open (and edit))) tiny notes and files.
        
        Install
        -------
        
        ``pip install crib``
        
        Usage
        -----
        
        - Encrypt : ``crib -e [filename]``
        - Decrypt : ``crib -d [filename]``
        - View / Edit : ``crib -s [filename]``
        - Help : ``crib -h``
        
        
        MIT License
        
        Copyright (C) 2014 lepisma
Keywords: notes encryption minimal
Platform: UNKNOWN
