Metadata-Version: 2.1
Name: git-easy-crypt
Version: 1.0.2
Summary: The easy way to encrypt/decrypt private files in the git repo.
Home-page: https://github.com/taojy123/git-easy-crypt
Author: tao.py
Author-email: taojy123@163.com
License: MIT
Description: # git-easy-crypt
        
        The easy way to encrypt/decrypt private files in the git repo.
        
        
        ## Install
        
        you can install git-easy-crypt by pip:
        ```
        $ pip install git-easy-crypt
        ```
        
        or download the script directly:
        ```
        $ sudo curl -o /usr/local/bin/gecrypt https://raw.githubusercontent.com/taojy123/git-easy-crypt/master/gecrypt.py 
        $ sudo chmod a+x /usr/local/bin/gecrypt
        ```
        
        
        ## Usage
        
        ``` 
        gecrypt setkey mysecretkey             Set a secret key for encrypt/decrypt in current repo
        gecrypt showkey                        Show secret key
        gecrypt encrypt ./path_to_file         Encrypt a file
        gecrypt decrypt ./path_to_file.sec     Decrypt a file
        version                                Show version
        help                                   Show help for commands
        ```
        
        
Keywords: git encrypt decrypt
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Version Control :: Git
Description-Content-Type: text/markdown
