EST (Encrypted, synchronised todos) is a python libary making it easy to create an encrypted, git-synced todo/notes application.
Project description
EST (Encrypted, synchronised todos) is a python libary making it easy to create an encrypted, git-synced todo/notes application.
! EST is an hobby project, issues are exspected. Use at your own risk!
Installing
You can install EST with:
pip install est-notes
Usage
Import EST with:
import est_notes
You can create a profile with: You can find the profile under est-notes in your appdata directory.
est_notes.create_profile(git_repo_address, '')
Now add a todo/note with:
est_notes.create_profile(profile_uuid, content)
Push it to your repo with:
est_notes.sync(profile_uuid)
You can find out more at https://codeberg.org/VisualXYW/est-notes/wiki (WIP).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file est_notes-1.1.tar.gz
.
File metadata
- Download URL: est_notes-1.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7f1d03fe6837746f0bd91c95d163f2d00a8be9af34549a4cb265f898d117150 |
|
MD5 | 1087e0c2f945e1fd9ecd74a0a3efa53b |
|
BLAKE2b-256 | 8fa29045ec1ff995b4a63ee807c6aab651701b31bac032204b3e96fc33cbb417 |
File details
Details for the file est_notes-1.1-py3-none-any.whl
.
File metadata
- Download URL: est_notes-1.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da52e1998bd3c36bae1072da5f429d59b4497fd709208c7f225e4e53b8025293 |
|
MD5 | 8e0076909e3827118492da58483884b3 |
|
BLAKE2b-256 | e7c2a032c9e925204c0f77d1f25fff6aaed4472b344ec0f3b21e60ecfd64773c |