Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etesync/etebase-py
A Python client library for Etebase
https://github.com/etesync/etebase-py
encryption etebase etesync python sync synchronization
Last synced: 4 days ago
JSON representation
A Python client library for Etebase
- Host: GitHub
- URL: https://github.com/etesync/etebase-py
- Owner: etesync
- License: bsd-3-clause
- Created: 2017-03-30T15:51:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T21:56:19.000Z (about 1 month ago)
- Last Synced: 2024-12-13T14:06:42.807Z (11 days ago)
- Topics: encryption, etebase, etesync, python, sync, synchronization
- Language: Rust
- Homepage: https://www.etebase.com
- Size: 344 KB
- Stars: 72
- Watchers: 7
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Etebase - Encrypt Everything
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
```