{ "info": { "author": "Christopher Glass", "author_email": "tribaal@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "======================\ndjango-shop-paypal\n======================\n\nThis applicaiton is a paypal backend for django-SHOP, or any other shop system\nimplementing its shop interface.\nIt uses django-paypal as a way to actually communicate with paypal.\n\nUsage\n======\n\nAdd django-paypal and this project to your INSTALLED_APPS:::\n\n INSTALLED_APPS = (\n ...\n 'paypal.standard.ipn',\n 'shop_paypal',\n ...\n )\n\nAdd 'shop_paypal.offsite_paypal.OffsitePaypalBackend' to django-SHOP's SHOP_PAYMENT_BACKENDS\nsetting.\n\nMake sure you set following in settings.py:\n\n* `PAYPAL_RECEIVER_EMAIL`\n* `PAYPAL_CURRENCY_CODE` (see https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_currency_codes)\n\nOptional settings:\n\n* `PAYPAL_LC` - paypal language (see: https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/e_howto_api_nvp_country_codes)\n\nTodo\n=====\n\nPlenty of stuff is left to do! If you feel like giving a hand, please pick a task\nin the follwing list:\n\n* Implement more functionalities from django-paypal in different backends \n (one for direct payments, one for professional accounts...)\n* Port the shop API to other shop systems, so they can also easily use this \n project as a backend. Examples include but are not limited to: plata, satchmo, \n lfs\n \nContributing\n=============\n\nFeel free to post any comment or suggestion for this project on the django-shop \nmailing list or on #djanho-shop on freenode :)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.django-shop.org/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-shop-paypal", "package_url": "https://pypi.org/project/django-shop-paypal/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-shop-paypal/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.django-shop.org/" }, "release_url": "https://pypi.org/project/django-shop-paypal/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "An paypal payment backend wrapping django-paypal", "version": "0.0.1" }, "last_serial": 728506, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4c2a474cf06ae66c19007a4004d3caa4", "sha256": "14aab07e716882d890c89ebec7fd7069a8c536e3d7c6eb7e47021637da8dba09" }, "downloads": -1, "filename": "django-shop-paypal-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4c2a474cf06ae66c19007a4004d3caa4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4784, "upload_time": "2011-07-26T18:07:38", "url": "https://files.pythonhosted.org/packages/1c/84/0a03bd09dfcd8c5480b4dac508b2ea6144f1f6969226b3f9e2dba5051fe2/django-shop-paypal-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4c2a474cf06ae66c19007a4004d3caa4", "sha256": "14aab07e716882d890c89ebec7fd7069a8c536e3d7c6eb7e47021637da8dba09" }, "downloads": -1, "filename": "django-shop-paypal-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4c2a474cf06ae66c19007a4004d3caa4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4784, "upload_time": "2011-07-26T18:07:38", "url": "https://files.pythonhosted.org/packages/1c/84/0a03bd09dfcd8c5480b4dac508b2ea6144f1f6969226b3f9e2dba5051fe2/django-shop-paypal-0.0.1.tar.gz" } ] }