sfstpala / zpy

Quickly encrypt files with your ssh identity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zpy

Build Coverage PyPI

Quickly encrypt files with your ssh identity.

Note: This is experimental software!

Links

Installation

You can install zpy using pip:

pip3 install zpy

See also:

Development setup

Install the prerequisites:

sudo apt-get install build-essential curl python3-dev

Then run the test suite:

make test

Afte running make, you can run zpy by typing bin/zpy.

See also:

Copyright notice

Copyright (C) 2015 Stefano Palazzo stefano.palazzo@gmail.com

This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute it
under certain conditions; see COPYING for details.

About

Quickly encrypt files with your ssh identity

License:GNU General Public License v3.0


Languages

Language:Python 96.6%Language:Makefile 3.4%