This module allows easy access to GnuPG's key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy.
Raw data
{
"_id": null,
"home_page": "https://github.com/isislovecruft/python-gnupg",
"name": "gnupg",
"maintainer": "",
"docs_url": "https://pythonhosted.org/gnupg/",
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Isis Agora Lovecruft",
"author_email": "isis@patternsinthevoid.net",
"download_url": "https://files.pythonhosted.org/packages/96/6c/21f99b450d2f0821ff35343b9a7843b71e98de35192454606435c72991a8/gnupg-2.3.1.tar.gz",
"platform": "Linux",
"description": "This module allows easy access to GnuPG's key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy.\n",
"bugtrack_url": null,
"license": "GPLv3+",
"summary": "A Python wrapper for GnuPG",
"version": "2.3.1",
"project_urls": {
"Download": "https://github.com/isislovecruft/python-gnupg/archive/master.zip",
"Homepage": "https://github.com/isislovecruft/python-gnupg"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b98046e7ffcffa8471d4b433dce2dee2669d0ac8432b367f83cc435d63b01619",
"md5": "5af71ab2ac316470cb1e660cc98f6b4a",
"sha256": "d2e16c486aaeecbb65633f8493ccab025e2487c0e1dc59a83c520b6f81dff9b8"
},
"downloads": -1,
"filename": "gnupg-2.3.1-py2.7.egg",
"has_sig": false,
"md5_digest": "5af71ab2ac316470cb1e660cc98f6b4a",
"packagetype": "bdist_egg",
"python_version": "2.7",
"requires_python": null,
"size": 168462,
"upload_time": "2017-09-06T23:42:36",
"upload_time_iso_8601": "2017-09-06T23:42:36.545851Z",
"url": "https://files.pythonhosted.org/packages/b9/80/46e7ffcffa8471d4b433dce2dee2669d0ac8432b367f83cc435d63b01619/gnupg-2.3.1-py2.7.egg",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "29171721c719319e5f2575c87cce95e8db8a1ae34f82adc7f246d94086ccc10e",
"md5": "2353111f60c1ffd9041fae13f72e1965",
"sha256": "be656a2f693dbac4362537c1b6cfd03131ac5ce7a4b2bb21bff7e3145f94f7ea"
},
"downloads": -1,
"filename": "gnupg-2.3.1-py3.4.egg",
"has_sig": false,
"md5_digest": "2353111f60c1ffd9041fae13f72e1965",
"packagetype": "bdist_egg",
"python_version": "3.4",
"requires_python": null,
"size": 170113,
"upload_time": "2017-09-06T23:51:24",
"upload_time_iso_8601": "2017-09-06T23:51:24.876793Z",
"url": "https://files.pythonhosted.org/packages/29/17/1721c719319e5f2575c87cce95e8db8a1ae34f82adc7f246d94086ccc10e/gnupg-2.3.1-py3.4.egg",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "966c21f99b450d2f0821ff35343b9a7843b71e98de35192454606435c72991a8",
"md5": "99622297b05b605a0a4e98f1b580186d",
"sha256": "8db5a05c369dbc231dab4c98515ce828f2dffdc14f1534441a6c59b71c6d2031"
},
"downloads": -1,
"filename": "gnupg-2.3.1.tar.gz",
"has_sig": false,
"md5_digest": "99622297b05b605a0a4e98f1b580186d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 100437,
"upload_time": "2017-09-06T23:42:48",
"upload_time_iso_8601": "2017-09-06T23:42:48.507724Z",
"url": "https://files.pythonhosted.org/packages/96/6c/21f99b450d2f0821ff35343b9a7843b71e98de35192454606435c72991a8/gnupg-2.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2017-09-06 23:42:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "isislovecruft",
"github_project": "python-gnupg",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"requirements": [
{
"name": "psutil",
"specs": [
[
">=",
"1.2.1"
]
]
}
],
"lcname": "gnupg"
}