Metadata-Version: 2.4
Name: karrio_gls
Version: 2026.1.31
Summary: Karrio - GLS Group Shipping Extension
Author-email: karrio <hello@karrio.io>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/karrioapi/karrio
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: karrio

# Karrio - GLS Group Shipping Extension

This extension adds support for GLS Group shipping services to the Karrio platform.

## Features

- Shipment creation with label generation
- Tracking information retrieval
- OAuth2 authentication
- Support for multiple parcel types and services

## Installation

```bash
pip install karrio-gls-group
```

## Configuration

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

settings = Settings(
    client_id="your_client_id",
    client_secret="your_client_secret",
    test_mode=True
)

gateway = karrio.gateway["gls"].create(settings)
```

## API Documentation

- Production: https://api.gls-group.net
- Sandbox: https://api-sandbox.gls-group.net
- Developer Portal: https://dev-portal.gls-group.net
