Metadata-Version: 2.1
Name: carrier.dhl-express
Version: 2023.4
Summary: DHL Express Web API Schemas Python Data Types library
Home-page: https://github.com/karrioapi/karrio
Author: karrio
Author-email: hello@karrio.io
License: Apache-2.0
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: lxml
Requires-Dist: six

# dhl_express

DHL Express Web API schemas Python Data Types generated with [generateDS](http://www.davekuhlman.org/generateDS.html)

## Installation

```bash
pip install carrier.dhl_express
```

## Usage

```python
import dhl_express_lib

help(dhl_express_lib)
```

*This package is used by the [Karrio Multi-carrier Shipping Interface](https://github.com/PurplShip/karrio)*


