{ "info": { "author": "Yugang LIU", "author_email": "liuyug@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=======\n alipay\n =======\n \n alipay api for django\n \n Quick start\n -----------\n \n 1. Add \"alipay\" to your INSTALLED_APPS setting like this::\n \n INSTALLED_APPS = (\n ...\n 'alipay',\n )\n \n 2. Include the alipay URLconf in your project urls.py like this::\n \n url(r'^alipay/ptn/', include('alipay.create_partner_trade_by_buyer.ptn.urls')),\n \n 3. Run `python manage.py syncdb` to create the alipay models.\n \n 4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).\n \n 5. Visit http://127.0.0.1:8000/alipay/ to participate in the poll.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/liuyug/django-alipay", "keywords": null, "license": "GPLv3 License", "maintainer": null, "maintainer_email": null, "name": "django-alipay", "package_url": "https://pypi.org/project/django-alipay/", "platform": "noarch", "project_url": "https://pypi.org/project/django-alipay/", "project_urls": { "Homepage": "https://github.com/liuyug/django-alipay" }, "release_url": "https://pypi.org/project/django-alipay/0.1/", "requires_dist": null, "requires_python": null, "summary": "alipay api for django", "version": "0.1" }, "last_serial": 789083, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "799434bebe4b0d48a59ecd79d74aaada", "sha256": "978579b12999d0974d30108831c4b671a0deb96277fb62d0b9541cac5b78553a" }, "downloads": -1, "filename": "django-alipay-0.1.tar.gz", "has_sig": false, "md5_digest": "799434bebe4b0d48a59ecd79d74aaada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20223, "upload_time": "2013-04-26T08:26:48", "url": "https://files.pythonhosted.org/packages/f0/5c/b5345e84b050d2c2c44c6c41413c3e6e66b66f95a81fcfc28d5b87a576f5/django-alipay-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "799434bebe4b0d48a59ecd79d74aaada", "sha256": "978579b12999d0974d30108831c4b671a0deb96277fb62d0b9541cac5b78553a" }, "downloads": -1, "filename": "django-alipay-0.1.tar.gz", "has_sig": false, "md5_digest": "799434bebe4b0d48a59ecd79d74aaada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20223, "upload_time": "2013-04-26T08:26:48", "url": "https://files.pythonhosted.org/packages/f0/5c/b5345e84b050d2c2c44c6c41413c3e6e66b66f95a81fcfc28d5b87a576f5/django-alipay-0.1.tar.gz" } ] }