karrio.yunexpress


Namekarrio.yunexpress JSON
Version 2023.1 PyPI version JSON
download
home_pagehttps://github.com/karrioapi/karrio
SummaryKarrio - Yunexpress Shipping extension
upload_time2023-01-29 02:08:45
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.yunexpress

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

## Requirements

`Python 3.7+`

## Installation

```bash
pip install karrio.yunexpress
```

## Usage

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


# Initialize a carrier gateway
canadapost = karrio.gateway["yunexpress"].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.yunexpress",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "karrio",
    "author_email": "hello@karrio.io",
    "download_url": "",
    "platform": null,
    "description": "# karrio.yunexpress\n\nThis package is a Yunexpress 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.yunexpress\n```\n\n## Usage\n\n```python\nimport karrio\nfrom karrio.mappers.yunexpress .settings import Settings\n\n\n# Initialize a carrier gateway\ncanadapost = karrio.gateway[\"yunexpress\"].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 - Yunexpress Shipping extension",
    "version": "2023.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32dcbee09687957204e472260c8b91e318559daeb4bd12832131f9476613fe39",
                "md5": "546c82994b2349c0b238f22a5175aeb1",
                "sha256": "1b958bee7174c3be33ca12193fb49dcaa7f14e61871a541bd85a82f33dc5a7ca"
            },
            "downloads": -1,
            "filename": "karrio.yunexpress-2023.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "546c82994b2349c0b238f22a5175aeb1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6729,
            "upload_time": "2023-01-29T02:08:45",
            "upload_time_iso_8601": "2023-01-29T02:08:45.663459Z",
            "url": "https://files.pythonhosted.org/packages/32/dc/bee09687957204e472260c8b91e318559daeb4bd12832131f9476613fe39/karrio.yunexpress-2023.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-29 02:08:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "karrioapi",
    "github_project": "karrio",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "karrio.yunexpress"
}
        
Elapsed time: 0.06844s