Metadata-Version: 2.2
Name: etebase
Version: 0.31.8
Summary: Python client library for Etebase
Home-page: https://github.com/etesync/etebase-py
Author: Tom Hacohen
Author-email: tom@stosb.com
License: BSD-3-Clause
Keywords: etebase,encryption,sync,end-to-end encryption
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: msgpack>=1.0.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<p align="center">
  <img width="120" src="https://github.com/etesync/etesync-web/blob/master/src/images/logo.svg" />
  <h1 align="center">Etebase - Encrypt Everything</h1>
</p>

A Python library for Etebase

This package is implemented in Rust and exposes a Python API for people to use.

![GitHub tag](https://img.shields.io/github/tag/etesync/etebase-py.svg)
[![PyPI](https://img.shields.io/pypi/v/etebase.svg)](https://pypi.python.org/pypi/etebase/)
[![Build Status](https://github.com/etesync/etebase-py/workflows/Build/badge.svg)](https://github.com/etesync/etebase-py/actions/)
[![Chat on freenode](https://img.shields.io/badge/chat-IRC%20|%20Matrix%20|%20Web-blue.svg)](https://www.etebase.com/community-chat/)

# Documentation

In addition to the API documentation, there are docs available at https://docs.etebase.com

# Build

## Install deps

```
pip install wheel setuptools setuptools-rust
```

## Build

```
python setup.py bdist_wheel
```
