Metadata-Version: 2.1
Name: pysandwich
Version: 0.1.0
Summary: Sandwich Python bindings
Author-email: SandboxAQ <sandwich@sandboxaq.com>
License: AGPL-3.0-only
Project-URL: Homepage, https://github.com/sandbox-quantum/sandwich
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: protobuf

<p align="center">
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="docs/images/sandwich_white.svg" width="70%">
  <source media="(prefers-color-scheme: light)" srcset="docs/images/sandwich_black.svg" width="70%">
  <img alt="Sandwich logo">
</picture>
</p>

# Sandwich

Sandwich is a multi-platform, multi-language, open-source library that provides
a simple unified API for developers to use (multiple) cryptographic libraries
in their applications. Find documentation
[here](https://sandbox-quantum.github.io/sandwich).

## Status & API stability

### Security

**WARNING**: This library is under current security review by a
third-party company. We will release a new version fixing the
findings found during that audit.

### API stability

Sandwich version is current `v0.x.y`. Until Sandwich v1.0.0 is
released, expect some breaking changes in the various APIs.

## Contents

1. [Introduction](#introduction)
2. [Getting Started](#installation)
3. [License](#license)
4. [Contributions](#contributions)

## Introduction

<p align="center">
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="docs/images/sandwich_architecture_white.svg">
  <source media="(prefers-color-scheme: light)" srcset="docs/images/sandwich_architecture_black.svg">
  <img alt="Sandwich architecture">
</picture>
</p>

## Getting Started

The documentation contains [installation & integration instructions](https://sandbox-quantum.github.io/sandwich/install.html) for each supported language.

## License

Sandwich is licensed under [AGPL 3.0 only](https://www.gnu.org/licenses/agpl-3.0.en.html).

## Contributions

Contributors need to sign and send a Contributor License Agreement:

* individuals need to sign [the Individual Contributor License Agreement](docs/cla/individual.pdf), and send it by email alongside their Github handle at `sandwich [at] sandboxaq.com`
* corporate contributors need to sign [the Corporate Contributor License Agreement](docs/cla/corporate.pdf), and send it by email alongside their Github handle at `sandwich [at] sandboxaq.com`

## Disclamer

The software and documentation are provided "as is" and SandboxAQ hereby disclaims all warranties, whether express, implied, statutory, or otherwise.
SandboxAQ specifically disclaims, without limitation, all implied warranties of merchantability, fitness for a particular purpose, title, and non-infringement, and all warranties arising from course of dealing, usage, or trade practice.
SandboxAQ makes no warranty of any kind that the software and documentation, or any products or results of the use thereof, will meet any person's requirements, operate without interruption, achieve any intended result, be compatible or work with any software, system or other services, or be secure, accurate, complete, free of harmful code, or error free.
