Metadata-Version: 2.1
Name: sett
Version: 2.3.0
Summary: Data compression, encryption and transfer tool
Home-page: https://gitlab.com/biomedit/sett
Author: Robin Engler, Jaroslaw Surkont, Gerhard Bräunlich, Kevin Sayers, Christian Ribeaud, François Martin
Author-email: Robin.Engler@sib.swiss, jaroslaw.surkont@unibas.ch, gerhard.braeunlich@id.ethz.ch, sayerskt@gmail.com, christian.ribeaud@karakun.com, francois.martin@karakun.com
License: LGPL3
Project-URL: Documentation, https://sett.readthedocs.io
Project-URL: Source, https://gitlab.com/biomedit/sett
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: gpg-lite (<0.8.0,>=0.7.0)
Requires-Dist: libbiomedit (<0.3.0,>=0.2.0)
Requires-Dist: paramiko (>=2.7.1)
Requires-Dist: PySide2 (>=5.15.1)
Requires-Dist: dataclasses ; python_version < "3.7"
Provides-Extra: socks
Requires-Dist: PySocks ; extra == 'socks'

[![pipeline status](https://gitlab.com/biomedit/sett/badges/master/pipeline.svg)](https://gitlab.com/biomedit/sett/-/commits/master)
[![coverage report](https://gitlab.com/biomedit/sett/badges/master/coverage.svg?job=coverage)](https://gitlab.com/biomedit/sett/-/commits/master)
# SETT: Secure Encryption and Transfer Tool

*sett* enables packaging, encryption, and transfer of data to preconfigured locations.
Detailed documentation as well as a quick-start guide can be found in the
[sett documentation](https://sett.readthedocs.io).

## Requirements and installation
see https://sett.readthedocs.io/en/stable/sett_installation.html

## Creating and managing GnuPG keys with sett
see https://sett.readthedocs.io/en/stable/sett_key_management.html

## sett usage
see https://sett.readthedocs.io/en/stable/sett_usage.html

## Devel documentation
For the latest, non-stable, version of the docs, see 
https://sett.readthedocs.io/en/latest/index.html


