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