Name | inema JSON |
Version |
0.8.11
JSON |
| download |
home_page | https://git.sysmocom.de/odoo/python-inema/ |
Summary | A Python interface to the Deutsche Post Internetmarke and Warenpost International Online Franking |
upload_time | 2025-01-12 13:12:29 |
maintainer | None |
docs_url | None |
author | Harald Welte |
requires_python | None |
license | LGPLv3 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
python-inema
============
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 allows you to buy online franking for national and
international postal products like post cards and letters of all weight
classes and service classes (normal, registered, ...).
Internetmarke API
-----------------
In order to use the Internetmarke API (SOAP), 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 receive your individual parameters PARTNER_ID, KEY and KEY_PHASE.
This module makes use of the fairly new "zeep" module for SOAP/WSDL.
Warenpost International API
---------------------------
In order to use the Warenpost International API (REST), you will need to
be separately registered with Deutsche Post for accessing that API.
Upon registration, you will have the following individual parameters,
which you must use when initializing the WarenpostInt() class:
- PARTNER_ID
- SCHLUESSEL_DPWN_PARTNER (same as KEY?)
- EKP
- KEY_PHASE
Portokasse
----------
Furthermore, for actual payment of purchases made via both APIs, you
will need the user name (email address) and password to a "Portokasse"
account.
Authors / History
-----------------
python-inema was originally developed by Harald Welte <hwelte@sysmocom.de>
for internal use at his company sysmocom, in order to provide franking
from the Odoo based logistics system. Like most other software at sysmocom,
it was released as open source software under a strong network copyleft
license.
Shortly after the initial release, Georg Sauthoff <mail@georg.so> joined
the development and improved and extended the code im various ways. He
also added the command-line ``frank.py`` tool.
Raw data
{
"_id": null,
"home_page": "https://git.sysmocom.de/odoo/python-inema/",
"name": "inema",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Harald Welte",
"author_email": "hwelte@sysmocom.de",
"download_url": "https://files.pythonhosted.org/packages/1f/2f/b351c25d102aaa3deac6ab42bf4681757c1317cc3382ed889c4b3e1cf646/inema-0.8.11.tar.gz",
"platform": null,
"description": "python-inema\n============\n\nThis is a python module for interfacing the \"Internetmarke\" API provided\nby the German postal company \"Deutsche Post\". It implements V3 of this\nAPI. It also implements the new (2020) \"Warenpost International API\".\n\nThe Internetmarke API allows you to buy online franking for national and\ninternational postal products like post cards and letters of all weight\nclasses and service classes (normal, registered, ...).\n\nInternetmarke API\n-----------------\n\nIn order to use the Internetmarke API (SOAP), you will need to be registered\nwith Deutsche Post for accessing the \"1C4A Webservice\". You can request\nrelated details from pcf-1click@deutschepost.de. Upon registration, you\nwill receive your individual parameters PARTNER_ID, KEY and KEY_PHASE.\n\nThis module makes use of the fairly new \"zeep\" module for SOAP/WSDL.\n\n\nWarenpost International API\n---------------------------\n\nIn order to use the Warenpost International API (REST), you will need to\nbe separately registered with Deutsche Post for accessing that API.\nUpon registration, you will have the following individual parameters,\nwhich you must use when initializing the WarenpostInt() class:\n\n- PARTNER_ID\n- SCHLUESSEL_DPWN_PARTNER (same as KEY?)\n- EKP\n- KEY_PHASE\n\n\nPortokasse\n----------\n\nFurthermore, for actual payment of purchases made via both APIs, you\nwill need the user name (email address) and password to a \"Portokasse\"\naccount.\n\n\nAuthors / History\n-----------------\n\npython-inema was originally developed by Harald Welte <hwelte@sysmocom.de>\nfor internal use at his company sysmocom, in order to provide franking\nfrom the Odoo based logistics system. Like most other software at sysmocom,\nit was released as open source software under a strong network copyleft\nlicense.\n\nShortly after the initial release, Georg Sauthoff <mail@georg.so> joined\nthe development and improved and extended the code im various ways. He\nalso added the command-line ``frank.py`` tool.\n",
"bugtrack_url": null,
"license": "LGPLv3",
"summary": "A Python interface to the Deutsche Post Internetmarke and Warenpost International Online Franking",
"version": "0.8.11",
"project_urls": {
"Homepage": "https://git.sysmocom.de/odoo/python-inema/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1f2fb351c25d102aaa3deac6ab42bf4681757c1317cc3382ed889c4b3e1cf646",
"md5": "c465ce00026dd102cd24dcd901f332bd",
"sha256": "18e6500ba094f608b11f28972caa2c93b63f2ef952c3959968996a3093dc930c"
},
"downloads": -1,
"filename": "inema-0.8.11.tar.gz",
"has_sig": false,
"md5_digest": "c465ce00026dd102cd24dcd901f332bd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21771,
"upload_time": "2025-01-12T13:12:29",
"upload_time_iso_8601": "2025-01-12T13:12:29.240103Z",
"url": "https://files.pythonhosted.org/packages/1f/2f/b351c25d102aaa3deac6ab42bf4681757c1317cc3382ed889c4b3e1cf646/inema-0.8.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-12 13:12:29",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "inema"
}