authheaders


Nameauthheaders JSON
Version 0.16.1 PyPI version JSON
download
home_pagehttps://github.com/ValiMail/authentication-headers
SummaryA library wrapping email authentication header verification and generation.
upload_time2024-01-16 16:19:01
maintainer
docs_urlNone
authorGene Shuman
requires_python>3.7
licenseMIT
keywords email headers spf dkim dmarc arc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python module for generating email authentication headers: Authheaders can generate both authentication results header fields and DKIM/ ARC signatures. It can perform DKIM, SPF, and DMARC validation, and the results are packaged into a single Authentication-Results header. It can also DKIM and ARC sign messages and output the corresponding signature header fields.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ValiMail/authentication-headers",
    "name": "authheaders",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">3.7",
    "maintainer_email": "",
    "keywords": "email,headers,SPF,DKIM,DMARC,ARC",
    "author": "Gene Shuman",
    "author_email": "gene@valimail.com",
    "download_url": "https://files.pythonhosted.org/packages/55/03/9c47328107d916344d53092077e5a127e1cfbb4560c2f0b15e0db89381bd/authheaders-0.16.1.tar.gz",
    "platform": null,
    "description": "Python module for generating email authentication headers: Authheaders can generate both authentication results header fields and DKIM/ ARC signatures. It can perform DKIM, SPF, and DMARC validation, and the results are packaged into a single Authentication-Results header. It can also DKIM and ARC sign messages and output the corresponding signature header fields.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library wrapping email authentication header verification and generation.",
    "version": "0.16.1",
    "project_urls": {
        "Homepage": "https://github.com/ValiMail/authentication-headers"
    },
    "split_keywords": [
        "email",
        "headers",
        "spf",
        "dkim",
        "dmarc",
        "arc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55039c47328107d916344d53092077e5a127e1cfbb4560c2f0b15e0db89381bd",
                "md5": "bf0499975a12be4e6b83e12d396a869c",
                "sha256": "c1adf57525e96d6ae6be713b65972d9c12c8c09f5e802e52797a8be76ff0b119"
            },
            "downloads": -1,
            "filename": "authheaders-0.16.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bf0499975a12be4e6b83e12d396a869c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.7",
            "size": 111878,
            "upload_time": "2024-01-16T16:19:01",
            "upload_time_iso_8601": "2024-01-16T16:19:01.598693Z",
            "url": "https://files.pythonhosted.org/packages/55/03/9c47328107d916344d53092077e5a127e1cfbb4560c2f0b15e0db89381bd/authheaders-0.16.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-16 16:19:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ValiMail",
    "github_project": "authentication-headers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "authheaders"
}
        
Elapsed time: 0.18908s