carbon-webhooks


Namecarbon-webhooks JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Carbon-for-Developers/webhook-library.git
SummaryA library to verify Carbon webhook events
upload_time2024-07-26 08:45:25
maintainerNone
docs_urlNone
authorcarbon
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Carbon Webhooks Python Library

`carbon_webhooks_python` is a Python library designed to verify Carbon webhook events. This library provides a simple way to validate webhook signatures and ensure the authenticity of incoming requests.

## Features

- **Generate Signature**: Generate HMAC SHA256 signatures for webhook payloads.
- **Validate Signature**: Validate incoming webhook signatures to ensure they match the expected signature.
- **Extract Signature Header**: Parse and extract components from the Carbon-Signature header.

## Installation

You can install the library using pip:

```sh
pip install carbon_webhooks

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Carbon-for-Developers/webhook-library.git",
    "name": "carbon-webhooks",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "carbon",
    "author_email": "team@carbon.ai",
    "download_url": "https://files.pythonhosted.org/packages/1b/c7/579161003d4ac3fd014a7ae250734ad185ec1c1bd9f17863af2ed7ba0274/carbon_webhooks-0.1.0.tar.gz",
    "platform": null,
    "description": "# Carbon Webhooks Python Library\n\n`carbon_webhooks_python` is a Python library designed to verify Carbon webhook events. This library provides a simple way to validate webhook signatures and ensure the authenticity of incoming requests.\n\n## Features\n\n- **Generate Signature**: Generate HMAC SHA256 signatures for webhook payloads.\n- **Validate Signature**: Validate incoming webhook signatures to ensure they match the expected signature.\n- **Extract Signature Header**: Parse and extract components from the Carbon-Signature header.\n\n## Installation\n\nYou can install the library using pip:\n\n```sh\npip install carbon_webhooks\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library to verify Carbon webhook events",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Carbon-for-Developers/webhook-library.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f4c8ac31753c27a7dc5dee67c025f88c85209e1b41bdad40759f86145ac5f0c",
                "md5": "5d8bb830491f5c278c9383815250030c",
                "sha256": "8bca97cd4e018ba65714253a8f63bb88fc24f7ad46098bd618de33b51c898aa9"
            },
            "downloads": -1,
            "filename": "carbon_webhooks-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d8bb830491f5c278c9383815250030c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1508,
            "upload_time": "2024-07-26T08:45:23",
            "upload_time_iso_8601": "2024-07-26T08:45:23.839702Z",
            "url": "https://files.pythonhosted.org/packages/4f/4c/8ac31753c27a7dc5dee67c025f88c85209e1b41bdad40759f86145ac5f0c/carbon_webhooks-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bc7579161003d4ac3fd014a7ae250734ad185ec1c1bd9f17863af2ed7ba0274",
                "md5": "a7d6f322297e029aeca3687ff960bb52",
                "sha256": "bef79bacc2dd8947e7a7e07f7209ea36db1188d693d538f6ba93c46582e28712"
            },
            "downloads": -1,
            "filename": "carbon_webhooks-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a7d6f322297e029aeca3687ff960bb52",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2326,
            "upload_time": "2024-07-26T08:45:25",
            "upload_time_iso_8601": "2024-07-26T08:45:25.531132Z",
            "url": "https://files.pythonhosted.org/packages/1b/c7/579161003d4ac3fd014a7ae250734ad185ec1c1bd9f17863af2ed7ba0274/carbon_webhooks-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-26 08:45:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Carbon-for-Developers",
    "github_project": "webhook-library",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "carbon-webhooks"
}
        
Elapsed time: 0.29668s