{ "info": { "author": "Ingenico ePayments", "author_email": "github@epay.ingenico.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", "Topic :: Office/Business :: Financial" ], "description": "Ingenico Connect Python SDK\n===========================\n\nIntroduction\n------------\n\nThe Python SDK helps you to communicate with the `Ingenico\nConnect `__ Server API. It's\nprimary features are:\n\n- convenient Python library for the API calls and responses\n\n - marshalls Python request objects to HTTP requests\n - unmarshalls HTTP responses to Python response objects or Python\n exceptions\n\n- handling of all the details concerning authentication\n- handling of required meta data\n\nIts use is demonstrated by an example for each possible call. The\nexamples execute a call using the provided API keys.\n\nSee the `Ingenico Connect Developer\nHub `__\nfor more information on how to use the SDK.\n\nStructure of this repository\n----------------------------\n\nThis repository consists out of four main components:\n\n#. The source code of the SDK itself: ``/ingenico/connect/sdk/``\n#. The source code of the SDK unit tests: ``/tests/unit/``\n#. The source code of the SDK integration tests: ``/tests/integration/``\n#. Usage examples: ``/examples/``\n\nNote that the source code of the unit tests and integration tests and\nthe examples can only be found on GitHub.\n\nRequirements\n------------\n\nPython 3.3.5 or higher is required. In addition, the following packages\nare required:\n\n- `django `__ 1.10 or higher\n- `requests `__ 2.11.0 or\n higher\n- `requests-toolbelt `__ 0.8.0 or\n higher\n\nThese packages will be installed automatically if the SDK is installed\nmanually or using pip following the below instructions.\n\nInstallation\n------------\n\nTo install the SDK using pip, execute the following command:\n\n::\n\n pip install connect-sdk-python3\n\nAlternatively, you can install the SDK from a source distribution file:\n\n#. Download the latest version of the Python SDK from GitHub. Choose the\n ``connect-sdk-python3-x.y.z.zip`` file from the\n `releases `__\n page, where ``x.y.z`` is the version number.\n#. Execute the following command in the folder where the SDK was\n downloaded to:\n\n ::\n\n pip install connect-sdk-python3-x.y.z.zip\n\nUninstalling\n------------\n\nAfter the Python SDK has been installed, it can be uninstalled using the\nfollowing command:\n\n::\n\n pip uninstall connect-sdk-python3\n\nThe required packages can be uninstalled in the same way.\n\nRunning tests\n-------------\n\nThere are two types of tests: unit tests and integration tests. The unit\ntests will work out-of-the-box; for the integration tests some\nconfiguration is required. First, some environment variables need to be\nset:\n\n- ``connect.api.apiKeyId`` for the API key id to use. This can be\n retrieved from the Configuration Center.\n- ``connect.api.secretApiKey`` for the secret API key to use. This can\n be retrieved from the Configuration Center.\n- ``connect.api.merchantId`` for your merchant ID.\n\nIn addition, to run the proxy integration tests, the proxy URI, username\nand password should be set in the\n``tests/resources/configuration.proxy.ini`` file.\n\nIn order to run the unit and integration tests, the\n`mock `__ backport and\n`mockito `__ are required. This\ncan be installed using the following command:\n\n::\n\n pip install mock mockito\n\nThe following commands can now be executed from the ``tests`` directory\nto execute the tests:\n\n- Unit tests:\n\n ::\n\n python run_unit_tests.py\n\n- Integration tests:\n\n ::\n\n python run_integration_tests.py\n\n- Both unit and integration tests:\n\n ::\n\n python run_all_tests.py", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Ingenico-ePayments/connect-sdk-python3", "keywords": "Ingenico ePayments Connect SDK", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "connect-sdk-python3", "package_url": "https://pypi.org/project/connect-sdk-python3/", "platform": "python 3.5", "project_url": "https://pypi.org/project/connect-sdk-python3/", "project_urls": { "Homepage": "https://github.com/Ingenico-ePayments/connect-sdk-python3" }, "release_url": "https://pypi.org/project/connect-sdk-python3/3.5.0/", "requires_dist": null, "requires_python": "", "summary": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API", "version": "3.5.0" }, "last_serial": 5906873, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3f83a7ef4645aff5f1789fe29a3b0276", "sha256": "2d8d9356da873afa287eeb792757a87c189d1d0ead4a4513a39a031c754860f6" }, "downloads": -1, "filename": "connect-sdk-python3-1.0.0.zip", "has_sig": false, "md5_digest": "3f83a7ef4645aff5f1789fe29a3b0276", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 244931, "upload_time": "2016-09-27T13:31:15", "url": "https://files.pythonhosted.org/packages/86/0b/56ef778211958a63ab7adc1d746d86a3481d1a5aca3d2ec2f90f1ce852ee/connect-sdk-python3-1.0.0.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "de8887e9be1a053d023ec3abf9139baa", "sha256": "21ad058e0f50ae5bd632f9a6a02ddaf2a731dfb67ad53be566507d2641359d07" }, "downloads": -1, "filename": "connect-sdk-python3-1.1.0.zip", "has_sig": false, "md5_digest": "de8887e9be1a053d023ec3abf9139baa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 248354, "upload_time": "2016-10-05T10:36:55", "url": "https://files.pythonhosted.org/packages/49/20/aa79565e79c70691cc98c7979521231b332ca4a0ab88e13adc6da909adb1/connect-sdk-python3-1.1.0.zip" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "0eeee954390561079b0dea49c3917186", "sha256": "e29d671ca59fc0c48df91b26651b2d8f360839252f2fcaffbd23c21c28e0eb49" }, "downloads": -1, "filename": "connect-sdk-python3-2.0.0.zip", "has_sig": false, "md5_digest": "0eeee954390561079b0dea49c3917186", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 246144, "upload_time": "2016-11-17T17:04:42", "url": "https://files.pythonhosted.org/packages/4f/ef/842ec5770c718969a437a5887fab0ee4bffbb0545c095abc7e368f4f3c6e/connect-sdk-python3-2.0.0.zip" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "f17a162a79d73d72343a8c66e5724022", "sha256": "4d215da525f54f5372e4d6eaa2eee17f10029c73d1c2928e5cac76c2cc4287b2" }, "downloads": -1, "filename": "connect-sdk-python3-2.1.0.zip", "has_sig": false, "md5_digest": "f17a162a79d73d72343a8c66e5724022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 267381, "upload_time": "2016-12-20T12:26:03", "url": "https://files.pythonhosted.org/packages/50/fa/c776d0cef7c671a38c45b539e370d00beaaf006abd91a56740e8b43f3c6f/connect-sdk-python3-2.1.0.zip" } ], "2.10.0": [ { "comment_text": "", "digests": { "md5": "b5814e4d4ac77285d7dcc3c7fdfbfd50", "sha256": "1399616c29d69b5b31189e32fe0157e70234170f172d5b1690a6680b4721159a" }, "downloads": -1, "filename": "connect-sdk-python3-2.10.0.zip", "has_sig": false, "md5_digest": "b5814e4d4ac77285d7dcc3c7fdfbfd50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 346862, "upload_time": "2017-09-15T12:54:49", "url": "https://files.pythonhosted.org/packages/e1/f6/77e11b391f53d893ad702b53689a4fecd502b7bf1b6188617d46610354f1/connect-sdk-python3-2.10.0.zip" } ], "2.11.0": [ { "comment_text": "", "digests": { "md5": "cc10928e9305e01a63440ffe77470c55", "sha256": "418108bc116c50e8a4700167be4ff7147dcad49311963788ff1c6c0d0b686186" }, "downloads": -1, "filename": "connect-sdk-python3-2.11.0.zip", "has_sig": false, "md5_digest": "cc10928e9305e01a63440ffe77470c55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 347684, "upload_time": "2017-09-27T09:32:02", "url": "https://files.pythonhosted.org/packages/9c/5e/f4cf1da1322792e08800a133e65257379d5854d7a2cce9a49435583e4429/connect-sdk-python3-2.11.0.zip" } ], "2.12.0": [ { "comment_text": "", "digests": { "md5": "217a51e7bb4a6e600ecddecbc9cc7578", "sha256": "9b40b2c4c1c57b1600d892aad26c4009b5cda607ce55360ff6e5fb3753b92176" }, "downloads": -1, "filename": "connect-sdk-python3-2.12.0.zip", "has_sig": false, "md5_digest": "217a51e7bb4a6e600ecddecbc9cc7578", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 356139, "upload_time": "2017-10-31T16:38:02", "url": "https://files.pythonhosted.org/packages/fa/87/226a8ef5802cc3271ef881a801582a2e0e69a5c439a9d989167c0769aa19/connect-sdk-python3-2.12.0.zip" } ], "2.13.0": [ { "comment_text": "", "digests": { "md5": "4394bfba7b8f39d221ca4c6655eb97ba", "sha256": "f6706a4d62ff87360897106b617d31dbec774934138708928d2edf2f84eb4de2" }, "downloads": -1, "filename": "connect-sdk-python3-2.13.0.zip", "has_sig": false, "md5_digest": "4394bfba7b8f39d221ca4c6655eb97ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 375342, "upload_time": "2017-11-09T10:25:21", "url": "https://files.pythonhosted.org/packages/ea/71/b41cb72d12b9f9630c54db9c3a8194cd01880bf30b3f3e09ec40bbf87eaa/connect-sdk-python3-2.13.0.zip" } ], "2.14.0": [ { "comment_text": "", "digests": { "md5": "33caf07b095c52cd02cd747c2b014963", "sha256": "4809cb3719fe06840fb0cd6fd873483f327fd493592eb3158942ffcbc2ff6dce" }, "downloads": -1, "filename": "connect-sdk-python3-2.14.0.zip", "has_sig": false, "md5_digest": "33caf07b095c52cd02cd747c2b014963", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 376050, "upload_time": "2017-11-25T13:07:21", "url": "https://files.pythonhosted.org/packages/32/a0/d892fa325b1a0a3b152e89e5f57a1cf532e3fcf23b03c408ce4f515e8ee7/connect-sdk-python3-2.14.0.zip" } ], "2.15.0": [ { "comment_text": "", "digests": { "md5": "a54316536167e48c9bdeb1f3b6fc5c4f", "sha256": "bb82f074a29f6b1125788d175e6127dadc83efc67affe45bbc384669db2ec1ac" }, "downloads": -1, "filename": "connect-sdk-python3-2.15.0.zip", "has_sig": false, "md5_digest": "a54316536167e48c9bdeb1f3b6fc5c4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 379293, "upload_time": "2017-12-06T08:32:00", "url": "https://files.pythonhosted.org/packages/1b/87/eda1dd723f5a1a469ded0ad18b62cd4d7e0ae6cce63382f1cc92cf21747a/connect-sdk-python3-2.15.0.zip" } ], "2.16.0": [ { "comment_text": "", "digests": { "md5": "4946d69a8d0b2222a1fd6459e28dd863", "sha256": "c7cb24da5245ab7dfa72cdae9d43d74278ecd1b9d2f713bd27dbb8d398680da2" }, "downloads": -1, "filename": "connect-sdk-python3-2.16.0.zip", "has_sig": false, "md5_digest": "4946d69a8d0b2222a1fd6459e28dd863", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 381850, "upload_time": "2017-12-18T13:20:35", "url": "https://files.pythonhosted.org/packages/d3/75/dfbecc465f2c318c04bc7d4911a8c21525e4147d1ad1fd316cc7b590c4c4/connect-sdk-python3-2.16.0.zip" } ], "2.17.0": [ { "comment_text": "", "digests": { "md5": "77ab4ec5fca8f9704309aadddbfa30e0", "sha256": "34e23e4ab2b5f606e116aa00a80467dac1ec0751bd7bfc5acd5b2f7b8ccc111f" }, "downloads": -1, "filename": "connect-sdk-python3-2.17.0.zip", "has_sig": false, "md5_digest": "77ab4ec5fca8f9704309aadddbfa30e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 383854, "upload_time": "2018-01-15T08:40:19", "url": "https://files.pythonhosted.org/packages/32/80/0b38819a61682828b7e40535a21d0019e838f7978271a346165799f2625d/connect-sdk-python3-2.17.0.zip" } ], "2.18.0": [ { "comment_text": "", "digests": { "md5": "f37d9c77f7fb879740139b56ad21a7be", "sha256": "5193dfd1105d583c888c99814e76a76eb3fb046aec54c6e2dd4becdb2d01ad34" }, "downloads": -1, "filename": "connect-sdk-python3-2.18.0.zip", "has_sig": false, "md5_digest": "f37d9c77f7fb879740139b56ad21a7be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 384294, "upload_time": "2018-01-30T09:24:18", "url": "https://files.pythonhosted.org/packages/3f/e2/4a07ecc8bf5e05c3437b187721e3733a0f8517d47598cb888fe8376e230c/connect-sdk-python3-2.18.0.zip" } ], "2.19.0": [ { "comment_text": "", "digests": { "md5": "ad461d228b9e8865e76088149510e66d", "sha256": "4f00c672ed8dca345be765b897a59c0b2b290159246405007934614df909f2a6" }, "downloads": -1, "filename": "connect-sdk-python3-2.19.0.zip", "has_sig": false, "md5_digest": "ad461d228b9e8865e76088149510e66d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 386740, "upload_time": "2018-04-05T14:31:53", "url": "https://files.pythonhosted.org/packages/f4/61/64ea394784a8467b90d80b3007f3a66966a4f1591a5a2c2571967413ebc8/connect-sdk-python3-2.19.0.zip" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "59843ba00da11ad4483a655547062f4d", "sha256": "782f8d87d5bf0fdf4cbbdc9c43832c379abd1c1057075bf03405b4d84d201e2a" }, "downloads": -1, "filename": "connect-sdk-python3-2.2.0.zip", "has_sig": false, "md5_digest": "59843ba00da11ad4483a655547062f4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 267444, "upload_time": "2017-02-13T11:27:38", "url": "https://files.pythonhosted.org/packages/4a/8a/b2f87b7223b40f91cb38da5fc52bc273213d1ebcdccf7fc2c080be57ce4e/connect-sdk-python3-2.2.0.zip" } ], "2.20.0": [ { "comment_text": "", "digests": { "md5": "301b205d898fb394dd4016adfca23995", "sha256": "07bf92a80699bd4833bdfcdf05a2a5c080fbe55cb869b2638f5e3ffbc2954594" }, "downloads": -1, "filename": "connect-sdk-python3-2.20.0.zip", "has_sig": false, "md5_digest": "301b205d898fb394dd4016adfca23995", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 387427, "upload_time": "2018-05-07T13:55:22", "url": "https://files.pythonhosted.org/packages/1d/b5/b1d4219ae9c4168c4df82f8548b9dbf177a65d682d7ee717595d06aac7ca/connect-sdk-python3-2.20.0.zip" } ], "2.21.0": [ { "comment_text": "", "digests": { "md5": "5794003316c855421b09eeac3d3a85d8", "sha256": "c0fe5b261b73418aaec5e047f437e1beba28296db9350c6012eb0b54cc865d04" }, "downloads": -1, "filename": "connect-sdk-python3-2.21.0.zip", "has_sig": false, "md5_digest": "5794003316c855421b09eeac3d3a85d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 387843, "upload_time": "2018-06-07T07:32:59", "url": "https://files.pythonhosted.org/packages/ee/87/1a19c750c5af9f6347e180b69ad84e49aeeddbe68f76b2d753b91e52ddb1/connect-sdk-python3-2.21.0.zip" } ], "2.22.0": [ { "comment_text": "", "digests": { "md5": "73a74e0d615330bc649379ccdfe75f0d", "sha256": "b0f4aeb8c49ee7e06789211793a146a465352fcff909f9bbd347a4a5ec1eb7a0" }, "downloads": -1, "filename": "connect-sdk-python3-2.22.0.zip", "has_sig": false, "md5_digest": "73a74e0d615330bc649379ccdfe75f0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 397459, "upload_time": "2018-07-12T07:41:13", "url": "https://files.pythonhosted.org/packages/e7/30/a7d068abb87581d1fb0a45de4899c09b60375b0f74ab93d8d60d136a25b5/connect-sdk-python3-2.22.0.zip" } ], "2.23.0": [ { "comment_text": "", "digests": { "md5": "c4d1e3fb3c99b63a679efa11ac5c7d81", "sha256": "74f912b9c18722d133756e51a75226ed74b6d60a9538ef1f890fac1c85efceb0" }, "downloads": -1, "filename": "connect-sdk-python3-2.23.0.1.zip", "has_sig": false, "md5_digest": "c4d1e3fb3c99b63a679efa11ac5c7d81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 398577, "upload_time": "2018-08-17T14:45:31", "url": "https://files.pythonhosted.org/packages/fe/46/f2209f35bfbf34b11ae81c40b1ec14d3bebad43cb08c5654db6dd085d37e/connect-sdk-python3-2.23.0.1.zip" } ], "2.24.0": [ { "comment_text": "", "digests": { "md5": "5b762706ca00d0b7778158d5bb7c78b0", "sha256": "f08fc28ff33f6f26f087b4160126764b67684db26533fbbd405449c5d69820a9" }, "downloads": -1, "filename": "connect-sdk-python3-2.24.0.zip", "has_sig": false, "md5_digest": "5b762706ca00d0b7778158d5bb7c78b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 399279, "upload_time": "2018-09-05T09:16:47", "url": "https://files.pythonhosted.org/packages/e8/d0/6a87bb0d989cd9dccf24eed594188f376cefb4b5cf83691d6c626ee9f44c/connect-sdk-python3-2.24.0.zip" } ], "2.25.0": [ { "comment_text": "", "digests": { "md5": "d18fc25e6acc7a03b3b3b3116ce1f3b5", "sha256": "ca2a85b317bba13a0789de7f86558225846fcdfd217d9119d6e597f7ab61fb8a" }, "downloads": -1, "filename": "connect-sdk-python3-2.25.0.zip", "has_sig": false, "md5_digest": "d18fc25e6acc7a03b3b3b3116ce1f3b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 400949, "upload_time": "2018-09-26T12:40:23", "url": "https://files.pythonhosted.org/packages/ff/6c/04130709a0959654450ec9f3ac8c67ed6ca354c8e28c8847c8a36ef8e6ec/connect-sdk-python3-2.25.0.zip" } ], "2.26.0": [ { "comment_text": "", "digests": { "md5": "156867b8bae57d88c88f749317387917", "sha256": "23075029a11a503fb3d170dc2b8aa58e8ea7d89afd621c10576ddef4ff529f3c" }, "downloads": -1, "filename": "connect-sdk-python3-2.26.0.zip", "has_sig": false, "md5_digest": "156867b8bae57d88c88f749317387917", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 401338, "upload_time": "2018-10-09T08:01:45", "url": "https://files.pythonhosted.org/packages/e9/57/7f0b371d792c59392c48edd9abc051254622ceb97f2f87607f5373732e9d/connect-sdk-python3-2.26.0.zip" } ], "2.27.0": [ { "comment_text": "", "digests": { "md5": "bc94395e85845998fef0bc11c8b74ea7", "sha256": "734beb75e13e6d6886ce1c4c519806c610b2b8b5215c785dedf1dbcbfdc7c6e4" }, "downloads": -1, "filename": "connect-sdk-python3-2.27.0.zip", "has_sig": false, "md5_digest": "bc94395e85845998fef0bc11c8b74ea7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 406484, "upload_time": "2018-10-24T14:14:14", "url": "https://files.pythonhosted.org/packages/af/24/5c1c7c0c42f0eb3297b50776fdf061c95e596b073ce8bac1b28ea1c590db/connect-sdk-python3-2.27.0.zip" } ], "2.28.0": [ { "comment_text": "", "digests": { "md5": "00f6a189e3a50eb92a17a53c7e96ce82", "sha256": "10423ec3868b44809bab3c2f00d32c516d11d1acd1cc751186bb309e325555e0" }, "downloads": -1, "filename": "connect-sdk-python3-2.28.0.zip", "has_sig": false, "md5_digest": "00f6a189e3a50eb92a17a53c7e96ce82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 407408, "upload_time": "2018-10-30T13:40:01", "url": "https://files.pythonhosted.org/packages/c4/02/ff03df5ce4c8e82348925577a9124de938cf78e7d3040b40ffdba87f79a8/connect-sdk-python3-2.28.0.zip" } ], "2.29.0": [ { "comment_text": "", "digests": { "md5": "d43337616d0533f84c39df644ef57c75", "sha256": "2206062c8e1e9f3bda90e8e6acde4d5f7e23da2ec6d278f8ea22ce9fba351eb3" }, "downloads": -1, "filename": "connect-sdk-python3-2.29.0.zip", "has_sig": false, "md5_digest": "d43337616d0533f84c39df644ef57c75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 408371, "upload_time": "2018-11-08T10:01:04", "url": "https://files.pythonhosted.org/packages/c6/61/424cd845145d466ecc61ba63cc94e2f41b17943c81c9203966fdedf50a4d/connect-sdk-python3-2.29.0.zip" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "d99c7d11970f127da9a4579dc3b0b27d", "sha256": "6ba981a4e9461991316f96638337d2edbdd24237839133d569e58919f0a0e690" }, "downloads": -1, "filename": "connect-sdk-python3-2.3.0.zip", "has_sig": false, "md5_digest": "d99c7d11970f127da9a4579dc3b0b27d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 267675, "upload_time": "2017-03-09T09:35:23", "url": "https://files.pythonhosted.org/packages/d6/2d/4653892944474450e6e8e1b8b576fc72bbaae434fa6d71248603cb1ab18f/connect-sdk-python3-2.3.0.zip" } ], "2.30.0": [ { "comment_text": "", "digests": { "md5": "37ab2ed61956b0a6b69eb39e9994cf34", "sha256": "cbc8d15b99186612058714da944877b748e0fb091290b5c22f5f32633280458a" }, "downloads": -1, "filename": "connect-sdk-python3-2.30.0.zip", "has_sig": false, "md5_digest": "37ab2ed61956b0a6b69eb39e9994cf34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 410781, "upload_time": "2019-01-17T10:17:14", "url": "https://files.pythonhosted.org/packages/67/c7/90fd7e57a2c1c0090fd35aede86bb60467847810346599b282033c0681e2/connect-sdk-python3-2.30.0.zip" } ], "2.31.0": [ { "comment_text": "", "digests": { "md5": "fc96b7d1e4bdf2755351d5e4ede17d1b", "sha256": "d0cad95c4a981ba7682c5f035949ba39b0ff0b7aa36044c85eee12eeda0573c9" }, "downloads": -1, "filename": "connect-sdk-python3-2.31.0.zip", "has_sig": false, "md5_digest": "fc96b7d1e4bdf2755351d5e4ede17d1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 425114, "upload_time": "2019-02-06T14:57:38", "url": "https://files.pythonhosted.org/packages/f9/55/481640c0a54f347942fffd6319d9b38a3ed7a1793f4d26729f7ced9e3d5a/connect-sdk-python3-2.31.0.zip" } ], "2.32.0": [ { "comment_text": "", "digests": { "md5": "042df0eb97c2c0900a815bcf719720b5", "sha256": "4d8cc19dff51cf32bffff457a2e90bfab31d3dd0182c32fa208df4a50f452cc7" }, "downloads": -1, "filename": "connect-sdk-python3-2.32.0.zip", "has_sig": false, "md5_digest": "042df0eb97c2c0900a815bcf719720b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 425154, "upload_time": "2019-03-05T15:16:39", "url": "https://files.pythonhosted.org/packages/bc/4d/f94df9d0560b292b024711e22b7ad492fc043914b82cf45b58ec5feb268f/connect-sdk-python3-2.32.0.zip" } ], "2.33.0": [ { "comment_text": "", "digests": { "md5": "839b7d2604506c38c9f661a09c6049bd", "sha256": "da4222a0ad7e6070f15090de93d68fdb6a6975226e18277f0362e034cc42035e" }, "downloads": -1, "filename": "connect-sdk-python3-2.33.0.zip", "has_sig": false, "md5_digest": "839b7d2604506c38c9f661a09c6049bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 427599, "upload_time": "2019-03-20T14:06:49", "url": "https://files.pythonhosted.org/packages/f0/f3/146add23f5755374650020ff9b27dfa9c3fb1f2dfcb64d752c1cd6f75a64/connect-sdk-python3-2.33.0.zip" } ], "2.34.0": [ { "comment_text": "", "digests": { "md5": "5de7fe699e4b2eb0d3c9c4592320dbb9", "sha256": "f4bbab3937ea04ac7820af361b6d03272f8b36758dbdae3c4c2e684bc04a60a0" }, "downloads": -1, "filename": "connect-sdk-python3-2.34.0.zip", "has_sig": false, "md5_digest": "5de7fe699e4b2eb0d3c9c4592320dbb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458971, "upload_time": "2019-05-03T15:00:54", "url": "https://files.pythonhosted.org/packages/07/b1/684bd6ae2712e19f8303b7b62198a79c2c04ad5a526d0c21cb7e31e50d72/connect-sdk-python3-2.34.0.zip" } ], "2.35.0": [ { "comment_text": "", "digests": { "md5": "1ffe68ddbcbf91530335f1e4119255a8", "sha256": "1988b5f070122f6b799278e6089d1fc2288ded3261822a4fc02093a4a8d19116" }, "downloads": -1, "filename": "connect-sdk-python3-2.35.0.zip", "has_sig": false, "md5_digest": "1ffe68ddbcbf91530335f1e4119255a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 462238, "upload_time": "2019-05-28T09:59:34", "url": "https://files.pythonhosted.org/packages/66/7a/ca84211d361ce9a1cc2b77328c088aab336711f5bbf79a1d2d7c06307e47/connect-sdk-python3-2.35.0.zip" } ], "2.36.0": [ { "comment_text": "", "digests": { "md5": "4cdc9a28156659718e264d1b48a8ea10", "sha256": "137589fd7268643eda0f1266c795cd4b4ea70f3d87f9198c581a957510ad9502" }, "downloads": -1, "filename": "connect-sdk-python3-2.36.0.zip", "has_sig": false, "md5_digest": "4cdc9a28156659718e264d1b48a8ea10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 467741, "upload_time": "2019-06-07T07:35:07", "url": "https://files.pythonhosted.org/packages/de/15/506f3f025339cd04e803f94c264c6225753ff5512093367e3705ab7c82e7/connect-sdk-python3-2.36.0.zip" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "90118be78baa8c54645e5b6689b3b3d7", "sha256": "8feb325e699f523366c998ccb3d4c72dcac3593d167eb85504372ca203fccc98" }, "downloads": -1, "filename": "connect-sdk-python3-2.4.0.zip", "has_sig": false, "md5_digest": "90118be78baa8c54645e5b6689b3b3d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 268528, "upload_time": "2017-03-23T08:12:16", "url": "https://files.pythonhosted.org/packages/ac/16/d116a69f36bd0278adaff063dc2b5d0c6dbae718fda5de498c7a7f6419ef/connect-sdk-python3-2.4.0.zip" } ], "2.5.0": [ { "comment_text": "", "digests": { "md5": "70ddb0d86fa260fb655567085ede841a", "sha256": "633c06305690d1d15e96ae886d1c22f75b4b3f782dafbdc2d7969dc0edef8975" }, "downloads": -1, "filename": "connect-sdk-python3-2.5.0.zip", "has_sig": false, "md5_digest": "70ddb0d86fa260fb655567085ede841a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 271435, "upload_time": "2017-04-18T09:26:10", "url": "https://files.pythonhosted.org/packages/d6/54/334aa94f48b01f61956901df9a890e73490d8ad6d94cf64c1a8d2afa738a/connect-sdk-python3-2.5.0.zip" } ], "2.6.0": [ { "comment_text": "", "digests": { "md5": "695a5036048d6330f1159ed6dd2dab61", "sha256": "ca283e4d6a5502fdc8b25dbd28785ef22734a70bad13482ea2e0069ea74c4821" }, "downloads": -1, "filename": "connect-sdk-python3-2.6.0.zip", "has_sig": false, "md5_digest": "695a5036048d6330f1159ed6dd2dab61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 324333, "upload_time": "2017-06-27T07:34:33", "url": "https://files.pythonhosted.org/packages/80/5b/70b7c94af3391c2288679b9925c5405cd3dfd4061b1010cf726c22695ed1/connect-sdk-python3-2.6.0.zip" } ], "2.7.0": [ { "comment_text": "", "digests": { "md5": "baf530a0bd83018a58fb2fb5299c9c59", "sha256": "487313c28fac3f0a1db967548295585823d0f428a977c9311032bf319a173320" }, "downloads": -1, "filename": "connect-sdk-python3-2.7.0.zip", "has_sig": false, "md5_digest": "baf530a0bd83018a58fb2fb5299c9c59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 327979, "upload_time": "2017-08-04T05:57:27", "url": "https://files.pythonhosted.org/packages/6e/99/40919b900fd13ba7d65515c2e573319e1b72aed0cbf909bd290b6f55ccf1/connect-sdk-python3-2.7.0.zip" } ], "2.8.0": [ { "comment_text": "", "digests": { "md5": "2aa7eeaa74ea2fad340738567e2abe9f", "sha256": "96d95611568368d71e367cfca98c4d7f948d5dce3f6818ea72ec698125f1a4ab" }, "downloads": -1, "filename": "connect-sdk-python3-2.8.0.zip", "has_sig": false, "md5_digest": "2aa7eeaa74ea2fad340738567e2abe9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 332744, "upload_time": "2017-09-06T15:46:20", "url": "https://files.pythonhosted.org/packages/a7/46/299555ff49e062057115eea789a562112f31e24a9f1bb3aa3da6965e0243/connect-sdk-python3-2.8.0.zip" } ], "2.9.0": [ { "comment_text": "", "digests": { "md5": "8c2269af4f1fe8f9a3d9600dfc4a5f2c", "sha256": "81e315c35810dae5049eb4a27e4a6f32497b51ed8c4d8677ffb7a90cd712ec88" }, "downloads": -1, "filename": "connect-sdk-python3-2.9.0.zip", "has_sig": false, "md5_digest": "8c2269af4f1fe8f9a3d9600dfc4a5f2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 339968, "upload_time": "2017-09-08T13:05:13", "url": "https://files.pythonhosted.org/packages/b0/76/947a676d073487f0b974003234aaf2703e0a067b571b08b6dfe7d9999da8/connect-sdk-python3-2.9.0.zip" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "ac9874f5fb46cd0c62829974ea9b6b0e", "sha256": "c8ca2cee9a6c61a48fc4e5421307892b4861a59de35d5275eb1da42893b5970e" }, "downloads": -1, "filename": "connect-sdk-python3-3.0.0.zip", "has_sig": false, "md5_digest": "ac9874f5fb46cd0c62829974ea9b6b0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 475629, "upload_time": "2019-06-21T15:02:58", "url": "https://files.pythonhosted.org/packages/7d/ac/4b2bace22ac67d501e900849937742eac6e2833a259df87b815ddc9b89b3/connect-sdk-python3-3.0.0.zip" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "98abb1333540fe15506ca2ac5ec3eebc", "sha256": "dd10005c9128ffb4d70c827dadaa61d13f725f8dc111633b81e77a5533296891" }, "downloads": -1, "filename": "connect-sdk-python3-3.1.0.zip", "has_sig": false, "md5_digest": "98abb1333540fe15506ca2ac5ec3eebc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 476760, "upload_time": "2019-07-04T15:38:37", "url": "https://files.pythonhosted.org/packages/97/6a/944f16e7e3a6a960c8dce63345ea97b6442e5d1903ac2f0088a2f2849bdb/connect-sdk-python3-3.1.0.zip" } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "36bdc3e9f6788351a96aa709bbd4080b", "sha256": "d95e80aeeec34321777437c2ef1b997625f1477619a30678f67605ec6bb89d96" }, "downloads": -1, "filename": "connect-sdk-python3-3.2.0.zip", "has_sig": false, "md5_digest": "36bdc3e9f6788351a96aa709bbd4080b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 476884, "upload_time": "2019-07-15T11:17:14", "url": "https://files.pythonhosted.org/packages/40/6a/fbd2ec340f1f1e9be2e3b17dd165c23e9c0fbfa28a087bc36b4b4a641cf5/connect-sdk-python3-3.2.0.zip" } ], "3.3.0": [ { "comment_text": "", "digests": { "md5": "4df7328789305a1e73e7fe4a19356355", "sha256": "4cdeb16c0130806f4f3abe979a1c67f3675f5a31d281a7e54dbc12e2df377438" }, "downloads": -1, "filename": "connect-sdk-python3-3.3.0.zip", "has_sig": false, "md5_digest": "4df7328789305a1e73e7fe4a19356355", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 477960, "upload_time": "2019-08-08T09:43:35", "url": "https://files.pythonhosted.org/packages/d6/b1/cf442cc32963efe287e72698e9dfee40d9b058d5ad078154b0ab8644e26c/connect-sdk-python3-3.3.0.zip" } ], "3.4.0": [ { "comment_text": "", "digests": { "md5": "849f8cdba86a088e9debed63aef8e6a4", "sha256": "1dc32ad482084a4c7caebeb4c4ca8485de63f8f85dca00e86c74197c60bc5ac2" }, "downloads": -1, "filename": "connect-sdk-python3-3.4.0.zip", "has_sig": false, "md5_digest": "849f8cdba86a088e9debed63aef8e6a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 478147, "upload_time": "2019-08-30T07:40:07", "url": "https://files.pythonhosted.org/packages/09/5c/1bb0a5d5c20662020fc61a2324b52704940c33658e16eb60a9dbade6f49e/connect-sdk-python3-3.4.0.zip" } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "a4725ab9aef14c8eead344b205a81591", "sha256": "a1b93b6c4005c58ec9051f2adf02327690ba66d6d6f0287efd1f5637c8534515" }, "downloads": -1, "filename": "connect-sdk-python3-3.5.0.zip", "has_sig": false, "md5_digest": "a4725ab9aef14c8eead344b205a81591", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 478417, "upload_time": "2019-09-30T13:10:26", "url": "https://files.pythonhosted.org/packages/79/e2/83af5af8278c1a8ab98adcb05874226a7898d8d67fbc61c5250b457a2f88/connect-sdk-python3-3.5.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4725ab9aef14c8eead344b205a81591", "sha256": "a1b93b6c4005c58ec9051f2adf02327690ba66d6d6f0287efd1f5637c8534515" }, "downloads": -1, "filename": "connect-sdk-python3-3.5.0.zip", "has_sig": false, "md5_digest": "a4725ab9aef14c8eead344b205a81591", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 478417, "upload_time": "2019-09-30T13:10:26", "url": "https://files.pythonhosted.org/packages/79/e2/83af5af8278c1a8ab98adcb05874226a7898d8d67fbc61c5250b457a2f88/connect-sdk-python3-3.5.0.zip" } ] }