safelysaveonline


Namesafelysaveonline JSON
Version 3.2.0 PyPI version JSON
download
home_pageNone
SummarySafelySaveOnline is a libary making it easy to save encrypted dictionaries and store them in a git repository.
upload_time2024-11-02 13:27:58
maintainerNone
docs_urlNone
authorVisualXYW
requires_python>=3.12
licenseMIT License Copyright (c) 2024 Visuality Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords encrypted dictionary git save saving webdav store
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SafelySaveOnline
================

SafelySaveOnline is a python libary making it easy to save encrypted
dictionaries and store them on a server.
It is meant to use in small projects.

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, 'webdav', webdav_address)

Remember the returned key.

Create a instance with:

::

    sso = safelysave.sso(file_path, key)

Now add an dictionary with:

::

   sso.add_data(ictionary)

Sync it to your server with:

::

   sso.sync()

You can find out more at
https://codeberg.org/VisualXYW/safelysaveonline/wiki (WIP).
Note that there are currently problems with syncing to git repositories. Use at your own risk.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "safelysaveonline",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "encrypted, dictionary, git, save, saving, webdav, store",
    "author": "VisualXYW",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e5/9f/9b3d33a7cdc4c914cba411d86015887b30de26778dd4099921a2f83be0e8/safelysaveonline-3.2.0.tar.gz",
    "platform": null,
    "description": "SafelySaveOnline\n================\n\nSafelySaveOnline is a python libary making it easy to save encrypted\ndictionaries and store them on a server.\nIt is meant to use in small projects.\n\nInstalling\n----------\n\nYou can install SafelySaveOnline with:\n\n::\n\n   pip install safelysaveonline\n\nUsage\n-----\n\nImport SafelySaveOnline with:\n\n::\n\n   import safelysave\n\nCreate a SSO file with:\n\n::\n\n   key: bytes = safelysave.create_sso_file(file_path, 'webdav', webdav_address)\n\nRemember the returned key.\n\nCreate a instance with:\n\n::\n\n    sso = safelysave.sso(file_path, key)\n\nNow add an dictionary with:\n\n::\n\n   sso.add_data(ictionary)\n\nSync it to your server with:\n\n::\n\n   sso.sync()\n\nYou can find out more at\nhttps://codeberg.org/VisualXYW/safelysaveonline/wiki (WIP).\nNote that there are currently problems with syncing to git repositories. Use at your own risk.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Visuality  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "SafelySaveOnline is a libary making it easy to save encrypted dictionaries and store them in a git repository.",
    "version": "3.2.0",
    "project_urls": {
        "Documentation": "https://codeberg.org/VisualXYW/safelysaveonline/wiki",
        "Homepage": "https://codeberg.org/VisualXYW/safelysaveonline",
        "Issues": "https://codeberg.org/VisualXYW/safelysaveonline/issues"
    },
    "split_keywords": [
        "encrypted",
        " dictionary",
        " git",
        " save",
        " saving",
        " webdav",
        " store"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f1053c7aa8bbe2b1e1a199b39d956f6eb28977046c02b49d40c0663b90bac63",
                "md5": "d8d8a315f011a2fff4ed4623e5183d55",
                "sha256": "c8ab48378f763cab279bb678196073fa2979afb5258708f32f8898e002d4ce18"
            },
            "downloads": -1,
            "filename": "safelysaveonline-3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d8d8a315f011a2fff4ed4623e5183d55",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 4760,
            "upload_time": "2024-11-02T13:27:56",
            "upload_time_iso_8601": "2024-11-02T13:27:56.804984Z",
            "url": "https://files.pythonhosted.org/packages/5f/10/53c7aa8bbe2b1e1a199b39d956f6eb28977046c02b49d40c0663b90bac63/safelysaveonline-3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e59f9b3d33a7cdc4c914cba411d86015887b30de26778dd4099921a2f83be0e8",
                "md5": "101b5116f5b50e027b772882edc884aa",
                "sha256": "ced81d29aa48bfb577ac7fcc4692f713e2f9af563c619da75126d4889a3d4494"
            },
            "downloads": -1,
            "filename": "safelysaveonline-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "101b5116f5b50e027b772882edc884aa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 5114,
            "upload_time": "2024-11-02T13:27:58",
            "upload_time_iso_8601": "2024-11-02T13:27:58.034173Z",
            "url": "https://files.pythonhosted.org/packages/e5/9f/9b3d33a7cdc4c914cba411d86015887b30de26778dd4099921a2f83be0e8/safelysaveonline-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-02 13:27:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "VisualXYW",
    "codeberg_project": "safelysaveonline",
    "lcname": "safelysaveonline"
}
        
Elapsed time: 0.45859s