Metadata-Version: 2.1
Name: sett
Version: 3.3.0
Summary: Secure Encryption and Transfer Tool
Home-page: https://gitlab.com/biomedit/sett
Author: Robin Engler, Jarosław 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.rtfd.io
Project-URL: Source, https://gitlab.com/biomedit/sett
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6 (>=6.1.3)
Requires-Dist: colorama (>=0.4.4)
Requires-Dist: gpg-lite (<0.11.0,>=0.10.2)
Requires-Dist: libbiomedit (<0.5.0,>=0.4.2)
Requires-Dist: paramiko (>=2.7.1)
Requires-Dist: sett-rs (>=0.1.2)
Requires-Dist: typing-extensions ; python_version < "3.8"
Provides-Extra: benchmark
Requires-Dist: pandas ; extra == 'benchmark'
Requires-Dist: matplotlib ; extra == 'benchmark'
Requires-Dist: seaborn ; extra == 'benchmark'
Provides-Extra: legacy
Requires-Dist: PySide2 (>=5.15.1) ; extra == 'legacy'
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)](https://gitlab.com/biomedit/sett/-/commits/master)
[![documentation status](https://readthedocs.org/projects/sett/badge/)](https://sett.readthedocs.io/)
[![license](https://img.shields.io/badge/License-LGPLv3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
[![python version](https://img.shields.io/pypi/pyversions/sett.svg?logo=python&logoColor=white)](https://pypi.org/project/sett)
[![latest version](https://img.shields.io/pypi/v/sett.svg)](https://pypi.org/project/sett)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# 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/installation.html

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

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

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


