SafelySaveOnline is a libary making it easy to save encrypted dictionaries and store them in a git repository.
Project description
SafelySaveOnline is a python libary making it easy to save encrypted dictionaries and store them in a git repository.
Installing
You can install SafelySaveOnline with:
pip install safelysaveonline
Usage
Import SafelySaveOnline with:
import safelysave
Create a SSO file with:
key: bytes = safelysave.create_sso_file(file_path, 'git', git_repo_address)
Remember the returned key.
Create a instance with:
sso = safelysave.sso(file_path, key)
Now add an dictionary with:
sso.add_data(ictionary)
Push it to your repo with:
sso.sync()
You can find out more at https://codeberg.org/VisualXYW/safelysaveonline/wiki (WIP/Outdated).
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 safelysaveonline-3.0.0.tar.gz
.
File metadata
- Download URL: safelysaveonline-3.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6162ef026f118130c522b630317457ca5a4dda925578fee71f71954bdee75637 |
|
MD5 | 77fab14b4c4f043810c93ae077313dd2 |
|
BLAKE2b-256 | 1b4a527ae3f6e6d02e60904d42cedf19fed04a21b2d189400c2dd03ff4b6ce5b |
File details
Details for the file safelysaveonline-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: safelysaveonline-3.0.0-py3-none-any.whl
- Upload date:
- Size: 4.4 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 | ba73ea0933e9cefeabd0733260c557eb1aeee33d51e96fbbeedb63b5265ba314 |
|
MD5 | a974da731d0f294515489823f43f9974 |
|
BLAKE2b-256 | 426551c4fc116bef5436f5e0f01f9b34e525d5b6af6dc00b447154131bb18742 |