karrio.royalmail


Namekarrio.royalmail JSON
Version 2023.9.2 PyPI version JSON
download
home_pagehttps://github.com/karrioapi/karrio
SummaryKarrio - Royal Mail Shipping extension
upload_time2023-12-08 05:09:25
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.royalmail

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

## Requirements

`Python 3.7+`

## Installation

```bash
pip install karrio.royalmail
```

## Usage

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


# Initialize a carrier gateway
canadapost = karrio.gateway["royalmail"].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.royalmail",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "karrio",
    "author_email": "hello@karrio.io",
    "download_url": "",
    "platform": null,
    "description": "# karrio.royalmail\n\nThis package is a Royal Mail 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.royalmail\n```\n\n## Usage\n\n```python\nimport karrio\nfrom karrio.mappers.royalmail.settings import Settings\n\n\n# Initialize a carrier gateway\ncanadapost = karrio.gateway[\"royalmail\"].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 - Royal Mail Shipping extension",
    "version": "2023.9.2",
    "project_urls": {
        "Homepage": "https://github.com/karrioapi/karrio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "139237aa3a4a5d431932730cde361ec91ab58a880757cfe37fa7aafbfb10a907",
                "md5": "9a282932445de26f55e612178620585b",
                "sha256": "a92df9c3012f19adef795f6c0f97a62049e9436ad2e41ee2a09473b238f8ae97"
            },
            "downloads": -1,
            "filename": "karrio.royalmail-2023.9.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a282932445de26f55e612178620585b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7885,
            "upload_time": "2023-12-08T05:09:25",
            "upload_time_iso_8601": "2023-12-08T05:09:25.007465Z",
            "url": "https://files.pythonhosted.org/packages/13/92/37aa3a4a5d431932730cde361ec91ab58a880757cfe37fa7aafbfb10a907/karrio.royalmail-2023.9.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-08 05:09:25",
    "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.royalmail"
}
        
Elapsed time: 0.20893s