Metadata-Version: 2.1
Name: yopass-cli
Version: 0.0.3
Summary: A cli for interacting with yopass backend
Home-page: https://github.com/zsolt-halo/yopass-cli
Author: Zsolt Halo
Author-email: net.zsolt.net@gmail.com
License: UNKNOWN
Description: # yopass-cli
        
        [![Build Status](https://travis-ci.org/zsolt-halo/yopass-cli.svg?branch=master)](https://travis-ci.org/zsolt-halo/yopass-cli)
        
        This is a command-line tool to interact with a (the) [yopass backend](https://github.com/jhaals/yopass) created by [Johan Haals](https://github.com/jhaals).
        Even though it is possible to use the service via the [web-frontend](https://yopass.se) I felt the necessity of a cli tool to use this awesome software in our automation projects. 
        
        This cli tool uses [sjcl](https://pypi.org/project/sjcl/) (just like the web-frontend) to perform encryption on the client side thus preventing your secret from ever leaving your os in a _cleartext_ form.
        
        ### Installation
        
        yopass-cli requires [python3](https://www.python.org/downloads/)+ to run.
        
        ```sh
        $ pip install yopass-cli
        ```
        
        Make sure to have the following 2 environment variables set before using:
         - YOPASS_BACKEND_URL
         - YOPASS_FRONTEND_URL
         
         Example:
         
         ```sh
        $ export YOPASS_BACKEND_URL=https://api.yopass.se
        $ export YOPASS_FRONTEND_URL=https://yopass.se
        ```
        
        ### Todos
        
         - testing
         - proper README
        
        License
        ----
        MIT
        
        **Free Software, Hell Yeah!**
        
        Contribution is welcome :) 🍺Cheers 🍺
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
