Python Implementation of Deutsche Post Internetmarke Online Franking
Go to file
Harald Welte ddaed085d8 README.rst, setup.py: Mention Warenpost International API 2021-03-07 10:54:18 +01:00
examples fix price comparision and latest column reordering 2020-12-05 13:44:35 +01:00
inema wpint: be more specific about what we're logging 2021-03-07 10:24:03 +01:00
.gitignore initial import of code 2016-07-14 01:32:12 +02:00
LICENSE initial import of code 2016-07-14 01:32:12 +02:00
Makefile initial import of code 2016-07-14 01:32:12 +02:00
README.rst README.rst, setup.py: Mention Warenpost International API 2021-03-07 10:54:18 +01:00
setup.cfg initial import of code 2016-07-14 01:32:12 +02:00
setup.py README.rst, setup.py: Mention Warenpost International API 2021-03-07 10:54:18 +01:00

README.rst

This is a python module for interfacing the "Internetmarke" API provided
by the German postal company "Deutsche Post".  It implements V3 of this
API.  It also implements the new (2020) "Warenpost International API".

The Internetmarke API allwos you to buy online franking for national and
international postal products like post cardsd and letters of all weight
classes and service classes (normal, registered, ...).

In order to use this module, you will need to be registered with
Deutsche Post for accessing the "1C4A Webservice".  You can request
related details from pcf-1click@deutschepost.de.  Upon registration,
you will recevie your individual parameters PARTNER_ID, KEY and
KEY_PHASE.

Furthermore, for actual payment of purchases made via this API, you will
need the user name (email address) and password to a "Portokasse"
acount.

This module makes use of the farily new "zeep" module for SOAP/WSDL.