{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n 3. Neither the name of Tangent Communications PLC nor the names of its contributors \n\t may be used to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nDescription: ===============================\n PayPal package for django-oscar\n ===============================\n \n This package provides integration between django-oscar_ and both `PayPal\n Express`_ and `PayPal Payflow Pro`_.\n \n .. _django-oscar: https://github.com/django-oscar/django-oscar\n .. _`PayPal Express`: https://www.paypal.com/uk/cgi-bin/webscr?cmd=_additional-payment-ref-impl1\n .. _`PayPal Payflow Pro`: https://merchant.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=merchant/payment_gateway\n \n These payment options can be used individually or together. Further, the\n package is structured so that it can be used without Oscar if you so wish.\n \n * `Full documentation`_\n \n .. _`Full documentation`: https://django-oscar-paypal.readthedocs.io/en/latest/\n .. _`Continuous integration status`: http://travis-ci.org/#!/django-oscar/django-oscar-paypal?branch=master\n \n License\n -------\n \n The package is released under the `New BSD license`_.\n \n .. _`New BSD license`: https://github.com/django-oscar/django-oscar-paypal/blob/master/LICENSE\n \n Support\n -------\n \n Having problems or got a question?\n \n * Have a look at the sandbox site as this is a sample Oscar project\n integrated with both PayPal options. See the `contributing guide`_ within the\n docs for instructions on how to set up the sandbox locally.\n \n * Ping `@django_oscar`_ with quick queries.\n \n * Ask more detailed questions on the Oscar mailing list: `django-oscar@googlegroups.com`_\n \n * Use Github_ for submitting issues and pull requests.\n \n .. _`@django_oscar`: https://twitter.com/django_oscar\n .. _`contributing guide`: https://django-oscar-paypal.readthedocs.io/en/latest/contributing.html\n .. _`django-oscar@googlegroups.com`: https://groups.google.com/forum/?fromgroups#!forum/django-oscar\n .. _`Github`: http://github.com/django-oscar/django-oscar-paypal\n \n Tests\n -----\n \n .. image:: https://secure.travis-ci.org/django-oscar/django-oscar-paypal.png\n :alt: Continuous integration status\n :target: http://travis-ci.org/#!/django-oscar/django-oscar-paypal\n \n .. image:: http://codecov.io/github/django-oscar/django-oscar-paypal/coverage.svg?branch=master\n :alt: Coverage\n :target: http://codecov.io/github/django-oscar/django-oscar-paypal?branch=master\n \n Changelog\n ---------\n \n 0.9.7 (released January 12th, 2016)\n -----------------------------------\n * Fix breakage when using Oscar's ``DeferredTaxMixin``. `#98`_ `#121`_\n \n .. _`#98`: https://github.com/django-oscar/django-oscar-paypal/issues/98\n .. _`#121`: https://github.com/django-oscar/django-oscar-paypal/pull/121\n \n 0.9.6 (released November 13th, 2015)\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n \n * Add support for Oscar 1.1 and Django 1.8.\n * Drop support for Django 1.6 and Oscar 0.7.\n * Store submitted shipping method instead of falling back to ``FixedPrice``. `#107`_\n * Display original Paypal error message instead of generic error message. `#101`_\n * Bugfix: Hide form buttons as expected. `#94`_\n * Bugfix: Correct signature for call to ``get_shipping_methods``. `#99`_\n * Bugfix: Don't fail in countries without postcode. `#100`_\n \n .. _`#94`: https://github.com/django-oscar/django-oscar-paypal/pull/94\n .. _`#99`: https://github.com/django-oscar/django-oscar-paypal/issues/99\n .. _`#100`: https://github.com/django-oscar/django-oscar-paypal/issues/100\n .. _`#101`: https://github.com/django-oscar/django-oscar-paypal/pull/101\n .. _`#107`: https://github.com/django-oscar/django-oscar-paypal/pull/107\n \n 0.9.5\n ~~~~~\n * Fix issue with missing templates in PyPI package.\n \n 0.9.4\n ~~~~~\n \n * Use Bankcard.number instead of the deprecated Bankcard.card_number attribute.\n * Add support for Django 1.7 and Oscar 1.0.\n * Drop support for Oscar 0.6 and Django 1.5.\n \n 0.9.3\n ~~~~~\n \n * Use the correct key to look up a previous transaction ID (for\n refund/capture/void operations). `#81`_\n \n .. _`#81`: https://github.com/django-oscar/django-oscar-paypal/pull/81\n \n 0.9.2\n ~~~~~\n \n * Include templates in package (they were missing from 0.9.1)\n * Dynamically load view classes in Express views module\n \n 0.9.1\n ~~~~~\n \n * Add support for Python 3.3 and 3.4\n * Add preliminary support for (unreleased) Oscar 0.8\n \n 0.9\n ~~~\n * Support Oscar 0.7 (note that this release only works with 0.7.1 onwards)\n * Drop support for Oscar 0.5\n * Fix bug around unicode handling\n * Allow scheme of callback URL to be specified in a setting\n \n 0.8.1\n ~~~~~\n * Ensure sandbox demo site works correctly with Oscar 0.6\n * Fix a bug with Payflow Pro using wrong bankcard attribute for expiry dates.\n * Remove Oscar version verification in ``setup.py``\n * Use content-type ``text/namevalue`` when submitting key-value pairs to\n PayPal.\n \n 0.8\n ~~~\n * Support Oscar 0.6\n * Fix bug with offers not being applied to basket on return from PayPal site.\n \n 0.7\n ~~~\n * Remove Oscar from ``install_requires``\n \n 0.6.1\n ~~~~~\n * Persist shipping method name when using PayPal Express as a payment method\n only.\n \n 0.6\n ~~~\n * Add support for ``NO_SHIPPING`` option with PayPal Express.\n \n 0.5\n ~~~\n * Addresses a `security issue`_ where baskets could be manipulated while the\n customer was on the PayPal site. This would cause the final order to contain\n more items that were paid for.\n \n .. _`security issue`: https://github.com/django-oscar/django-oscar-paypal/pull/24\n \n 0.4.1\n ~~~~~\n * Fixes a bug where the second line of a user's address was not being used to\n create the order shipping address.\n \n 0.4\n ~~~\n * We now require Oscar >= 0.5\n * Full i18 support\n * New dashboard views for PayPal Express\n \n 0.3.3\n ~~~~~\n * Restrict to Oscar < 0.5\n \n 0.3.2\n ~~~~~\n * Pass shipping address name when using Express checkout\n * Docs update\n \n 0.3.1\n ~~~~~\n * Fix issue with currency formatting\n * Fix issue with i18n proxies being passed to PayPal\n \n 0.3\n ~~~\n * Order discounts are now passed correctly to PayPal as separate lines\n * Fix unicode issue when reading data back from PayPal\n * Use Tox for testsuite\n \n 0.2.5\n ~~~~~\n * Fix silly bug with reference transactions\n \n 0.2.4\n ~~~~~\n * Fix bug with installing templates\n \n 0.2.3\n ~~~~~\n * Fix bug with amount formats not being validated properly\n * Adjust txn model to allow virtually everything to be nullable\n \n 0.2.2\n ~~~~~\n * Add support for specifying transaction currency\n \n 0.2.1\n ~~~~~\n * Fix packaging issues\n * Remove dead templates\n * With API docs\n \n 0.2\n ~~~\n Includes support for Payflow Pro.\n \n 0.1\n ~~~\n Includes support for Express Checkout.\n \nKeywords: Payment,PayPal,Oscar\nPlatform: linux\nClassifier: Development Status :: 4 - Beta\nClassifier: Environment :: Web Environment\nClassifier: Framework :: Django\nClassifier: Intended Audience :: Developers\nClassifier: License :: OSI Approved :: BSD License\nClassifier: Operating System :: Unix\nClassifier: Programming Language :: Python\nClassifier: Programming Language :: Python :: 2\nClassifier: Programming Language :: Python :: 2.7\nClassifier: Programming Language :: Python :: 3\nClassifier: Programming Language :: Python :: 3.4\nClassifier: Programming Language :: Python :: 3.5\nClassifier: Programming Language :: Python :: 3.6\nClassifier: Topic :: Other/Nonlisted Topic\nProvides-Extra: oscar\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/django-oscar/django-oscar-paypal", "keywords": "", "license": "Copyright (c) 2011, Tangent Communications PLC and individual contributors.", "maintainer": "", "maintainer_email": "", "name": "django-oscar-paypal", "package_url": "https://pypi.org/project/django-oscar-paypal/", "platform": "", "project_url": "https://pypi.org/project/django-oscar-paypal/", "project_urls": { "Homepage": "https://github.com/django-oscar/django-oscar-paypal" }, "release_url": "https://pypi.org/project/django-oscar-paypal/1.0.0/", "requires_dist": [ "django (<2.1,>=1.11)", "requests (>=1.0)", "django-localflavor", "django-oscar (<1.7,>=1.5); extra == 'oscar'" ], "requires_python": "", "summary": "Integration with PayPal Express, PayPal Payflow Pro and Adaptive Payments for django-oscar", "version": "1.0.0" }, "last_serial": 3912722, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a5aa721acc99df329072d0be56c191c8", "sha256": "d64565eaec193bcbed9810c9a47c369863deec2716081bd6e680bbde59af2523" }, "downloads": -1, "filename": "django-oscar-paypal-0.1.tar.gz", "has_sig": false, "md5_digest": "a5aa721acc99df329072d0be56c191c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23012, "upload_time": "2012-06-12T23:00:46", "url": "https://files.pythonhosted.org/packages/28/ab/8f12db694f5236b41ea3891b9494c3c4882b5d360e549a9086bb5ff5af10/django-oscar-paypal-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "2ddfc236535f9a652da6e17c9e9a5b2f", "sha256": "53ba0dd253780767676fc4dd2ebb6ff285bb07946175fbd57a9b08d02bb4c699" }, "downloads": -1, "filename": "django-oscar-paypal-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2ddfc236535f9a652da6e17c9e9a5b2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22981, "upload_time": "2012-06-12T23:15:53", "url": "https://files.pythonhosted.org/packages/bf/0f/785cf78ba0c15eb3366953dbfa9a39e5f4ac3045416f5d4a420fc10f1449/django-oscar-paypal-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e0b76b3d78d7582e99a065ad6cb1998f", "sha256": "62c6bc321ee6d132d9283a3b4090f76fa34604724aaf8307f2fe4903b0c0ca68" }, "downloads": -1, "filename": "django-oscar-paypal-0.2.tar.gz", "has_sig": false, "md5_digest": "e0b76b3d78d7582e99a065ad6cb1998f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28766, "upload_time": "2012-08-22T21:04:56", "url": "https://files.pythonhosted.org/packages/82/f4/9746963c2822d0285bce7db8490a71db4d1bef8752888e83c031129e9883/django-oscar-paypal-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "d0710754da3b500fb026e1dbaa2babe8", "sha256": "ecdc632f1a02ba57334b848494ba7c42635be25949262eab705f407ae25a688f" }, "downloads": -1, "filename": "django-oscar-paypal-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d0710754da3b500fb026e1dbaa2babe8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20663, "upload_time": "2012-08-23T14:07:02", "url": "https://files.pythonhosted.org/packages/f2/59/ade3bdb3c8fab9bfe7ee5768da0d7e148464d702e3a9d452c07fa8a89091/django-oscar-paypal-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "1fbf30ab03734dfa4afe1b8d7d4398a9", "sha256": "bcf8a5927989520faba342367cc242b2ec542bab368fa1293fe79bf5e69577cd" }, "downloads": -1, "filename": "django-oscar-paypal-0.2.2.tar.gz", "has_sig": false, "md5_digest": "1fbf30ab03734dfa4afe1b8d7d4398a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20811, "upload_time": "2012-08-23T16:51:11", "url": "https://files.pythonhosted.org/packages/a2/34/e0deb378bbe0e710cfdafe69798b6d9c259203b9c4a072d1cb978c50e21c/django-oscar-paypal-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "0f46d74ea78a996270d0d8c88c2e0d59", "sha256": "c424e28cf37dc12f5fab9d2d74a46e1ddc6ba390e4b465096a82e63c6a6d0664" }, "downloads": -1, "filename": "django-oscar-paypal-0.2.3.tar.gz", "has_sig": false, "md5_digest": "0f46d74ea78a996270d0d8c88c2e0d59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21071, "upload_time": "2012-08-28T14:46:09", "url": "https://files.pythonhosted.org/packages/c6/16/a21c5153b9c323a0f7a537acad26d7eca76c93240a3e62bcf6246aa2209b/django-oscar-paypal-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "7840f4e0f4f74cd3240dc8d3b5ceea5a", "sha256": "0daacbd9f99cc3227e8d6457325537acb0d7b25a7a10e7a17554260f06499785" }, "downloads": -1, "filename": "django-oscar-paypal-0.2.4.tar.gz", "has_sig": false, "md5_digest": "7840f4e0f4f74cd3240dc8d3b5ceea5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21133, "upload_time": "2012-08-31T20:47:41", "url": "https://files.pythonhosted.org/packages/5f/ae/5136e5fb510db60b6ed96e2a3465d8b7155de795605cb90073bed73716f8/django-oscar-paypal-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "ffca36b543ee24ca2cc2710b268d78c3", "sha256": "2c99ac226ae87a69afab6b666267efeb1de4dae067c3c718b3beebbba207cf96" }, "downloads": -1, "filename": "django-oscar-paypal-0.2.5.tar.gz", "has_sig": false, "md5_digest": "ffca36b543ee24ca2cc2710b268d78c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21208, "upload_time": "2012-10-03T10:08:10", "url": "https://files.pythonhosted.org/packages/3a/c7/17af1bf0bb12987cd0933c4399ddd529d8bc3fe627153b3248533eea8f4b/django-oscar-paypal-0.2.5.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "3810ef1146f95e7e8d420f0b963c252c", "sha256": "8d82636b25cb025e8847161529544d3a30990c0ec98ea87f0a20598746abea8a" }, "downloads": -1, "filename": "django-oscar-paypal-0.3.tar.gz", "has_sig": false, "md5_digest": "3810ef1146f95e7e8d420f0b963c252c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21678, "upload_time": "2012-11-15T13:42:18", "url": "https://files.pythonhosted.org/packages/7d/69/dfebc179616aa0555d516f8da81e00fd2c41d837e788d266c82dc2ca4a48/django-oscar-paypal-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "a836fb23548c6fcbd1d76e9c1448e43d", "sha256": "dd2da5dd1699751801e20c64bb609c8b7045bdc4aae2c3be3ec6a52d0068134c" }, "downloads": -1, "filename": "django-oscar-paypal-0.3.1.tar.gz", "has_sig": false, "md5_digest": "a836fb23548c6fcbd1d76e9c1448e43d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22109, "upload_time": "2012-12-07T12:57:30", "url": "https://files.pythonhosted.org/packages/c7/36/9d342f09c064fe44c2579e6c69aaa1b4e6d0d07e48b59523ac0b01b08838/django-oscar-paypal-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "0856ec90d60d43e0ba9cf2424ec242f5", "sha256": "2e7ba5e1f888e5745b928a7690e67cd6e80e8fe77831e4422cac7292998ff9e4" }, "downloads": -1, "filename": "django-oscar-paypal-0.3.2.tar.gz", "has_sig": false, "md5_digest": "0856ec90d60d43e0ba9cf2424ec242f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22187, "upload_time": "2012-12-18T17:31:03", "url": "https://files.pythonhosted.org/packages/03/fd/a2ac5dd6ae38845725f65aa842ef2cf8ba20ee55d959cf3f3ca2f5c1bab3/django-oscar-paypal-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "773770d380ceff1c9d2e19442e998102", "sha256": "c594b69ccc6282a7cd51d8343269cdf6d8fe46762c0e0f3ea2f3f3a8a5017cc6" }, "downloads": -1, "filename": "django-oscar-paypal-0.3.3.tar.gz", "has_sig": false, "md5_digest": "773770d380ceff1c9d2e19442e998102", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22479, "upload_time": "2013-04-10T10:15:46", "url": "https://files.pythonhosted.org/packages/6c/fe/d029fda12fede28a767e635e8c3f18575af7eb9c6e5d27b682059ba09811/django-oscar-paypal-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "26edac711066daaf4ad272b37754a0f6", "sha256": "e1778fe2f4f91587abe0ea1cfb7bc420d5652d7dde240b572298c26459b2edf6" }, "downloads": -1, "filename": "django-oscar-paypal-0.3.4.tar.gz", "has_sig": false, "md5_digest": "26edac711066daaf4ad272b37754a0f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22531, "upload_time": "2013-04-29T10:29:26", "url": "https://files.pythonhosted.org/packages/92/72/12b11b15e54da897d7835195d7e39c26252522b28fc9e00aefa35b957570/django-oscar-paypal-0.3.4.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "0ffe836ebca7a2ac9c472a3fb01309c2", "sha256": "2443a731f05060fd6778d10ef3731fc87f0ae1c2577ae0778987e54ad06aa86a" }, "downloads": -1, "filename": "django-oscar-paypal-0.4.tar.gz", "has_sig": false, "md5_digest": "0ffe836ebca7a2ac9c472a3fb01309c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23775, "upload_time": "2013-04-18T16:17:04", "url": "https://files.pythonhosted.org/packages/52/fb/b8f3bcbe19836540298ac1f036f22dab416b52762cde2b71bcbd12b8d87c/django-oscar-paypal-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "919e71f5b9a94aeca8d50969008c7683", "sha256": "4d45231b10f215ca7cb436ea054a5187d4ff15261bf1b86aaeb396dff64ec273" }, "downloads": -1, "filename": "django-oscar-paypal-0.4.1.tar.gz", "has_sig": false, "md5_digest": "919e71f5b9a94aeca8d50969008c7683", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24018, "upload_time": "2013-04-29T10:29:51", "url": "https://files.pythonhosted.org/packages/8a/8c/63e9e3707611c7f74c3d80ce4320ef8aa7d13bf3fcb04a9fbe66e857c97b/django-oscar-paypal-0.4.1.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "18b27c16c9c2679e5368eb889c15579e", "sha256": "a2e2012f0bdb70769827cd957eae91517e8fa527b16dfbeb7033e26c38bd2324" }, "downloads": -1, "filename": "django-oscar-paypal-0.5.tar.gz", "has_sig": false, "md5_digest": "18b27c16c9c2679e5368eb889c15579e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25516, "upload_time": "2013-06-21T10:28:28", "url": "https://files.pythonhosted.org/packages/cf/fc/e115b193dbd2b4a0499b8df63f6f65d610f8fb44696c8ccb10520959b8f3/django-oscar-paypal-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "5e661875f46b10cd54c623d8a5914770", "sha256": "c656c1dbf0671c7d2e67aa799760c696bf2656b06f08e6ac4293b77cf2654e08" }, "downloads": -1, "filename": "django-oscar-paypal-0.6.tar.gz", "has_sig": false, "md5_digest": "5e661875f46b10cd54c623d8a5914770", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25676, "upload_time": "2013-09-02T08:40:12", "url": "https://files.pythonhosted.org/packages/d2/5c/2abe494d76b62256e766bd45cea85bf985a1d11d6430570dfc567d344898/django-oscar-paypal-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "9d966a1da70afee1167a47d50ca65475", "sha256": "65fc7195b45f783f8436d3e2f1d81435663066626c2d7d5dd5411b2a0e3c013d" }, "downloads": -1, "filename": "django-oscar-paypal-0.6.1.tar.gz", "has_sig": false, "md5_digest": "9d966a1da70afee1167a47d50ca65475", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25872, "upload_time": "2013-09-06T11:01:17", "url": "https://files.pythonhosted.org/packages/4d/32/a14e62d5ab6c16bbe8c5a70ed7d58c7af147ca3de14c34aec885b55f3b46/django-oscar-paypal-0.6.1.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "5f276d41db57041ba458780aca137e73", "sha256": "24b4478d6f59289649e052a316564a782449612dcbae6c6080e25ff3af332840" }, "downloads": -1, "filename": "django-oscar-paypal-0.7.tar.gz", "has_sig": false, "md5_digest": "5f276d41db57041ba458780aca137e73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26036, "upload_time": "2013-10-14T21:24:15", "url": "https://files.pythonhosted.org/packages/8d/e7/34b0deb9c39969899f1a64653538323d5fcef125b159528a5615e60815b2/django-oscar-paypal-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "857464204ddd34b629f3f6da4a0fb449", "sha256": "74535fa1bf760f4e32409d4b8793f3f8d11d08dd7b320c8747078c61184bff10" }, "downloads": -1, "filename": "django-oscar-paypal-0.8.tar.gz", "has_sig": false, "md5_digest": "857464204ddd34b629f3f6da4a0fb449", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26597, "upload_time": "2014-02-07T13:32:25", "url": "https://files.pythonhosted.org/packages/d2/82/eaeef1f495bb8cdf0ef19e7838c620fdeafb2856169db92a2370894a7936/django-oscar-paypal-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "57bbb260755f749d0689b18ddf4efd11", "sha256": "969351385d0d371a839bb8691a9753179fef9420c973489baa261ae5698dcf61" }, "downloads": -1, "filename": "django-oscar-paypal-0.8.1.tar.gz", "has_sig": false, "md5_digest": "57bbb260755f749d0689b18ddf4efd11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27117, "upload_time": "2014-04-07T20:18:15", "url": "https://files.pythonhosted.org/packages/3e/88/8f166734569ffa63ab4c4442123d4c98e114cc2427246239f84c9106036f/django-oscar-paypal-0.8.1.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "f3a7a9034ea4691681fd5ce5afa4dc3f", "sha256": "0be41cc7a68dd37768cf2e11f11dcaed8cbd24702ecfe1a0b961e8c2f24c3277" }, "downloads": -1, "filename": "django-oscar-paypal-0.9.tar.gz", "has_sig": false, "md5_digest": "f3a7a9034ea4691681fd5ce5afa4dc3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27151, "upload_time": "2014-05-09T15:05:00", "url": "https://files.pythonhosted.org/packages/49/01/f76772ee55169164aa17d4473ca8426680c498b3bcc7b175fe59a1e01fa5/django-oscar-paypal-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "34cc173352153d3a3e5cf46e77fe97d3", "sha256": "ef55e774d82a0c95f61b332f2965a9334687acbd779cdecd4bb5fe90e0bd9fe3" }, "downloads": -1, "filename": "django-oscar-paypal-0.9.1.tar.gz", "has_sig": false, "md5_digest": "34cc173352153d3a3e5cf46e77fe97d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24737, "upload_time": "2014-08-06T14:18:30", "url": "https://files.pythonhosted.org/packages/f2/29/95b9a4acc414bd4de7b36ff184cb6d79ac461f92d2c887a83f86b23e18fa/django-oscar-paypal-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "d2ddfd7a0eb4920693c5f571c2618842", "sha256": "6c520d0587819168b177322fc3c64d6eb1b8a0bcd8606892478831b85baeaae6" }, "downloads": -1, "filename": "django-oscar-paypal-0.9.2.tar.gz", "has_sig": false, "md5_digest": "d2ddfd7a0eb4920693c5f571c2618842", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28020, "upload_time": "2014-08-28T10:12:46", "url": "https://files.pythonhosted.org/packages/6f/55/bfd48c6d3f3fd3af67436e62bb99d9f2d852454b7c343b43ec3634b5840c/django-oscar-paypal-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "301418122c3ac7d581d72c1835db6b9a", "sha256": "15bd0aef70afa7f4017aba96a165ab2cf7490908b5af1dd922dbc988d8705b85" }, "downloads": -1, "filename": "django-oscar-paypal-0.9.3.tar.gz", "has_sig": false, "md5_digest": "301418122c3ac7d581d72c1835db6b9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28167, "upload_time": "2014-09-02T10:01:24", "url": "https://files.pythonhosted.org/packages/a4/7f/220efce9a6997de1d5ce29514a3b33508f42d77f1d41e06c97670756e0b1/django-oscar-paypal-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "91faa2ad17715d4d5cb649b9bec1d298", "sha256": "71591cb2b7a80a73a27f520d9f4d60e2b3940f725991dff109f03c630036ba56" }, "downloads": -1, "filename": "django_oscar_paypal-0.9.4-py2-none-any.whl", "has_sig": false, "md5_digest": "91faa2ad17715d4d5cb649b9bec1d298", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 34055, "upload_time": "2014-11-07T17:13:33", "url": "https://files.pythonhosted.org/packages/4b/25/c0d2a22a9cf53d108d9475463da6c043b79dfbf04c2182a8b52f3b916dea/django_oscar_paypal-0.9.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7b93d4d4b4c25414867b9912caa3ebe", "sha256": "0edcb41ea98be5903b9dfcf6a05e8e177de2d2a8dc10b22f2791a9df61c7e6e7" }, "downloads": -1, "filename": "django-oscar-paypal-0.9.4.tar.gz", "has_sig": false, "md5_digest": "b7b93d4d4b4c25414867b9912caa3ebe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25152, "upload_time": "2014-11-07T17:13:25", "url": "https://files.pythonhosted.org/packages/cf/77/76ff7181f164733ecc872c963c188745cc9bd4bf8a01900cb9fa19215ad2/django-oscar-paypal-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "69ae88bc9165dc1732719a19422596df", "sha256": "51465a52ef495fc7f6141e4f0c755b32339af56b975f3a24860359862f4d1b07" }, "downloads": -1, "filename": "django-oscar-paypal-0.9.5.tar.gz", "has_sig": false, "md5_digest": "69ae88bc9165dc1732719a19422596df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28242, "upload_time": "2014-11-23T22:46:03", "url": "https://files.pythonhosted.org/packages/b4/c5/1889f33a83ea5d42cae409c1008a177ee7015bb024e9710e8d9b3253a523/django-oscar-paypal-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "8cb018d570bea3709d6e5412feef5e04", "sha256": "14aa889c4f676763c25b11dc1fdf7773b825e9bf356481fb190c525225aaaf99" }, "downloads": -1, "filename": "django_oscar_paypal-0.9.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8cb018d570bea3709d6e5412feef5e04", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 39299, "upload_time": "2015-11-13T18:09:50", "url": "https://files.pythonhosted.org/packages/91/5b/7196c2ec3f09f515ddc51e62d0c9050e6066a1d6ede1443eebcedb213f43/django_oscar_paypal-0.9.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e0c4be7b134cdabe679417cb3056a14", "sha256": "27331168e6d2ba41af0fe8c68a86cb0fcaf898f2444a35847561c7773c8e360d" }, "downloads": -1, "filename": "django-oscar-paypal-0.9.6.tar.gz", "has_sig": false, "md5_digest": "9e0c4be7b134cdabe679417cb3056a14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28178, "upload_time": "2015-11-13T18:09:40", "url": "https://files.pythonhosted.org/packages/fb/f0/9a10493117a63b2e67ef142a5298db8a0e96744574414dbc1131fcf2507d/django-oscar-paypal-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "a60240b29f030e3bb3476a5b84455062", "sha256": "0a46fcd4e0ff9f2edac1d6daf7f572986c9f610a2e74ccae16809dcae25854b5" }, "downloads": -1, "filename": "django_oscar_paypal-0.9.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a60240b29f030e3bb3476a5b84455062", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 39470, "upload_time": "2016-01-12T14:42:44", "url": "https://files.pythonhosted.org/packages/64/50/c58044fe3f593c836fc40b65c23188a508a38ba7d93e4d13b98675051f15/django_oscar_paypal-0.9.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f071ddae3acc2040f05fa86694cd775", "sha256": "44f9b86c945d3aa45b44ef9a7a66f3d728c207d88da8c35eb91be681107b1785" }, "downloads": -1, "filename": "django-oscar-paypal-0.9.7.tar.gz", "has_sig": false, "md5_digest": "2f071ddae3acc2040f05fa86694cd775", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28385, "upload_time": "2016-01-12T14:42:32", "url": "https://files.pythonhosted.org/packages/2e/6b/cce8532a402379a3b855ad98536e449c2ba2e2a5507fef46dc7fa737abca/django-oscar-paypal-0.9.7.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "85bcd316ec67b2cc8958378d04120b25", "sha256": "fa4ece0eac70bd9e32223fb6735aa07e92dadd4694a695cb12ba2fc9838a1c78" }, "downloads": -1, "filename": "django_oscar_paypal-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "85bcd316ec67b2cc8958378d04120b25", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36198, "upload_time": "2018-05-30T12:45:20", "url": "https://files.pythonhosted.org/packages/20/2f/27f9e1342f45680778938a54ccf29b485a1237a54b917f1bc62371e5e59c/django_oscar_paypal-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b4fb19a9c2adfd98e8013b0833ebf8a", "sha256": "6e5d3bf5e3a830beecaff0b88c3bcc2a9b542f32d9b2aa6a4a3a1c2ebf903a35" }, "downloads": -1, "filename": "django-oscar-paypal-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2b4fb19a9c2adfd98e8013b0833ebf8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29670, "upload_time": "2018-05-30T12:45:22", "url": "https://files.pythonhosted.org/packages/4b/eb/6a966c65b60f67eb84b407373c97b284a93f1ec1caa0200fc7652d6dcaea/django-oscar-paypal-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "85bcd316ec67b2cc8958378d04120b25", "sha256": "fa4ece0eac70bd9e32223fb6735aa07e92dadd4694a695cb12ba2fc9838a1c78" }, "downloads": -1, "filename": "django_oscar_paypal-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "85bcd316ec67b2cc8958378d04120b25", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36198, "upload_time": "2018-05-30T12:45:20", "url": "https://files.pythonhosted.org/packages/20/2f/27f9e1342f45680778938a54ccf29b485a1237a54b917f1bc62371e5e59c/django_oscar_paypal-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b4fb19a9c2adfd98e8013b0833ebf8a", "sha256": "6e5d3bf5e3a830beecaff0b88c3bcc2a9b542f32d9b2aa6a4a3a1c2ebf903a35" }, "downloads": -1, "filename": "django-oscar-paypal-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2b4fb19a9c2adfd98e8013b0833ebf8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29670, "upload_time": "2018-05-30T12:45:22", "url": "https://files.pythonhosted.org/packages/4b/eb/6a966c65b60f67eb84b407373c97b284a93f1ec1caa0200fc7652d6dcaea/django-oscar-paypal-1.0.0.tar.gz" } ] }