gpged


Namegpged JSON
Version 0.0.4 PyPI version JSON
download
home_page
SummaryGUI for encrypting and decrypting text with GPG.
upload_time2023-06-23 07:44:49
maintainer
docs_urlNone
author
requires_python
licenseCopyright 2022 Sky Moore 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 gpg gnupg pgp gui encryption decryption cryptography
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GPG Encrypt Decrypt GUI: gpged
> `gpged` is a QT6 python application that makes use of GnuPG to present a simple interface for basic pgp operations.

## Install with Pip from Pypi:  
`pip install gpged`
## Install with Pip from source:  
```bash
# clone the repo then
cd gpged
pip install .
```
## Install with pipenv from source:  
`pipenv install --system --deploy`
## Run gpged
`gpged`
### Nice UI  
![layout](https://github.com/skymoore/gpged/blob/main/gpged/images/layout.png?raw=true)
### Encrypt with multiple public keys  
![multi-key select](https://github.com/skymoore/gpged/blob/main/gpged/images/multi_key_select.png?raw=true)
### Decrypt messages  
![decypted message](https://github.com/skymoore/gpged/blob/main/gpged/images/decrypted_message.png?raw=true)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gpged",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "gpg,gnupg,pgp,gui,encryption,decryption,cryptography",
    "author": "",
    "author_email": "Sky Moore <i@msky.me>",
    "download_url": "https://files.pythonhosted.org/packages/c6/97/f631227bd8a9b49849f07bf3c21e441c7263fe320c15b7fa6f4e63e70cc5/gpged-0.0.4.tar.gz",
    "platform": null,
    "description": "# GPG Encrypt Decrypt GUI: gpged\n> `gpged` is a QT6 python application that makes use of GnuPG to present a simple interface for basic pgp operations.\n\n## Install with Pip from Pypi:  \n`pip install gpged`\n## Install with Pip from source:  \n```bash\n# clone the repo then\ncd gpged\npip install .\n```\n## Install with pipenv from source:  \n`pipenv install --system --deploy`\n## Run gpged\n`gpged`\n### Nice UI  \n![layout](https://github.com/skymoore/gpged/blob/main/gpged/images/layout.png?raw=true)\n### Encrypt with multiple public keys  \n![multi-key select](https://github.com/skymoore/gpged/blob/main/gpged/images/multi_key_select.png?raw=true)\n### Decrypt messages  \n![decypted message](https://github.com/skymoore/gpged/blob/main/gpged/images/decrypted_message.png?raw=true)\n",
    "bugtrack_url": null,
    "license": "Copyright 2022 Sky Moore  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": "GUI for encrypting and decrypting text with GPG.",
    "version": "0.0.4",
    "project_urls": null,
    "split_keywords": [
        "gpg",
        "gnupg",
        "pgp",
        "gui",
        "encryption",
        "decryption",
        "cryptography"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c697f631227bd8a9b49849f07bf3c21e441c7263fe320c15b7fa6f4e63e70cc5",
                "md5": "cc97f353578f4a9504f14e53f06e2ddf",
                "sha256": "6687507a084edf7f96c0578f689241457e6228263a9f864830087d0a31ecaafd"
            },
            "downloads": -1,
            "filename": "gpged-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "cc97f353578f4a9504f14e53f06e2ddf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4136,
            "upload_time": "2023-06-23T07:44:49",
            "upload_time_iso_8601": "2023-06-23T07:44:49.321371Z",
            "url": "https://files.pythonhosted.org/packages/c6/97/f631227bd8a9b49849f07bf3c21e441c7263fe320c15b7fa6f4e63e70cc5/gpged-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 07:44:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gpged"
}
        
Elapsed time: 0.07911s