# karrio.aramex
This package is a Aramex extension of the [karrio](https://pypi.org/project/karrio) multi carrier shipping SDK.
## Requirements
`Python 3.7+`
## Installation
```bash
pip install karrio.aramex
```
## Usage
```python
import karrio
from karrio.mappers.aramex.settings import Settings
# Initialize a carrier gateway
canadapost = karrio.gateway["aramex"].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.aramex",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "karrio",
"author_email": "hello@karrio.io",
"download_url": "",
"platform": null,
"description": "# karrio.aramex\n\nThis package is a Aramex 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.aramex\n```\n\n## Usage\n\n```python\nimport karrio\nfrom karrio.mappers.aramex.settings import Settings\n\n\n# Initialize a carrier gateway\ncanadapost = karrio.gateway[\"aramex\"].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 - Aramex Shipping extension",
"version": "2023.9.2",
"project_urls": {
"Homepage": "https://github.com/karrioapi/karrio"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d2cf56bdd0e51dab92d7f2e290072304a61336637387aee9f8a9247aa2138302",
"md5": "65d09e53cc201ae8f564811a560af76f",
"sha256": "c056a487d0dc334e80fb6c939955b5dbc302e68e791b44ab3fb795aabbefcdc4"
},
"downloads": -1,
"filename": "karrio.aramex-2023.9.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "65d09e53cc201ae8f564811a560af76f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 145191,
"upload_time": "2023-12-08T05:09:36",
"upload_time_iso_8601": "2023-12-08T05:09:36.231556Z",
"url": "https://files.pythonhosted.org/packages/d2/cf/56bdd0e51dab92d7f2e290072304a61336637387aee9f8a9247aa2138302/karrio.aramex-2023.9.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-08 05:09:36",
"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.aramex"
}