{ "info": { "author": "NaN-TIC", "author_email": "info@nan-tic.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "MondialRelay\n============\n\nPython API MondialRelay carrier.\n\nFeatures\n--------\n\n- Services\n- Test connection\n- Create/Send shipments to MondialRelay\n- Label shipment - PDF\n\nUsage Examples\n--------------\n\nExample API in test.py file\n\nTest connection\n---------------\n\n.. code-block:: python\n\n with Picking(username, password, mondialrelay_customerid,\n debug=debug) as mondialrelay_api:\n print mondialrelay_api.test_connection()\n\nCreate/send shipment to MondialRelay\n------------------------------------\n\n.. code-block:: python\n\n with Picking(username, password, mondialrelay_customerid,\n debug=debug) as mondialrelay_api:\n data = {...}\n reference, label, error = mondialrelay_api.create(data)\n\nGet label shipment\n------------------\n\n.. code-block:: python\n\n with Picking(username, password, mondialrelay_customerid,\n debug=debug) as mondialrelay_api:\n data = {...}\n label = mondialrelay_api.label(data)\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/nantic/python-mondialrelay", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.nan-tic.com", "keywords": "", "license": "GPL-3", "maintainer": "", "maintainer_email": "", "name": "mondialrelay", "package_url": "https://pypi.org/project/mondialrelay/", "platform": "", "project_url": "https://pypi.org/project/mondialrelay/", "project_urls": { "Download": "https://bitbucket.org/nantic/python-mondialrelay", "Homepage": "https://www.nan-tic.com" }, "release_url": "https://pypi.org/project/mondialrelay/0.0.1/", "requires_dist": [ "genshi" ], "requires_python": "", "summary": "Python API MondialRelay carrier", "version": "0.0.1" }, "last_serial": 3654072, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "03fa202e6f64809b459ea35b0b9ce6cc", "sha256": "13c7fd951caa355e22f11da3f786aff1881a0334fbe7366bd5e536bccca87e8b" }, "downloads": -1, "filename": "mondialrelay-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "03fa202e6f64809b459ea35b0b9ce6cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7726, "upload_time": "2018-03-09T11:21:07", "url": "https://files.pythonhosted.org/packages/65/82/01ef413180a8b6c386d44d0cc24b4ce9c938331e026bdd3727f264b3a116/mondialrelay-0.0.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "03fa202e6f64809b459ea35b0b9ce6cc", "sha256": "13c7fd951caa355e22f11da3f786aff1881a0334fbe7366bd5e536bccca87e8b" }, "downloads": -1, "filename": "mondialrelay-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "03fa202e6f64809b459ea35b0b9ce6cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7726, "upload_time": "2018-03-09T11:21:07", "url": "https://files.pythonhosted.org/packages/65/82/01ef413180a8b6c386d44d0cc24b4ce9c938331e026bdd3727f264b3a116/mondialrelay-0.0.1-py2.py3-none-any.whl" } ] }