{ "info": { "author": "David Winterbottom", "author_email": "david.winterbottom@tangentlabs.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Other/Nonlisted Topic" ], "description": "===============================\nPayPal package for django-oscar\n===============================\n\n.. image:: https://pypip.in/v/django-oscar-paypal/badge.png\n :target: https://crate.io/packages/django-oscar-paypal/\n\n.. image:: https://pypip.in/d/django-oscar-paypal/badge.png\n :target: https://crate.io/packages/django-oscar-paypal/\n\nThis package provides integration between django-oscar_ and both `PayPal\nExpress`_ and `PayPal Payflow Pro`_. \n\n.. _django-oscar: https://github.com/tangentlabs/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\nThese payment options can be used individually or together. Further, the\npackage is structured so that it can be used without Oscar if you so wish.\n\n* `Full documentation`_\n\n.. _`Full documentation`: http://django-oscar-paypal.readthedocs.org/en/latest/\n.. _`Continuous integration status`: http://travis-ci.org/#!/tangentlabs/django-oscar-paypal?branch=master\n\nLicense\n-------\n\nThe package is released under the `New BSD license`_.\n\n.. _`New BSD license`: https://github.com/tangentlabs/django-oscar-paypal/blob/master/LICENSE\n\nSupport\n-------\n\nHaving 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`: http://django-oscar-paypal.readthedocs.org/en/latest/contributing.html\n.. _`django-oscar@googlegroups.com`: https://groups.google.com/forum/?fromgroups#!forum/django-oscar\n.. _`Github`: http://github.com/tangentlabs/django-oscar-paypal\n\nTests\n-----\n\n.. image:: https://secure.travis-ci.org/tangentlabs/django-oscar-paypal.png\n :alt: Continuous integration status\n :target: http://travis-ci.org/#!/tangentlabs/django-oscar-paypal\n\n.. image:: https://coveralls.io/repos/tangentlabs/django-oscar-paypal/badge.png?branch=master\n :alt: Coverage\n :target: https://coveralls.io/r/tangentlabs/django-oscar-paypal\n\nChangelog\n---------\n\n0.9.5\n~~~~~\n* Fix issue with missing templates in PyPI package.\n\n0.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\n0.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/tangentlabs/django-oscar-paypal/pull/81\n\n0.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\n0.9.1\n~~~~~\n\n* Add support for Python 3.3 and 3.4\n* Add preliminary support for (unreleased) Oscar 0.8\n\n0.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\n0.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\n0.8\n~~~\n* Support Oscar 0.6\n* Fix bug with offers not being applied to basket on return from PayPal site.\n\n0.7\n~~~\n* Remove Oscar from ``install_requires``\n\n0.6.1\n~~~~~\n* Persist shipping method name when using PayPal Express as a payment method\n only. \n\n0.6\n~~~\n* Add support for ``NO_SHIPPING`` option with PayPal Express.\n\n0.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/tangentlabs/django-oscar-paypal/pull/24\n\n0.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\n0.4\n~~~\n* We now require Oscar >= 0.5\n* Full i18 support\n* New dashboard views for PayPal Express\n\n0.3.3\n~~~~~\n* Restrict to Oscar < 0.5\n\n0.3.2\n~~~~~\n* Pass shipping address name when using Express checkout\n* Docs update\n\n0.3.1\n~~~~~\n* Fix issue with currency formatting\n* Fix issue with i18n proxies being passed to PayPal\n\n0.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\n0.2.5\n~~~~~\n* Fix silly bug with reference transactions\n\n0.2.4\n~~~~~\n* Fix bug with installing templates\n\n0.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\n0.2.2\n~~~~~\n* Add support for specifying transaction currency\n\n0.2.1\n~~~~~\n* Fix packaging issues\n* Remove dead templates\n* With API docs\n\n0.2\n~~~\nIncludes support for Payflow Pro.\n\n0.1\n~~~\nIncludes support for Express Checkout.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tangentlabs/django-oscar-paypal", "keywords": "Payment,PayPal,Oscar", "license": "Copyright (c) 2011, Tangent Communications PLC and individual contributors.\nAll 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.", "maintainer": null, "maintainer_email": null, "name": "django-oscar-paypal-fork-b74153f", "package_url": "https://pypi.org/project/django-oscar-paypal-fork-b74153f/", "platform": "linux", "project_url": "https://pypi.org/project/django-oscar-paypal-fork-b74153f/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tangentlabs/django-oscar-paypal" }, "release_url": "https://pypi.org/project/django-oscar-paypal-fork-b74153f/0.9.5/", "requires_dist": null, "requires_python": null, "summary": "Integration with PayPal Express, PayPal Payflow Pro and Adaptive Payments for django-oscar", "version": "0.9.5" }, "last_serial": 1652407, "releases": { "0.9.5": [ { "comment_text": "", "digests": { "md5": "c1d46da0f6479e97bf2ddd2c1dfe2df5", "sha256": "0e82fee37cd0baada0eaeeef3423c7efd04da94b4a9c8f141069bce19f5e5cf3" }, "downloads": -1, "filename": "django-oscar-paypal-fork-b74153f-0.9.5.tar.gz", "has_sig": false, "md5_digest": "c1d46da0f6479e97bf2ddd2c1dfe2df5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28357, "upload_time": "2015-07-27T22:37:06", "url": "https://files.pythonhosted.org/packages/f3/1b/cefe54b5fc9286df9154886e802b3bb6313405fa99cad5b5dcfe4375ed00/django-oscar-paypal-fork-b74153f-0.9.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c1d46da0f6479e97bf2ddd2c1dfe2df5", "sha256": "0e82fee37cd0baada0eaeeef3423c7efd04da94b4a9c8f141069bce19f5e5cf3" }, "downloads": -1, "filename": "django-oscar-paypal-fork-b74153f-0.9.5.tar.gz", "has_sig": false, "md5_digest": "c1d46da0f6479e97bf2ddd2c1dfe2df5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28357, "upload_time": "2015-07-27T22:37:06", "url": "https://files.pythonhosted.org/packages/f3/1b/cefe54b5fc9286df9154886e802b3bb6313405fa99cad5b5dcfe4375ed00/django-oscar-paypal-fork-b74153f-0.9.5.tar.gz" } ] }