{"id":17537616,"url":"https://github.com/zenhack/python-gpgmime","last_synced_at":"2025-10-27T23:09:25.851Z","repository":{"id":151019445,"uuid":"41608756","full_name":"zenhack/python-gpgmime","owner":"zenhack","description":"Python library for manipulating PGP mime messages","archived":false,"fork":false,"pushed_at":"2016-04-08T02:14:50.000Z","size":110,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T19:09:42.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zenhack.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-29T22:05:51.000Z","updated_at":"2018-04-25T09:00:41.000Z","dependencies_parsed_at":"2023-05-18T05:15:47.047Z","dependency_job_id":null,"html_url":"https://github.com/zenhack/python-gpgmime","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zenhack/python-gpgmime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fpython-gpgmime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fpython-gpgmime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fpython-gpgmime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fpython-gpgmime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zenhack","download_url":"https://codeload.github.com/zenhack/python-gpgmime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fpython-gpgmime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281356075,"owners_count":26487055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-20T20:42:18.521Z","updated_at":"2025-10-27T23:09:25.813Z","avatar_url":"https://github.com/zenhack.png","language":"Python","readme":"`python-gpgmime` is a library for manipulating PGP mime messages.\n\nIt provides support for encrypting, decrypting, signing, and verifying\nPGP mime email messages (RFC 3156). It's based partly on the\ncorresponding functionality in [alot][1], but the interface is built on\ntop of [python-gnupg][2]; It provides a subclass of that library's\n`GPG`, with some additional mime-related methods.\n\nThis is in a very early stage of development; not everything works yet,\nand what does may still be rough around the edges.\n\n# LICENSE\n\nGPL, version 3 or later.\n\n# HACKING\n\nGet set up:\n\n    virtualenv .venv\n    source .venv/bin/activate\n    python setup.py develop\n    pip install -r test-requirements.txt\n\nRunning the test suite:\n\n    py.test\n\nNotes on tests:\n\n* The folder `testing/gpghome` contains a keyring used by the test\n  suite, and there's a fixture defined in `testing/utils.py` that\n  sets up the library to use this keyring. Obviously, don't rely on\n  these keys for security; the private keys are published in a public\n  git repository! The passphrases for the secret keys are as follows:\n    * Alice: `secret`\n    * Bob has no passphrase on his key (tsk tsk).\n    * Mallory: `god`\n* Tests themselves go in `testing/tests`. Support code for tests goes\n  in other modules under `testing/`.\n\n[1]: https://github.com/pazz/alot\n[2]: https://pythonhosted.org/python-gnupg/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenhack%2Fpython-gpgmime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenhack%2Fpython-gpgmime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenhack%2Fpython-gpgmime/lists"}