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: about 1 year 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T11:25:50.000Z (over 1 year ago)
- Last Synced: 2025-03-28T13:06:38.670Z (about 1 year ago)
- Topics: encryption, etebase, etesync, python, sync, synchronization
- Language: Rust
- Homepage: https://www.etebase.com
- Size: 346 KB
- Stars: 72
- Watchers: 6
- Forks: 15
- 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.

[](https://pypi.python.org/pypi/etebase/)
[](https://github.com/etesync/etebase-py/actions/)
[](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
```