Metadata-Version: 2.1
Name: etebase
Version: 0.20.2
Summary: Python client library for Etebase
Home-page: https://github.com/etesync/etebase-py
Author: Tom Hacohen
Author-email: tom@stosb.com
License: LGPL-3.0-only
Description: <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://travis-ci.com/etesync/etebase-py.svg?branch=master)](https://travis-ci.com/etesync/etebase-py)
        [![Chat on freenode](https://img.shields.io/badge/irc.freenode.net-%23EteSync-blue.svg)](https://webchat.freenode.net/?channels=#etesync)
        
        # Build
        
        ## Install deps
        
        ```
        pip install wheel setuptools setuptools-rust
        ```
        
        ## Build
        
        ```
        python setup.py bdist_wheel
        ```
        
Keywords: etebase,encryption,sync,end-to-end encryption
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
