karrio.dpdhl


Namekarrio.dpdhl JSON
Version 2023.9.2 PyPI version JSON
download
home_pagehttps://github.com/karrioapi/karrio
SummaryKarrio - Deutsche Post DHL Shipping extension
upload_time2023-12-08 05:09:18
maintainer
docs_urlNone
authorkarrio
requires_python
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            
# karrio.dpdhl

This package is a Deutsche Post DHL extension of the [karrio](https://pypi.org/project/karrio) multi carrier shipping SDK.

## Requirements

`Python 3.7+`

## Installation

```bash
pip install karrio.dpdhl
```

## Usage

```python
import karrio
from karrio.mappers.dpdhl.settings import Settings


# Initialize a carrier gateway
dpdhl = karrio.gateway["dpdhl"].create(
    Settings(
        ...
    )
)
```

Check the [Karrio Mutli-carrier SDK docs](https://docs.karrio.io) for Shipping API requests

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/karrioapi/karrio",
    "name": "karrio.dpdhl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "karrio",
    "author_email": "hello@karrio.io",
    "download_url": "",
    "platform": null,
    "description": "\n# karrio.dpdhl\n\nThis package is a Deutsche Post DHL extension of the [karrio](https://pypi.org/project/karrio) multi carrier shipping SDK.\n\n## Requirements\n\n`Python 3.7+`\n\n## Installation\n\n```bash\npip install karrio.dpdhl\n```\n\n## Usage\n\n```python\nimport karrio\nfrom karrio.mappers.dpdhl.settings import Settings\n\n\n# Initialize a carrier gateway\ndpdhl = karrio.gateway[\"dpdhl\"].create(\n    Settings(\n        ...\n    )\n)\n```\n\nCheck the [Karrio Mutli-carrier SDK docs](https://docs.karrio.io) for Shipping API requests\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Karrio - Deutsche Post DHL Shipping extension",
    "version": "2023.9.2",
    "project_urls": {
        "Homepage": "https://github.com/karrioapi/karrio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89ff7fa1410bba9aa2f28e1d4b92da07491ef456cec3ad5b0888b48cc53bb1d0",
                "md5": "af2c5f899aa9aa82a5256ea025bde10f",
                "sha256": "f3bb28b0a35baaa2a448136ef70b3ddbcaa905680562cb540a44ce566aa7c7ac"
            },
            "downloads": -1,
            "filename": "karrio.dpdhl-2023.9.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "af2c5f899aa9aa82a5256ea025bde10f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 144043,
            "upload_time": "2023-12-08T05:09:18",
            "upload_time_iso_8601": "2023-12-08T05:09:18.909209Z",
            "url": "https://files.pythonhosted.org/packages/89/ff/7fa1410bba9aa2f28e1d4b92da07491ef456cec3ad5b0888b48cc53bb1d0/karrio.dpdhl-2023.9.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-08 05:09:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "karrioapi",
    "github_project": "karrio",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "karrio.dpdhl"
}
        
Elapsed time: 0.14563s