{ "info": { "author": "Tryton", "author_email": "bugs@tryton.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Framework :: Tryton", "Intended Audience :: Developers", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Legal Industry", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: Bulgarian", "Natural Language :: Catalan", "Natural Language :: Chinese (Simplified)", "Natural Language :: Czech", "Natural Language :: Dutch", "Natural Language :: English", "Natural Language :: Finnish", "Natural Language :: French", "Natural Language :: German", "Natural Language :: Hungarian", "Natural Language :: Italian", "Natural Language :: Persian", "Natural Language :: Polish", "Natural Language :: Portuguese (Brazilian)", "Natural Language :: Russian", "Natural Language :: Slovenian", "Natural Language :: Spanish", "Natural Language :: Turkish", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Office/Business", "Topic :: Office/Business :: Financial :: Accounting" ], "description": "Account Payment Stripe Module\n#############################\n\nThe account_payment_stripe module allows to receive payment from `Stripe`_.\nIt uses the checkout form in the browser.\n\n.. _`Stripe`: https://stripe.com/\n\nAccount\n*******\n\nThe Account stores the information about the Stripe account like the secret\nkey, the publishable key and the webhook signing secret.\n\nThe account's webhook endpoint is the URL used by stripe webhooks_. For\nadditional security, the Stripe's requests signature can be verified if the\nwebhook `signing secret`_ is set on the Account.\n\n.. _webhooks: https://stripe.com/docs/webhooks\n.. _`signing secret`: https://stripe.com/docs/webhooks/signatures\n\nCustomer\n********\n\nThe Customer allow to register parties as Stripe customers.\nThe checkout button opens in the browse the Stripe checkout form.\n\nA cron task runs every hour to create new customers on Stripe and another to\ndelete them if they are inactivated.\n\nJournal\n*******\n\nThe journal has a new field for the Stripe account.\n\nPayment\n*******\n\nThe payment has also a checkout button which opens the Stripe checkout form.\nIn case of error, it has also new fields which display the error messages.\n\nA cron task runs every 15 minutes to charge each processing payment.\n\nThe capture box can be unchecked to only authorize on processing and capture\nthe amount in a second step.\n\nIf the payment is disputed, it will be updated at the closure of the dispute.\n\nConfiguration\n*************\n\nThe account_payment_stripe module uses the section `account_payment_stripe` to\nretrieve some parameters:\n\n- `sources_cache`: defines the duration in seconds the sources are kept in the\n cache. The default value is `15 * 60`.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "http://downloads.tryton.org/5.2/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.tryton.org/", "keywords": "tryton account payment stripe", "license": "GPL-3", "maintainer": "", "maintainer_email": "", "name": "trytond-account-payment-stripe", "package_url": "https://pypi.org/project/trytond-account-payment-stripe/", "platform": "", "project_url": "https://pypi.org/project/trytond-account-payment-stripe/", "project_urls": { "Bug Tracker": "https://bugs.tryton.org/", "Documentation": "https://docs.tryton.org/", "Download": "http://downloads.tryton.org/5.2/", "Forum": "https://www.tryton.org/forum", "Homepage": "http://www.tryton.org/", "Source Code": "https://hg.tryton.org/modules/account_payment_stripe" }, "release_url": "https://pypi.org/project/trytond-account-payment-stripe/5.2.1/", "requires_dist": [ "stripe (>=1.59.0)", "trytond (>=5.2,<5.3)", "trytond-account (>=5.2,<5.3)", "trytond-account-payment (>=5.2,<5.3)", "trytond-party (>=5.2,<5.3)" ], "requires_python": ">=3.5", "summary": "Tryton module for Stripe payment", "version": "5.2.1" }, "last_serial": 5620923, "releases": { "4.4.0": [ { "comment_text": "", "digests": { "md5": "d4143dd5b091df21b9fccbdba8e4c4dc", "sha256": "072dc58c5338fb17ab9eb2e4b3c206b5feeba39c9f946b7fef73ddc9164b587e" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.0-py2-none-any.whl", "has_sig": true, "md5_digest": "d4143dd5b091df21b9fccbdba8e4c4dc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 37646, "upload_time": "2017-05-01T19:12:49", "url": "https://files.pythonhosted.org/packages/91/09/68ce81ea9245504e1fb27622a4626a8c6b216488d7dfd02a3200aa57036d/trytond_account_payment_stripe-4.4.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a08936d087aa049a0cf600a83784f30", "sha256": "40fc855303d6863f521ba7c115c9b15e486fbf46c963ff6c87c934e0a581f842" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.0-py3-none-any.whl", "has_sig": true, "md5_digest": "9a08936d087aa049a0cf600a83784f30", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 37645, "upload_time": "2017-05-01T19:13:16", "url": "https://files.pythonhosted.org/packages/3e/bc/531c447c4a9dec823cd8253450a0b5381cc3cbfd9210241862b87aaa6175/trytond_account_payment_stripe-4.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3782ed1bb577d6b1886a44b3cda5380d", "sha256": "d77f86674ba12eadd14ac9d8f112f21804c8715ec42f4a03bd3adcf4d5f01a0d" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.0.tar.gz", "has_sig": true, "md5_digest": "3782ed1bb577d6b1886a44b3cda5380d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30451, "upload_time": "2017-05-01T19:12:46", "url": "https://files.pythonhosted.org/packages/f7/a5/2fda993fd1d49efa8ab6d9f39fd4dfc05ba8c568c894e4f505cc5c9df1b4/trytond_account_payment_stripe-4.4.0.tar.gz" } ], "4.4.1": [ { "comment_text": "", "digests": { "md5": "e8509577a9226d7460b41a9dbf7d0c5c", "sha256": "75fe7bd2860a367b56e34aba5fd55d15d772a3507077eaedd3df5e06ccc41c90" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.1-py2-none-any.whl", "has_sig": true, "md5_digest": "e8509577a9226d7460b41a9dbf7d0c5c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 37655, "upload_time": "2017-06-06T17:27:59", "url": "https://files.pythonhosted.org/packages/ff/58/c1c6a96834b7bce639786e199096fc7023f5a1c17cf5dce6efd1ad258b74/trytond_account_payment_stripe-4.4.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11f50127c14779716559db51d64313a2", "sha256": "7f05c174a0c868f7dd2174c0392be22e5c6198e5264ac8eeca1a125e07fe0bf4" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.1-py3-none-any.whl", "has_sig": true, "md5_digest": "11f50127c14779716559db51d64313a2", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 37657, "upload_time": "2017-06-06T17:28:04", "url": "https://files.pythonhosted.org/packages/81/1c/43a6639b6532a15f62510971ba5c86def15ac4796b3f918ead3e62f8b0b3/trytond_account_payment_stripe-4.4.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bbfb321c89a66e3ae6d18a6969c60d6e", "sha256": "051dbbff458cb5b43315fa066f019225e2bd7bebbb952e3e1d6ddaa8100fbcaa" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.1.tar.gz", "has_sig": true, "md5_digest": "bbfb321c89a66e3ae6d18a6969c60d6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29830, "upload_time": "2017-06-06T17:27:56", "url": "https://files.pythonhosted.org/packages/32/41/f030bc0ddbfee8e4bdb8792a1fbfa31010b9da0257599c863344cd92fc53/trytond_account_payment_stripe-4.4.1.tar.gz" } ], "4.4.2": [ { "comment_text": "", "digests": { "md5": "2633121d7c1a3fc5de71f2c0df5a4ab9", "sha256": "2f56cb735f0a340614862c626333746ae562f5c5129d9ff022ec3a50f5016ea7" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.2-py2-none-any.whl", "has_sig": true, "md5_digest": "2633121d7c1a3fc5de71f2c0df5a4ab9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 37690, "upload_time": "2017-08-08T16:45:58", "url": "https://files.pythonhosted.org/packages/22/ed/6ab6f76f90dd98d6cdd6c0641ae6c234a7cb60b3538d0e58005a5de14b73/trytond_account_payment_stripe-4.4.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb23a95bd626d5df4d6e229110f6d885", "sha256": "cf41dfd9bff5edd3f41036257a0aeeb30bce42d3eebca8536f63e674003308ad" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.2-py3-none-any.whl", "has_sig": true, "md5_digest": "cb23a95bd626d5df4d6e229110f6d885", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 37681, "upload_time": "2017-08-08T16:46:02", "url": "https://files.pythonhosted.org/packages/59/86/83fb638b3ae149d4d3b32b9d5891402415c34b8ea718d9d7c41d04651f3c/trytond_account_payment_stripe-4.4.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98e8a08eaec8963d13368ab713224d3c", "sha256": "a6a3d82b7c38865b60316e89376546473d84c92336308f37f77b5a27831712e6" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.2.tar.gz", "has_sig": true, "md5_digest": "98e8a08eaec8963d13368ab713224d3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29894, "upload_time": "2017-08-08T16:45:55", "url": "https://files.pythonhosted.org/packages/f3/3d/1ba098ae508d502c0bf95851a9f8d0f7775036590e277e6fffb2af96ca1a/trytond_account_payment_stripe-4.4.2.tar.gz" } ], "4.4.3": [ { "comment_text": "", "digests": { "md5": "049b77b19fabe9fe78a864bf0edc9787", "sha256": "37ee037fcaf8d3eb66e3ecea3823b0edfd77941599c2b6ccbac0947c20581bb9" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.3-py2-none-any.whl", "has_sig": true, "md5_digest": "049b77b19fabe9fe78a864bf0edc9787", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 37704, "upload_time": "2018-01-04T23:06:41", "url": "https://files.pythonhosted.org/packages/69/ef/a33f1ff8f89e0ebe34a166b8e9abe4fe68c25a941c3ba66aa44b52930241/trytond_account_payment_stripe-4.4.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef6679f87c7b9bea3472cd7a509ed467", "sha256": "347975db6351b3eef07e1588d0d54409187121d0c65e76c37cfaa695aaab0573" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.3-py3-none-any.whl", "has_sig": true, "md5_digest": "ef6679f87c7b9bea3472cd7a509ed467", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 37703, "upload_time": "2018-01-04T23:06:46", "url": "https://files.pythonhosted.org/packages/6b/c8/7d0cdc00f8b112c0b60f5a301d91bbc3ea7acaafb28913a20d906f643cad/trytond_account_payment_stripe-4.4.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f32c432caca2833e97bfb691965c0198", "sha256": "bdfa9220909a399f9b462ad46af77d883da5811d3e8710c601e03c1647f7eca4" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.3.tar.gz", "has_sig": true, "md5_digest": "f32c432caca2833e97bfb691965c0198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30676, "upload_time": "2018-01-04T23:06:38", "url": "https://files.pythonhosted.org/packages/08/86/db5d65844eb364631d9efdd6f3a1d7c745a538ade517c67269377164fd83/trytond_account_payment_stripe-4.4.3.tar.gz" } ], "4.4.4": [ { "comment_text": "", "digests": { "md5": "22aca6c74db89503f2d90c0078366d73", "sha256": "37f32ac84e582a36e349f3b30985e38919d7f96fbaa0408718e6b101e2798f1a" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.4-py2-none-any.whl", "has_sig": true, "md5_digest": "22aca6c74db89503f2d90c0078366d73", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37947, "upload_time": "2019-02-19T22:12:20", "url": "https://files.pythonhosted.org/packages/fa/ef/7b88f0d19dcd9f377d7b4472bfe4dcecc473e1c8c0a0aeba3b94910bb130/trytond_account_payment_stripe-4.4.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03342db6a1d30bb195a4cc8a09545443", "sha256": "c474598496f9caee0c7f624064d4b6bd1991bb9314e10cabd2d93a84fc25e2bc" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.4-py3-none-any.whl", "has_sig": true, "md5_digest": "03342db6a1d30bb195a4cc8a09545443", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 37941, "upload_time": "2019-02-19T22:12:22", "url": "https://files.pythonhosted.org/packages/8a/56/c3f096c1aad4a9ce1c2ddef3c76542037426a0ac8ba772ea30b7fe8fc190/trytond_account_payment_stripe-4.4.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "efe4b10a5b98299b8e40cf954dc9e6ad", "sha256": "c5bd4dc8f6fc7d13bccbdfe6aefc437cc384033896f6670aee2830a1af2c0b22" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.4.tar.gz", "has_sig": true, "md5_digest": "efe4b10a5b98299b8e40cf954dc9e6ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31568, "upload_time": "2019-02-19T22:12:24", "url": "https://files.pythonhosted.org/packages/da/79/094ee2c21665231cc984e0578e03090f7059d86fcae9e1faebe98223b12f/trytond_account_payment_stripe-4.4.4.tar.gz" } ], "4.4.5": [ { "comment_text": "", "digests": { "md5": "e191528c3fa949cbe6905e228f7fca84", "sha256": "b478929ed8add6efe12df3bd903dc5a7ca0ca249c58a6195a18ed2a4f2b8799f" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.5-py2-none-any.whl", "has_sig": true, "md5_digest": "e191528c3fa949cbe6905e228f7fca84", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37999, "upload_time": "2019-06-10T17:13:01", "url": "https://files.pythonhosted.org/packages/40/8c/58e7eedad4276bbc06e89d84589b496d43b79b3d36a6391e5bacc8d421a3/trytond_account_payment_stripe-4.4.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "beb141b16c775120fe1a6f9fac9a69c1", "sha256": "9a37d15c374476320f68e5684dae43cbf1f177366d00633b8432bf5c875873b6" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.5-py3-none-any.whl", "has_sig": true, "md5_digest": "beb141b16c775120fe1a6f9fac9a69c1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 37994, "upload_time": "2019-06-10T17:13:04", "url": "https://files.pythonhosted.org/packages/0c/40/15991cf61c0d0ae7f3e6fb091854174560bd6ed52908669fe0184a40bce1/trytond_account_payment_stripe-4.4.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dfe873e0f389fded1a01804c9bccc5cc", "sha256": "ac91cccdfc602d19e8a0f86a5c80a522c3cbfbf8b1576f64b41cd06680f54ce4" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.5.tar.gz", "has_sig": true, "md5_digest": "dfe873e0f389fded1a01804c9bccc5cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31658, "upload_time": "2019-06-10T17:13:06", "url": "https://files.pythonhosted.org/packages/b2/c3/76b1b70a8bc62544b3af918af9877df8760e599ac8837f7d188bbff8ab99/trytond_account_payment_stripe-4.4.5.tar.gz" } ], "4.4.6": [ { "comment_text": "", "digests": { "md5": "6770660d9f82cf27d64d34ad85af5f4b", "sha256": "cca520ced064e51544334a7f45620c176716e5a731004376a1f66505a49f5358" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.6-py2-none-any.whl", "has_sig": true, "md5_digest": "6770660d9f82cf27d64d34ad85af5f4b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 38043, "upload_time": "2019-08-01T21:33:14", "url": "https://files.pythonhosted.org/packages/c9/06/4321819f658d90dcdf346c4b41b5597a8ad63f855401181b8bf149562f8b/trytond_account_payment_stripe-4.4.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e670542f227dcf0e575ad82addb7562", "sha256": "319857ed30a05b1e3455c530607656567964b0b1b41098cef54773a685c48ace" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.6-py3-none-any.whl", "has_sig": true, "md5_digest": "4e670542f227dcf0e575ad82addb7562", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 38039, "upload_time": "2019-08-01T21:33:17", "url": "https://files.pythonhosted.org/packages/9e/8b/e12b1718db4129a04d8a131d769fad74d437a6b1a5f56ca8831159d386e8/trytond_account_payment_stripe-4.4.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10a42fd404bdd3bb68b3270533e0dc38", "sha256": "5e92d98e89c9b217a4f86a422eaa95698d78fba7ad17951dac941dd5f33b84a9" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.4.6.tar.gz", "has_sig": true, "md5_digest": "10a42fd404bdd3bb68b3270533e0dc38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31748, "upload_time": "2019-08-01T21:33:19", "url": "https://files.pythonhosted.org/packages/c4/7c/59add556df20ffee4cae703519478d297bde1654cf78479e0d2fe23db631/trytond_account_payment_stripe-4.4.6.tar.gz" } ], "4.6.0": [ { "comment_text": "", "digests": { "md5": "a340b48fa8b33a3f22aba63b779fbaa0", "sha256": "1810df6e67b24f933110f3a87d243b8d5fae1176882ba04b63e300137ebb6ac1" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.0-py2-none-any.whl", "has_sig": true, "md5_digest": "a340b48fa8b33a3f22aba63b779fbaa0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 45895, "upload_time": "2017-10-30T14:30:28", "url": "https://files.pythonhosted.org/packages/a0/c2/6c2592539d5085390b97c340d6fa71d4424ea56861efae36675705327f68/trytond_account_payment_stripe-4.6.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "08b3e10494fce75451de40306f580db9", "sha256": "783e3a5e8af614bf205ab2ef4c8b31e2f50caff1007e8ab6f2500f376125e376" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.0-py3-none-any.whl", "has_sig": true, "md5_digest": "08b3e10494fce75451de40306f580db9", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 45909, "upload_time": "2017-10-30T14:30:33", "url": "https://files.pythonhosted.org/packages/03/8a/5a7f77bf4a9378a5637b01c53775bb9e36b8718092f8079bd365847d6f45/trytond_account_payment_stripe-4.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ec445799320383ac840d24d5a1fa9df", "sha256": "64e5de3e2059faed137474c347549711bb5e07e3dcf405feffc78215d935a1e1" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.0.tar.gz", "has_sig": true, "md5_digest": "3ec445799320383ac840d24d5a1fa9df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35475, "upload_time": "2017-10-30T14:30:25", "url": "https://files.pythonhosted.org/packages/2c/fb/6b38edc8328375824eb031664c7b75b967c96c8f2a068fab67760fbfc1fc/trytond_account_payment_stripe-4.6.0.tar.gz" } ], "4.6.1": [ { "comment_text": "", "digests": { "md5": "5f7b5c758fc0f5a87aa0222931b2a245", "sha256": "253f56c20891d770796f35a8cf445cff6c1bebdf5be289d7040da88b2d208e9d" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.1-py2-none-any.whl", "has_sig": true, "md5_digest": "5f7b5c758fc0f5a87aa0222931b2a245", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 45941, "upload_time": "2018-01-04T23:05:53", "url": "https://files.pythonhosted.org/packages/38/06/98b55e186028857f4a8d35a34dc1edadbc50d3de9de282c20f2a36052049/trytond_account_payment_stripe-4.6.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "08b55a094b65aba4656a6e9029d779db", "sha256": "aa7162acf21a68a7e14725a0c30b90c12c813cc14975caa9d924ac89db137e35" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.1-py3-none-any.whl", "has_sig": true, "md5_digest": "08b55a094b65aba4656a6e9029d779db", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 45955, "upload_time": "2018-01-04T23:05:59", "url": "https://files.pythonhosted.org/packages/2e/47/62c7787cfaf1756678a64e2b7759449ac02ab6ecaa97425bd1fe4a5df3a6/trytond_account_payment_stripe-4.6.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69f16fd7e0e3de80085da8dc00e2f30c", "sha256": "48fbf3854740ae5ebbc8fe5964b454be637c97649887bd28a4ea009b37774b15" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.1.tar.gz", "has_sig": true, "md5_digest": "69f16fd7e0e3de80085da8dc00e2f30c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35465, "upload_time": "2018-01-04T23:05:50", "url": "https://files.pythonhosted.org/packages/d7/3b/a4e4040b259e7ceb4ac86e3064da66f9a4fcaa351cea27d740ef6bb9d817/trytond_account_payment_stripe-4.6.1.tar.gz" } ], "4.6.2": [ { "comment_text": "", "digests": { "md5": "e17a2429b401528427911612bc654186", "sha256": "7311d17c5be5588241e7023b5f86aa15b6a3467a8c4d88b260ad68646f2134de" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.2-py2-none-any.whl", "has_sig": true, "md5_digest": "e17a2429b401528427911612bc654186", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 46185, "upload_time": "2019-02-19T22:08:54", "url": "https://files.pythonhosted.org/packages/ad/25/c4aeb152c0784dc7732d086a0a94a20eea626b3d0a6257856b05e567aba2/trytond_account_payment_stripe-4.6.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17ff8990f5497f85f7881917044091da", "sha256": "11689582787193fa5610600e79af9f7ed2b70c4c29d6a640becddcb427eeb78b" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.2-py3-none-any.whl", "has_sig": true, "md5_digest": "17ff8990f5497f85f7881917044091da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 46199, "upload_time": "2019-02-19T22:08:56", "url": "https://files.pythonhosted.org/packages/75/ae/21908e0657fcc431b81b60cac64a6f57fc4aefd7ce2f2c5ec864ec113088/trytond_account_payment_stripe-4.6.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65ef945bd0feaf71968ef1f9051a4996", "sha256": "1823fcdf9d5f29f2ae2bc636e6a0a6d9a5382132af77dd100c34548931976110" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.2.tar.gz", "has_sig": true, "md5_digest": "65ef945bd0feaf71968ef1f9051a4996", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36164, "upload_time": "2019-02-19T22:09:00", "url": "https://files.pythonhosted.org/packages/62/5e/8a4724a8c6454340a9c307c9f1b1948fda3d0548a9606bac6dc396d09c5a/trytond_account_payment_stripe-4.6.2.tar.gz" } ], "4.6.3": [ { "comment_text": "", "digests": { "md5": "062bf88458b685697840366680ff0863", "sha256": "e134899db0ba6637e689c1b1ef7480b0df48a3410461e142f26b822752dbcb92" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.3-py2-none-any.whl", "has_sig": true, "md5_digest": "062bf88458b685697840366680ff0863", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 46170, "upload_time": "2019-03-15T18:31:48", "url": "https://files.pythonhosted.org/packages/b7/33/e80704c13eb7a04fd57653b2baaef793e3643f12a1e34e2380b872a3813c/trytond_account_payment_stripe-4.6.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "14f6fd00dda33a02b1e2fc5d37f8ab6b", "sha256": "ea5440f802db343945dab6cefa1391e7758598d37d66e5723352f83cebcdc8b9" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.3-py3-none-any.whl", "has_sig": true, "md5_digest": "14f6fd00dda33a02b1e2fc5d37f8ab6b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 46184, "upload_time": "2019-03-15T18:31:50", "url": "https://files.pythonhosted.org/packages/01/82/f4bf2825f22d0d84361e6104c11e3d09583a6c134466abf6eed87179c6d9/trytond_account_payment_stripe-4.6.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ceac46b7cb70fe04205ed1aa73ea547d", "sha256": "fb247502a0627b1e05b68dedb14ac7c9c97c499223a9c90aeb7ed2c622bd1bd5" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.3.tar.gz", "has_sig": true, "md5_digest": "ceac46b7cb70fe04205ed1aa73ea547d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36216, "upload_time": "2019-03-15T18:31:52", "url": "https://files.pythonhosted.org/packages/f4/52/2bb6669629ad1955948ac957bab8514ae788355d1e751bf06ec388c6b074/trytond_account_payment_stripe-4.6.3.tar.gz" } ], "4.6.4": [ { "comment_text": "", "digests": { "md5": "cc7a77b1a4346c660c5ec9d40d830656", "sha256": "a2dd3fdb6a4d91be104bfc549e035c913804744fbf866be7f3af3ae6b5c4729f" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.4-py2-none-any.whl", "has_sig": true, "md5_digest": "cc7a77b1a4346c660c5ec9d40d830656", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 46225, "upload_time": "2019-06-10T17:12:42", "url": "https://files.pythonhosted.org/packages/5a/74/d980fe36799035711e898ff4981ea40220b740c6abf57054e81df17714f3/trytond_account_payment_stripe-4.6.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31e1e5edc4cc49281e525e7b82b68d68", "sha256": "271d9e9ce7686eb1f907f98873a6d5464465d3ee805ba33411e312997fba0310" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.4-py3-none-any.whl", "has_sig": true, "md5_digest": "31e1e5edc4cc49281e525e7b82b68d68", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 46246, "upload_time": "2019-06-10T17:12:45", "url": "https://files.pythonhosted.org/packages/27/68/ad82bcb522102feb60b384ce370e78cf06a7e35de3778ff7221818a7ddb7/trytond_account_payment_stripe-4.6.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7014ca9d7460fa452f595190e1acce1e", "sha256": "b2088d52706cea2ca92f1527d1809ee67f47e7313b50400c20b702b71d18d5dd" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.4.tar.gz", "has_sig": true, "md5_digest": "7014ca9d7460fa452f595190e1acce1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36357, "upload_time": "2019-06-10T17:12:47", "url": "https://files.pythonhosted.org/packages/b7/cc/8ee9e37e0346d116b77cfff37e6a90411ff2b98a0d2f8e0cbfc5ac416102/trytond_account_payment_stripe-4.6.4.tar.gz" } ], "4.6.5": [ { "comment_text": "", "digests": { "md5": "2388bf79d9bb7a0a49f7735fd865697d", "sha256": "81d32e9f53719285b27f0cbf593aad6103a628d34db6cc05e40be4de3d00401b" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.5-py2-none-any.whl", "has_sig": true, "md5_digest": "2388bf79d9bb7a0a49f7735fd865697d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 46271, "upload_time": "2019-08-01T21:32:54", "url": "https://files.pythonhosted.org/packages/12/f1/34f2686fddb52fe6073a17968a576a74ffb4321b97419d1795de10bca433/trytond_account_payment_stripe-4.6.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d6f0eeab77897cf7452a747de09b8078", "sha256": "46d07995c7c81703f6386c0083319d9da89706a3d795cb6e3144956736584907" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.5-py3-none-any.whl", "has_sig": true, "md5_digest": "d6f0eeab77897cf7452a747de09b8078", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 46284, "upload_time": "2019-08-01T21:32:56", "url": "https://files.pythonhosted.org/packages/52/3d/82fae3da0341d63846ef74ed44ca1d92565fc70cd65e3b8cca028cc2b3c3/trytond_account_payment_stripe-4.6.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef155b34d45c9884b83d1fa514806a74", "sha256": "41b1d82f40050ad2f699face3c1fcfe694d902e3d36324379e2d68201b5b0af0" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.6.5.tar.gz", "has_sig": true, "md5_digest": "ef155b34d45c9884b83d1fa514806a74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36437, "upload_time": "2019-08-01T21:32:59", "url": "https://files.pythonhosted.org/packages/d6/b6/454564775988b99bd8de8e2bf360dca2da060ac535596621af23c8be4ce8/trytond_account_payment_stripe-4.6.5.tar.gz" } ], "4.8.0": [ { "comment_text": "", "digests": { "md5": "8777b207b318a732be4f1f9337de3176", "sha256": "3326a091900dad78557698a70f57293546e5f5e831fc1220d2e131b417d82635" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.0-py2-none-any.whl", "has_sig": true, "md5_digest": "8777b207b318a732be4f1f9337de3176", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 54350, "upload_time": "2018-04-23T15:52:12", "url": "https://files.pythonhosted.org/packages/b8/3c/ef13b0846ba6fce576d1909d96e1830bc2242c5778bde7f6a30575cdb261/trytond_account_payment_stripe-4.8.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83dc0f967bdfb9b97266083d7ed85b8e", "sha256": "d4b220795991deb77c881822884f7c42010a6f09319fcfaad2e11ce886167568" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.0-py3-none-any.whl", "has_sig": true, "md5_digest": "83dc0f967bdfb9b97266083d7ed85b8e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 54363, "upload_time": "2018-04-23T15:52:14", "url": "https://files.pythonhosted.org/packages/e6/45/ee1caa27e98bc93665b2af3d4d839e175077c14f610ab1a987ea89acf2b4/trytond_account_payment_stripe-4.8.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45ef397b797acd96970915cc78ea7926", "sha256": "6d5259367235b19341ef70d5dece7fd9a24d2dc24c6d3ae870d5915d5fbfe304" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.0.tar.gz", "has_sig": true, "md5_digest": "45ef397b797acd96970915cc78ea7926", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39313, "upload_time": "2018-04-23T15:52:16", "url": "https://files.pythonhosted.org/packages/72/a8/3db45653ff728193441c19f18294aab6357aeb7972e4f97155d06db09561/trytond_account_payment_stripe-4.8.0.tar.gz" } ], "4.8.1": [ { "comment_text": "", "digests": { "md5": "77e43a4c151698e3bc15f344490b8c14", "sha256": "6698587091c1f36fc41cb94dda09581c5f4af4db97d135238176664d13c1f0d2" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.1-py2-none-any.whl", "has_sig": true, "md5_digest": "77e43a4c151698e3bc15f344490b8c14", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 54435, "upload_time": "2018-05-21T18:04:32", "url": "https://files.pythonhosted.org/packages/eb/56/a259046ed652d1148019717f0ea4275302a27954da6c4742b429923b446b/trytond_account_payment_stripe-4.8.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1ddd369b2124fd350e342ce7afc6bb0a", "sha256": "eba3385cbd35472ba13392252b227f767674d977d04050697d21afb316b30389" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.1-py3-none-any.whl", "has_sig": true, "md5_digest": "1ddd369b2124fd350e342ce7afc6bb0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 54443, "upload_time": "2018-05-21T18:04:34", "url": "https://files.pythonhosted.org/packages/fe/a7/21c886cc5217c72b3f57fa4adcb874a666d7f4c39787da362c70bf9e1362/trytond_account_payment_stripe-4.8.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44387b5d50c6b2fbf871f69dcbe2821d", "sha256": "4efb85f6e70a1ebac201144ff5a11a3a11db7eed28521ffd3f4590ce64314be1" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.1.tar.gz", "has_sig": true, "md5_digest": "44387b5d50c6b2fbf871f69dcbe2821d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39427, "upload_time": "2018-05-21T18:04:36", "url": "https://files.pythonhosted.org/packages/81/0d/cfebc8ed69b32e5c5f61a6327a9dd91a2e9e3c43cb2bc9fe55a530f03857/trytond_account_payment_stripe-4.8.1.tar.gz" } ], "4.8.2": [ { "comment_text": "", "digests": { "md5": "3a06cbb8c8c8796322307dd9d7b673e3", "sha256": "0ca2ae78a81cf38a239a6a59cf8709bfa42f718a3d4cc7f5fb74fed98e2e7379" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.2-py2-none-any.whl", "has_sig": true, "md5_digest": "3a06cbb8c8c8796322307dd9d7b673e3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 54442, "upload_time": "2018-09-22T16:50:51", "url": "https://files.pythonhosted.org/packages/70/a7/69e090edcfdbf9c4b7829bb2e1ca3e59c6277f36defe48edc3b6caeb949d/trytond_account_payment_stripe-4.8.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8746ee3f1445513dadfc136e4263b886", "sha256": "691a588e2de8296235320ea35e95448e7f70359525f6c2c038a5c153e845c69c" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.2-py3-none-any.whl", "has_sig": true, "md5_digest": "8746ee3f1445513dadfc136e4263b886", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 54446, "upload_time": "2018-09-22T16:50:53", "url": "https://files.pythonhosted.org/packages/4d/37/559de4bd39488409e852c08e114d328c7123d311e00be71ff82b6c1b4a93/trytond_account_payment_stripe-4.8.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c03c43d057e66037c3e3722a73f692d", "sha256": "52ebb3eac804b08313d92fa270fc467a841c073fdc3e2216161b54203f17e008" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.2.tar.gz", "has_sig": true, "md5_digest": "3c03c43d057e66037c3e3722a73f692d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40135, "upload_time": "2018-09-22T16:50:55", "url": "https://files.pythonhosted.org/packages/88/9f/99981341ac6f01b18eceb68ef2ae741e6622fdcb23daa1592e4ee56f85cc/trytond_account_payment_stripe-4.8.2.tar.gz" } ], "4.8.3": [ { "comment_text": "", "digests": { "md5": "884ee8183b5825ae5906e577dd066a4f", "sha256": "92c40ad3090939cdce3dea037400cb351a10e00ccefff6d022f9e4b2692f294f" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.3-py2-none-any.whl", "has_sig": true, "md5_digest": "884ee8183b5825ae5906e577dd066a4f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 54622, "upload_time": "2019-02-19T21:44:39", "url": "https://files.pythonhosted.org/packages/7e/46/ba7195ebb9aafe02696db50a71653e0c46c78cf5d4f88ae61a65cc146e58/trytond_account_payment_stripe-4.8.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e57da044360e6651644cb3ec82a594f0", "sha256": "1f9ca7a14aaf86116bdb47751194bb554a41c487a57292218dbc7eb1e942eadf" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.3-py3-none-any.whl", "has_sig": true, "md5_digest": "e57da044360e6651644cb3ec82a594f0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 54634, "upload_time": "2019-02-19T21:44:41", "url": "https://files.pythonhosted.org/packages/1b/f3/6151df225fa0d3227e607a12533e74d6913921f6bd15021c206f6f739f03/trytond_account_payment_stripe-4.8.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "156f60a7f370b26b0288f4ebef245e22", "sha256": "f698c8ebfe8e9429b1d69f4e40d711e6fd5df6d6a700363023cf0b25843fddde" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.3.tar.gz", "has_sig": true, "md5_digest": "156f60a7f370b26b0288f4ebef245e22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40391, "upload_time": "2019-02-19T21:44:43", "url": "https://files.pythonhosted.org/packages/df/9b/108d41c223e25ee1b96a6b2807cfbc403789e6ef8f226fd405436058cfd6/trytond_account_payment_stripe-4.8.3.tar.gz" } ], "4.8.4": [ { "comment_text": "", "digests": { "md5": "9a7667e4c04dff9450c492979015ff04", "sha256": "e74ffe2dfc723852d86b661460102ce292c379bf5d3ebf289b407aeefe916884" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.4-py2-none-any.whl", "has_sig": true, "md5_digest": "9a7667e4c04dff9450c492979015ff04", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 54598, "upload_time": "2019-03-15T18:31:26", "url": "https://files.pythonhosted.org/packages/d9/3c/ec9b12616f53ee2195027502c0601b23b86b2714c4ab71df69287904dc70/trytond_account_payment_stripe-4.8.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e3dacbaf3251c9832ec4c73a1e134c56", "sha256": "8a2a5cf8f55b0a8e9ea5fd2de9b6c5cf7830882d74ef20bbf68b4f3f0cae4a3d" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.4-py3-none-any.whl", "has_sig": true, "md5_digest": "e3dacbaf3251c9832ec4c73a1e134c56", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 54615, "upload_time": "2019-03-15T18:31:28", "url": "https://files.pythonhosted.org/packages/68/e1/0068f595dcfc19b71a030785951b1154fd5218d64adc38813eda0c1fd04f/trytond_account_payment_stripe-4.8.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb05fff06df9f961aa9408940f7cf235", "sha256": "cc889416ba3274c0ded18e817f6f4f134d5f5dff1ba55ce59ae32bc51144cc67" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.4.tar.gz", "has_sig": true, "md5_digest": "eb05fff06df9f961aa9408940f7cf235", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40450, "upload_time": "2019-03-15T18:31:30", "url": "https://files.pythonhosted.org/packages/17/f7/c1f5ceb99a07e5e455d83f5aab73b7e2b8e41128fbc3cb7d1b2347ac195e/trytond_account_payment_stripe-4.8.4.tar.gz" } ], "4.8.5": [ { "comment_text": "", "digests": { "md5": "aa082879baf1cb6c8f0ed4227c3a3178", "sha256": "e9b86a9f47f2538ff9d825eee0d6a36949154c248e8964f086b53475f34f7f64" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.5-py2-none-any.whl", "has_sig": true, "md5_digest": "aa082879baf1cb6c8f0ed4227c3a3178", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 54656, "upload_time": "2019-06-10T17:12:23", "url": "https://files.pythonhosted.org/packages/80/53/97e4efae74de308df565ff3e5cf4c8e65d163538e0a731342e90295ff0e3/trytond_account_payment_stripe-4.8.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "85c81c3951e0f02f4fe03cecbc05fbf4", "sha256": "d6b3982b2b25ac02076c716d9edc09efb187702973915212a9487ee9580bb4de" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.5-py3-none-any.whl", "has_sig": true, "md5_digest": "85c81c3951e0f02f4fe03cecbc05fbf4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 54674, "upload_time": "2019-06-10T17:12:25", "url": "https://files.pythonhosted.org/packages/d8/83/592d75be47960f7958a893030767df36f653ae366117520426dfc30a78d5/trytond_account_payment_stripe-4.8.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b3943f7956671fd04e79108a56c6c6bc", "sha256": "e6785823896984fa073b798958db78984d6c48c103f825931f4de300d37f03d7" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.5.tar.gz", "has_sig": true, "md5_digest": "b3943f7956671fd04e79108a56c6c6bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40522, "upload_time": "2019-06-10T17:12:28", "url": "https://files.pythonhosted.org/packages/35/a7/fd085b881d241a7aaa007a45a3128ca1563427d9e7909329e6c89464b0a8/trytond_account_payment_stripe-4.8.5.tar.gz" } ], "4.8.6": [ { "comment_text": "", "digests": { "md5": "bcf082415c908eb205fbeb1e29b27de4", "sha256": "c1de3f814a661b6b296dbf571e9e60ebd58866b5a157ff0b79ba7707d47d0175" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.6-py2-none-any.whl", "has_sig": true, "md5_digest": "bcf082415c908eb205fbeb1e29b27de4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 54704, "upload_time": "2019-08-01T21:32:03", "url": "https://files.pythonhosted.org/packages/18/87/8e8a46a937971916ae227c93d418f479a63edad6eae1306282a4b61277df/trytond_account_payment_stripe-4.8.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "14760d514564b66be16d2ef8068a55b5", "sha256": "71669c7682dc4ec49d7c236b3703d6cc5f0544448b7553b26a0a594fa6f8f4ea" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.6-py3-none-any.whl", "has_sig": true, "md5_digest": "14760d514564b66be16d2ef8068a55b5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 54716, "upload_time": "2019-08-01T21:32:05", "url": "https://files.pythonhosted.org/packages/d4/70/77477e3318bcf37cf53f741fea06fe460cd9dfd6f4457711535c40f7b30b/trytond_account_payment_stripe-4.8.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b80117f2f622800642105f602d6104bc", "sha256": "d35c0b4e0e388ddd6e508273e943c9cc33ad649f4c2208416a2bd76c5d305121" }, "downloads": -1, "filename": "trytond_account_payment_stripe-4.8.6.tar.gz", "has_sig": true, "md5_digest": "b80117f2f622800642105f602d6104bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40641, "upload_time": "2019-08-01T21:32:08", "url": "https://files.pythonhosted.org/packages/72/67/33a2d82a24710db4f488c9a841a1dccfebf27d81047e5bbcaccd1a5930de/trytond_account_payment_stripe-4.8.6.tar.gz" } ], "5.0.0": [ { "comment_text": "", "digests": { "md5": "e9e0d5a307c72ffa9c8665d6faba1852", "sha256": "7623e4fa4838c1fc25beb1b31787fe2ea3db2f822caf5d68b2c096ba483a8cfb" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.0.0-py3-none-any.whl", "has_sig": true, "md5_digest": "e9e0d5a307c72ffa9c8665d6faba1852", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 54410, "upload_time": "2018-10-01T11:20:46", "url": "https://files.pythonhosted.org/packages/d5/d6/eb342b3ffc182af4337f07623127b795ffd7001e2635a99ab0a79a644420/trytond_account_payment_stripe-5.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcc4ec1fb6560f85ee21364faca0839d", "sha256": "92a8fd25df894d825f7ed2be891b0af3e08933443471e69335aeb7f756743da0" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.0.0.tar.gz", "has_sig": true, "md5_digest": "bcc4ec1fb6560f85ee21364faca0839d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 40012, "upload_time": "2018-10-01T11:20:48", "url": "https://files.pythonhosted.org/packages/5a/05/68251c9ce9978c5833202b063a489dc3a34d41a66c30709f73a4fc087fb1/trytond_account_payment_stripe-5.0.0.tar.gz" } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "dd18e607aeb659b5898db0c716ee46bd", "sha256": "1b9d05b75546cbb8114369941dd642ca26a33a39fcc9f78c12f0b2ed20d9ddb8" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.0.1-py3-none-any.whl", "has_sig": true, "md5_digest": "dd18e607aeb659b5898db0c716ee46bd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 54608, "upload_time": "2019-02-19T20:57:26", "url": "https://files.pythonhosted.org/packages/9c/13/675e8a0ef7af9230ef9a69e6f1a4085ab78676ee23da63622612cc629c82/trytond_account_payment_stripe-5.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6fa710e2575abcbe376406fe13f795c5", "sha256": "3b4fd64079c9c42fc4792151c01717a44be7f9b7bd9031a80bdc0d408159984f" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.0.1.tar.gz", "has_sig": true, "md5_digest": "6fa710e2575abcbe376406fe13f795c5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 40286, "upload_time": "2019-02-19T20:57:28", "url": "https://files.pythonhosted.org/packages/d7/b4/69270d17cdf15c2e4755293f03a14285abadd717b7eab347cd54e320e4cf/trytond_account_payment_stripe-5.0.1.tar.gz" } ], "5.0.2": [ { "comment_text": "", "digests": { "md5": "4739b5d62aaaa877329d420469ba6378", "sha256": "189d2fec5f0c78ee5ab23a85febdd3045235957af9a35b1c2243c60fe6b2fa9a" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.0.2-py3-none-any.whl", "has_sig": true, "md5_digest": "4739b5d62aaaa877329d420469ba6378", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 54586, "upload_time": "2019-03-15T18:31:03", "url": "https://files.pythonhosted.org/packages/50/ff/95f5cddeeaabde28548ecb86bc4796ac3eabc7af921a6f0297902dfe3d4e/trytond_account_payment_stripe-5.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "094e7440534dab6ecc5245fe9b58e5ae", "sha256": "31661200440954b36ad9c916a54891c0f24e2bd410fc8d9064a10751b88c7eee" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.0.2.tar.gz", "has_sig": true, "md5_digest": "094e7440534dab6ecc5245fe9b58e5ae", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 40339, "upload_time": "2019-03-15T18:31:06", "url": "https://files.pythonhosted.org/packages/c6/4c/a623c0861c8fdd6c6007e66fc92cd4f3210f7d9687a3d11305543492b713/trytond_account_payment_stripe-5.0.2.tar.gz" } ], "5.0.3": [ { "comment_text": "", "digests": { "md5": "3a7381a4e7d436ff670037729a64e033", "sha256": "d29798e5fb0690718b03b1565f57b52a354147f506e54445f1b5da3b0fc25aaa" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.0.3-py3-none-any.whl", "has_sig": true, "md5_digest": "3a7381a4e7d436ff670037729a64e033", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 54640, "upload_time": "2019-06-10T17:12:03", "url": "https://files.pythonhosted.org/packages/49/ab/cda6373a942a9b319ad3138965bc8e16651e789aade61d04c2670e3c0288/trytond_account_payment_stripe-5.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "087e4a58614128d1ffa11e601aaf1fc6", "sha256": "51856df4fe7a30d6845d18b7873b125de4e9eee3c577e1afef979252a726d3f7" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.0.3.tar.gz", "has_sig": true, "md5_digest": "087e4a58614128d1ffa11e601aaf1fc6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 40393, "upload_time": "2019-06-10T17:12:06", "url": "https://files.pythonhosted.org/packages/38/e2/e4beef99ad5868120044c915fdac00cf66671f0b443430a18bbc81d5bef0/trytond_account_payment_stripe-5.0.3.tar.gz" } ], "5.0.4": [ { "comment_text": "", "digests": { "md5": "737efc89643010ea58badeefd3235a84", "sha256": "7d7b42b7c08cdf6bf780317df328fff11f2a218b8d6125fa012c04765c0cb908" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.0.4-py3-none-any.whl", "has_sig": true, "md5_digest": "737efc89643010ea58badeefd3235a84", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 54693, "upload_time": "2019-08-01T21:31:37", "url": "https://files.pythonhosted.org/packages/04/4b/f7aea3d59c9c2375130dc175b394f4e0e7bef668ebadd12f07e34618b80f/trytond_account_payment_stripe-5.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "73b88779c46dea569511f618e65306e5", "sha256": "79ffbf32976cc7e4d436e85f8169cf5bc9635deebe143e79e78087e29aa259e6" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.0.4.tar.gz", "has_sig": true, "md5_digest": "73b88779c46dea569511f618e65306e5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 40519, "upload_time": "2019-08-01T21:31:40", "url": "https://files.pythonhosted.org/packages/8a/b9/c998172d238a0a264ca1a6d7ecb4e1b1ddad7994640b5942d2deafa5358a/trytond_account_payment_stripe-5.0.4.tar.gz" } ], "5.2.0": [ { "comment_text": "", "digests": { "md5": "c2de55ef5efb36f844a5083c961f2927", "sha256": "3458859885b48d359f845b19e0c9f86102410d78708c608dad06a384511a8691" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.2.0-py3-none-any.whl", "has_sig": true, "md5_digest": "c2de55ef5efb36f844a5083c961f2927", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 59475, "upload_time": "2019-05-06T12:57:34", "url": "https://files.pythonhosted.org/packages/0e/b7/7fc68abe3b47b3498c43854c073e70f8285d43b18f7d87f6059d9725c5ee/trytond_account_payment_stripe-5.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a72934333c1e22346b0a146c7ef3dae2", "sha256": "316b4ff3e04823b3a5c24418a0e05833bf1bb1b2bbdb1c77dfd8670408efb31a" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.2.0.tar.gz", "has_sig": true, "md5_digest": "a72934333c1e22346b0a146c7ef3dae2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 42747, "upload_time": "2019-05-06T12:57:36", "url": "https://files.pythonhosted.org/packages/6f/de/34b70d9feae00e8dc408486c674ead2348c7912decb21d6b1924ffb3d43e/trytond_account_payment_stripe-5.2.0.tar.gz" } ], "5.2.1": [ { "comment_text": "", "digests": { "md5": "df34e1cbfb66faa16a5ec2168d2eed89", "sha256": "eb3307e4359dab92cd73fbd49a5a98f2e54ff11ad99b9f0483099619b3380ab6" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.2.1-py3-none-any.whl", "has_sig": true, "md5_digest": "df34e1cbfb66faa16a5ec2168d2eed89", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 59518, "upload_time": "2019-08-01T21:31:06", "url": "https://files.pythonhosted.org/packages/9a/05/a33e65d9afbaab7994e5841f017d33cf4cdbed99235686c02b16b282ab45/trytond_account_payment_stripe-5.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "291ccb873a244ca79d435ed51b4f7bc9", "sha256": "bbd21f96123254cd81a8dc6666122ac070ca95d21ddbdae3e6e8357cc92f1825" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.2.1.tar.gz", "has_sig": true, "md5_digest": "291ccb873a244ca79d435ed51b4f7bc9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 42673, "upload_time": "2019-08-01T21:31:09", "url": "https://files.pythonhosted.org/packages/32/fb/22d7f81b27195b0619c7a0f63d7b43f817be1b9737b0626d9b07af3ba7e5/trytond_account_payment_stripe-5.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df34e1cbfb66faa16a5ec2168d2eed89", "sha256": "eb3307e4359dab92cd73fbd49a5a98f2e54ff11ad99b9f0483099619b3380ab6" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.2.1-py3-none-any.whl", "has_sig": true, "md5_digest": "df34e1cbfb66faa16a5ec2168d2eed89", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 59518, "upload_time": "2019-08-01T21:31:06", "url": "https://files.pythonhosted.org/packages/9a/05/a33e65d9afbaab7994e5841f017d33cf4cdbed99235686c02b16b282ab45/trytond_account_payment_stripe-5.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "291ccb873a244ca79d435ed51b4f7bc9", "sha256": "bbd21f96123254cd81a8dc6666122ac070ca95d21ddbdae3e6e8357cc92f1825" }, "downloads": -1, "filename": "trytond_account_payment_stripe-5.2.1.tar.gz", "has_sig": true, "md5_digest": "291ccb873a244ca79d435ed51b4f7bc9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 42673, "upload_time": "2019-08-01T21:31:09", "url": "https://files.pythonhosted.org/packages/32/fb/22d7f81b27195b0619c7a0f63d7b43f817be1b9737b0626d9b07af3ba7e5/trytond_account_payment_stripe-5.2.1.tar.gz" } ] }