Metadata-Version: 2.0
Name: python-dhl
Version: 1.0.0.dev12
Summary: Python package for DHL webservice
Home-page: https://github.com/benqo/python-dhl
Author: Benjamin Polovic
Author-email: benkoman@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: suds-jurko

This is a python package for using the DHL webservice.
It allows developers to easily connect to DHL services and make requests.
The package creates SOAP requests using the suds-jurko package (https://pypi.python.org/pypi/suds-jurko/0.6)
to create shipments, to schedule a pickup and possibly to delete a created shipment.
It also provides the ability to save the shipping labels.


