karrio.freightcom


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

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

## Requirements

`Python 3.7+`

## Installation

```bash
pip install karrio.freightcom
```

## Usage

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


# Initialize a carrier gateway
freightcom = karrio.gateway["freightcom"].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.freightcom",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "karrio",
    "author_email": "hello@karrio.io",
    "download_url": "",
    "platform": null,
    "description": "# karrio.freightcom\n\nThis package is a freightcom 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.freightcom\n```\n\n## Usage\n\n```python\nimport karrio\nfrom karrio.mappers.freightcom.settings import Settings\n\n\n# Initialize a carrier gateway\nfreightcom = karrio.gateway[\"freightcom\"].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 - Freightcom Shipping extension",
    "version": "2023.9.2",
    "project_urls": {
        "Homepage": "https://github.com/karrioapi/karrio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "771565d0d98076345d9953129249771aedc3d7cfa5b2f11b7c69e078f1b5a97a",
                "md5": "2fead7a41b948b3e6421c74252d6048a",
                "sha256": "8c99ce0704edfc3770b04c44295f532470dfe209dbe74a4ab06c4f9904006a88"
            },
            "downloads": -1,
            "filename": "karrio.freightcom-2023.9.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2fead7a41b948b3e6421c74252d6048a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 112266,
            "upload_time": "2023-12-08T05:09:45",
            "upload_time_iso_8601": "2023-12-08T05:09:45.246435Z",
            "url": "https://files.pythonhosted.org/packages/77/15/65d0d98076345d9953129249771aedc3d7cfa5b2f11b7c69e078f1b5a97a/karrio.freightcom-2023.9.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-08 05:09:45",
    "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.freightcom"
}
        
Elapsed time: 0.19533s