mepost-sdk


Namemepost-sdk JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/mepost-io/python-sdk
SummaryA Python SDK for interacting with the Mepost API.
upload_time2024-04-20 17:47:16
maintainerNone
docs_urlNone
authormepost
requires_python>=3.6
licenseMIT
keywords mepost email sdk api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mepost-sdk

## Overview
The `mepost-sdk` is a Python library designed to simplify interactions with the Mepost API for sending and managing emails.

## Installation
Install this package using pip:
```bash
pip install mepost-sdk
```

## Usage
Here is a quick example:

```python
Copy code
from mepost.client import MepostClient

client = MepostClient(api_key="your_api_key")
response = client.send_email(email_data)
print(response)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mepost-io/python-sdk",
    "name": "mepost-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "mepost, email, sdk, api",
    "author": "mepost",
    "author_email": "info@mepost.io",
    "download_url": "https://files.pythonhosted.org/packages/c4/63/8b299e7a521196bf8f075aae34ed42a8759d3b47e16853b4061191a61af4/mepost-sdk-0.1.3.tar.gz",
    "platform": null,
    "description": "# mepost-sdk\n\n## Overview\nThe `mepost-sdk` is a Python library designed to simplify interactions with the Mepost API for sending and managing emails.\n\n## Installation\nInstall this package using pip:\n```bash\npip install mepost-sdk\n```\n\n## Usage\nHere is a quick example:\n\n```python\nCopy code\nfrom mepost.client import MepostClient\n\nclient = MepostClient(api_key=\"your_api_key\")\nresponse = client.send_email(email_data)\nprint(response)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python SDK for interacting with the Mepost API.",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/mepost-io/python-sdk"
    },
    "split_keywords": [
        "mepost",
        " email",
        " sdk",
        " api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b294f6fe85dfa934b9529be776f5c74d00a0886ebfeb6351183192adfa6bb3b",
                "md5": "f3d06b2c00104956e9008cf51222fef4",
                "sha256": "0b9b95ea1f2ff0b02897b3440af14fde7016bbb218b2672d94bc74f66e550ff0"
            },
            "downloads": -1,
            "filename": "mepost_sdk-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3d06b2c00104956e9008cf51222fef4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2469,
            "upload_time": "2024-04-20T17:47:15",
            "upload_time_iso_8601": "2024-04-20T17:47:15.255711Z",
            "url": "https://files.pythonhosted.org/packages/8b/29/4f6fe85dfa934b9529be776f5c74d00a0886ebfeb6351183192adfa6bb3b/mepost_sdk-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4638b299e7a521196bf8f075aae34ed42a8759d3b47e16853b4061191a61af4",
                "md5": "6247827fa06e9fa0ab3e6fd681bae1d8",
                "sha256": "b32f3c56b022ee45121984047c8344037937b57da6dd09eb6497670b8b5b2e22"
            },
            "downloads": -1,
            "filename": "mepost-sdk-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6247827fa06e9fa0ab3e6fd681bae1d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2186,
            "upload_time": "2024-04-20T17:47:16",
            "upload_time_iso_8601": "2024-04-20T17:47:16.793145Z",
            "url": "https://files.pythonhosted.org/packages/c4/63/8b299e7a521196bf8f075aae34ed42a8759d3b47e16853b4061191a61af4/mepost-sdk-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-20 17:47:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mepost-io",
    "github_project": "python-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mepost-sdk"
}
        
Elapsed time: 0.22515s