{ "info": { "author": "Chee-Hyung Yoon", "author_email": "yoon@tikkon.com", "bugtrack_url": null, "classifiers": [], "description": "pyipay\n======\n\nA Python library for accessing the Auction's iPay API\n\n\nInstallation\n------------\npip install pyipay\n\nUsage\n-----\n\n import pyipay\n \n # Creates the API instance\n ipay = pyipay.IpayAPI(\"Your iPay ID\", \"Your iPay Key\")\n \n # Creates an item\n item = ipay.create_item(\n \"Test Item\", \"Test order\", price=10, qty=2, option=\"Test option\",\n item_url=\"http://localhost/item/\", thumbnail_url=\"http://localhost/thumb\",\n cancellable=True\n )\n items = (item, )\n \n # Creates an order\n order = ipay.create_order(\n payment_rule=0, total=20, shipping_price=0, shipping_type=1,\n back_url=\"http://localhost/back\", service_url=\"http://localhost/service\",\n redirect_url=\"http://localhost/redirect\", address_required=False,\n redirection_enabled=True\n )\n\n # Places the order\n result = ipay.place_order(order, items)\n print result", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/pyipay/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "pyipay", "package_url": "https://pypi.org/project/pyipay/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyipay/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/pyipay/" }, "release_url": "https://pypi.org/project/pyipay/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A Python library for accessing the Auction iPay API", "version": "0.1.1" }, "last_serial": 797299, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "977a9125a16e2c6d817e775b67a2f873", "sha256": "61c0b245084cbaac902c562986c52fb5447bcf1485ead10067146f8256995619" }, "downloads": -1, "filename": "pyipay-0.1.0.tar.gz", "has_sig": false, "md5_digest": "977a9125a16e2c6d817e775b67a2f873", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1772, "upload_time": "2012-09-08T14:29:07", "url": "https://files.pythonhosted.org/packages/f7/58/3cb00750f0f1650b1e7b27ffdcc82117de0971c0a07050fd3e8d113ef4a1/pyipay-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "16d1540fcd9964c783f9c8eafa90995e", "sha256": "4a2f8d4bebc608aaff6766c907ab9ddb1a568eb29db2a6687c0b0297fd12ef67" }, "downloads": -1, "filename": "pyipay-0.1.1.tar.gz", "has_sig": false, "md5_digest": "16d1540fcd9964c783f9c8eafa90995e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3351, "upload_time": "2012-09-09T00:00:12", "url": "https://files.pythonhosted.org/packages/d3/f9/8a637d7b25f17dfe3bd7d1af15c0b770591e36d63d40b5ebf16913780df8/pyipay-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "16d1540fcd9964c783f9c8eafa90995e", "sha256": "4a2f8d4bebc608aaff6766c907ab9ddb1a568eb29db2a6687c0b0297fd12ef67" }, "downloads": -1, "filename": "pyipay-0.1.1.tar.gz", "has_sig": false, "md5_digest": "16d1540fcd9964c783f9c8eafa90995e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3351, "upload_time": "2012-09-09T00:00:12", "url": "https://files.pythonhosted.org/packages/d3/f9/8a637d7b25f17dfe3bd7d1af15c0b770591e36d63d40b5ebf16913780df8/pyipay-0.1.1.tar.gz" } ] }