python-gnupg


Namepython-gnupg JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/vsajip/python-gnupg
SummaryA wrapper for the Gnu Privacy Guard (GPG or GnuPG)
upload_time2023-07-22 10:49:00
maintainerVinay Sajip
docs_urlhttps://pythonhosted.org/python-gnupg/
authorVinay Sajip
requires_python
licenseBSD
keywords gnupg cryptography encryption decryption signing verification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            
This module allows easy access to GnuPG's key management, encryption and signature
functionality from Python programs. It is intended for use with Python 2.4 or
greater.

Releases are normally signed using a GnuPG key with the user id
vinay_sajip@yahoo.co.uk and the following fingerprint:

CA74 9061 914E AC13 8E66  EADB 9147 B477 339A 9B86

As PyPI no longer shows signatures, you should be able to download release archives
and signatures from

https://bitbucket.org/vinay.sajip/python-gnupg/downloads/

The archives should be the same as those uploaded to PyPI.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vsajip/python-gnupg",
    "name": "python-gnupg",
    "maintainer": "Vinay Sajip",
    "docs_url": "https://pythonhosted.org/python-gnupg/",
    "requires_python": "",
    "maintainer_email": "vinay_sajip@yahoo.co.uk",
    "keywords": "GnuPG,cryptography,encryption,decryption,signing,verification",
    "author": "Vinay Sajip",
    "author_email": "vinay_sajip@yahoo.co.uk",
    "download_url": "https://files.pythonhosted.org/packages/98/62/7737485f44bd4d7d904f4094372f4119195865b29f119fa51a98e121a13a/python-gnupg-0.5.1.tar.gz",
    "platform": "any",
    "description": "\nThis module allows easy access to GnuPG's key management, encryption and signature\nfunctionality from Python programs. It is intended for use with Python 2.4 or\ngreater.\n\nReleases are normally signed using a GnuPG key with the user id\nvinay_sajip@yahoo.co.uk and the following fingerprint:\n\nCA74 9061 914E AC13 8E66  EADB 9147 B477 339A 9B86\n\nAs PyPI no longer shows signatures, you should be able to download release archives\nand signatures from\n\nhttps://bitbucket.org/vinay.sajip/python-gnupg/downloads/\n\nThe archives should be the same as those uploaded to PyPI.\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)",
    "version": "0.5.1",
    "project_urls": {
        "Documentation": "https://gnupg.readthedocs.io/",
        "Homepage": "https://github.com/vsajip/python-gnupg",
        "Source": "https://github.com/vsajip/python-gnupg",
        "Tracker": "https://github.com/vsajip/python-gnupg/issues"
    },
    "split_keywords": [
        "gnupg",
        "cryptography",
        "encryption",
        "decryption",
        "signing",
        "verification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22ad12d8df0a1b465593e736fa14a5d8144381bc64b222e6cd59bb13c6af95b4",
                "md5": "dcaac8818c0d8f322bea63b07ab16bb7",
                "sha256": "bf9b2d9032ef38139b7d64184176cd0b293eaeae6e4f93f50e304c7051174482"
            },
            "downloads": -1,
            "filename": "python_gnupg-0.5.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dcaac8818c0d8f322bea63b07ab16bb7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 20893,
            "upload_time": "2023-07-22T10:48:58",
            "upload_time_iso_8601": "2023-07-22T10:48:58.530325Z",
            "url": "https://files.pythonhosted.org/packages/22/ad/12d8df0a1b465593e736fa14a5d8144381bc64b222e6cd59bb13c6af95b4/python_gnupg-0.5.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98627737485f44bd4d7d904f4094372f4119195865b29f119fa51a98e121a13a",
                "md5": "c5d99c5f0456f8cbf69324ec5e6acaff",
                "sha256": "5674bad4e93876c0b0d3197e314d7f942d39018bf31e2b833f6788a6813c3fb8"
            },
            "downloads": -1,
            "filename": "python-gnupg-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c5d99c5f0456f8cbf69324ec5e6acaff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 64377,
            "upload_time": "2023-07-22T10:49:00",
            "upload_time_iso_8601": "2023-07-22T10:49:00.402820Z",
            "url": "https://files.pythonhosted.org/packages/98/62/7737485f44bd4d7d904f4094372f4119195865b29f119fa51a98e121a13a/python-gnupg-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-22 10:49:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vsajip",
    "github_project": "python-gnupg",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "tox": true,
    "lcname": "python-gnupg"
}
        
Elapsed time: 0.09300s