Metadata-Version: 1.1
Name: python-dhl
Version: 1.0.0.dev7
Summary: Python package for DHL webservice
Home-page: https://github.com/benqo/python-dhl
Author: Benjamin Polovic
Author-email: benkoman@gmail.com
License: MIT
Description: 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.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
