gpg-qrcode


Namegpg-qrcode JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/ubuntupunk/gpg-qrcode
SummaryA tool for generating qr-codes from gpg ascii keys and revoke certificates
upload_time2025-02-06 09:57:48
maintainerNone
docs_urlNone
authorDavid Robert Lewis
requires_python>=3.6
licenseNone
keywords revoke gpg qrcode
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gpg-qrcode

A simple tool to generate QR codes from GPG ascii keys and revoke certificates.

## Options ##
1. Display in Terminal
2. Save as PNG
3. Upload PNG to TempFiles.org
4. Quit

## Installation ##
```python
pip install gpg-qrcode
```

## Note
This is the qrencode version with the following python dependencies:
qrcode, requests, pillow. Please install [qrencode](https://fukuchi.org/works/qrencode/) via your package manager.

If you want to install the cv2 version it is available on cv2 branch from the github repo.

## License ##
[GPL-3.0-only](LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ubuntupunk/gpg-qrcode",
    "name": "gpg-qrcode",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "revoke, gpg, qrcode",
    "author": "David Robert Lewis",
    "author_email": "ubuntupunk@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/30/47265073c4cf151a5970047d2096aa8cfc5f0e3624cd797b7a3c511335ac/gpg_qrcode-0.1.3.tar.gz",
    "platform": null,
    "description": "# gpg-qrcode\n\nA simple tool to generate QR codes from GPG ascii keys and revoke certificates.\n\n## Options ##\n1. Display in Terminal\n2. Save as PNG\n3. Upload PNG to TempFiles.org\n4. Quit\n\n## Installation ##\n```python\npip install gpg-qrcode\n```\n\n## Note\nThis is the qrencode version with the following python dependencies:\nqrcode, requests, pillow. Please install [qrencode](https://fukuchi.org/works/qrencode/) via your package manager.\n\nIf you want to install the cv2 version it is available on cv2 branch from the github repo.\n\n## License ##\n[GPL-3.0-only](LICENSE)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tool for generating qr-codes from gpg ascii keys and revoke certificates",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/ubuntupunk/gpg-qrcode"
    },
    "split_keywords": [
        "revoke",
        " gpg",
        " qrcode"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b84fc473610d0a50f5c5b588eddc08b261bb4d87d46a2edf628085364a25746",
                "md5": "aafe41b01bd015d1a2be1b96665b9cc8",
                "sha256": "30938fb64b93f9b6f769dd00a7676e6470fdbdd8e5d7efe7bfc07b642ee11d89"
            },
            "downloads": -1,
            "filename": "gpg_qrcode-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aafe41b01bd015d1a2be1b96665b9cc8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 16149,
            "upload_time": "2025-02-06T09:57:45",
            "upload_time_iso_8601": "2025-02-06T09:57:45.526745Z",
            "url": "https://files.pythonhosted.org/packages/8b/84/fc473610d0a50f5c5b588eddc08b261bb4d87d46a2edf628085364a25746/gpg_qrcode-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d3047265073c4cf151a5970047d2096aa8cfc5f0e3624cd797b7a3c511335ac",
                "md5": "e368a679c646dc1077da3f16482e4f63",
                "sha256": "b44960b684b2ef732e0cc0276eca164dc7d2e3d9d94c02e55b2b6f2c95fc98ce"
            },
            "downloads": -1,
            "filename": "gpg_qrcode-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e368a679c646dc1077da3f16482e4f63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28642,
            "upload_time": "2025-02-06T09:57:48",
            "upload_time_iso_8601": "2025-02-06T09:57:48.193011Z",
            "url": "https://files.pythonhosted.org/packages/5d/30/47265073c4cf151a5970047d2096aa8cfc5f0e3624cd797b7a3c511335ac/gpg_qrcode-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-06 09:57:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ubuntupunk",
    "github_project": "gpg-qrcode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gpg-qrcode"
}
        
Elapsed time: 0.38423s