Metadata-Version: 2.1
Name: carrier.dpd
Version: 2023.3
Summary: DPD 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

# carrier.dpd

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

## Installation

```bash
pip install carrier.dpd
```

## Usage

```python
import dpd_lib

help(dpd_lib)
```

*This package is used by the [karrio multi-carrier shipping interface](https://github.com/karrioapi/karrio)*


