{ "info": { "author": "Utkarsh Sengar, Roopesh Vaddepally", "author_email": "utkarsh2012@gmail.com, roopeshvaddepally@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=========================================\npython-ebay - Python Wrapper for eBay API\n=========================================\n\nThis project intends to create a simple python wrapper around eBay APIs.\n\n\nDevelopment and Download Sites\n==============================\n\nThe entry at the *Python Package Index* is at: \nhttps://pypi.python.org/pypi/python-ebay\n\nDevelopment is coordinated at *Github*: \nhttps://github.com/roopeshvaddepally/python-ebay\n\n\nHow to Install\n==============\n\nNew Way\n-------\n\n* Install the library with **pip** or **easy_install**. With *pip* you must \n use option ``--pre``, because *python-ebay* is currently labeled as \n prerelease (beta) quality. ::\n\n pip install --pre python-ebay\n \n* Create a configuration file.\n * Generate keys at eBay's developer website: \n http://developer.ebay.com/quickstartguide/\n * Create an example configuration file.\n * Rename the example to something sensible.\n * Edit the example, especially insert the keys that you generated at \n eBay's developer site. \n\n* ::\n\n python -c \"import ebay.utils; ebay.utils.write_config_example()\"\n mv config.ini.example ebay.apikey\n vim ebay.apikey\n\n* Before using *python-ebay*, you must tell it where the configuration file is::\n \n from ebay.utils import set_config_file\n from ebay.shopping import FindProducts\n\n set_config_file(\"ebay.apikey\")\n print FindProducts(\"pen\", \"false\", \"10\", \"JSON\")\n\nOld Way\n-------\n\n* Download a source package of **python-ebay** and unpack it.\n https://github.com/roopeshvaddepally/python-ebay/tarball/master\n\n* Create a configuration file.\n * Generate keys at eBay's developer website: \n http://developer.ebay.com/quickstartguide/\n * Edit ``ebay/config.ini``, especially insert the keys that you generated at \n eBay's developer site. \n\n* Install the (slightly modified) package with::\n\n python setup.py install\n\n* The *python-ebay* library now contains a working configuration file. \n You can use it without calling ``utils.set_config_file``::\n\n from ebay.shopping import FindProducts \n print FindProducts(\"pen\", \"false\", \"10\", \"JSON\")\n\n\nDocumentation\n=============\n\nThe *pyton-ebay* library is unfortunately not complete. \nAn overview of the development status is available on our wiki. \nThe currently implemented functions are listed together with a short description:\nhttps://github.com/roopeshvaddepally/python-ebay/wiki/List-of-eBay-APIs\n\nExtensive documentation of eBay's API is available on eBay's developer website. \nThis documentation focusses on XML messages that are sent to eBay's servers, \nand XML responses that are received from those servers.\nhttp://developer.ebay.com/products/overview\n\nExample code in Python can be found in the directories ``examples/`` and \n``tests/``. The complete source code can be obtained by either:\n\n* Downloading an archive from:\n https://github.com/roopeshvaddepally/python-ebay/tarball/master\n* Cloning the git repository::\n \n git clone git://github.com/roopeshvaddepally/python-ebay.git\n\n\nLicense\n=======\n\nApache License, Version 2.0\nPlease refer to details here: http://www.apache.org/licenses/LICENSE-2.0.html\n\n\nContributors\n============\n\n* Eike Welk \n* Utkarsh Sengar \n* Roopesh Vaddepally \n* Stephen Balaban \n* hbtronix \n* bogdanvarlamov \n* patoch", "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/roopeshvaddepally/python-ebay", "keywords": "ebay api wrapper", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "python-ebay", "package_url": "https://pypi.org/project/python-ebay/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-ebay/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/roopeshvaddepally/python-ebay" }, "release_url": "https://pypi.org/project/python-ebay/0.2.0b5dev/", "requires_dist": null, "requires_python": null, "summary": "Python Wrapper for eBay API", "version": "0.2.0b5dev" }, "last_serial": 974685, "releases": { "0.1dev": [], "0.2.0b5dev": [ { "comment_text": "", "digests": { "md5": "ea3b8f65104ba70140955669cbebe86f", "sha256": "87646068608e6f1b476dc93bb312733df73e35ddde11579fa38528318b63abb5" }, "downloads": -1, "filename": "python-ebay-0.2.0b5dev.tar.gz", "has_sig": false, "md5_digest": "ea3b8f65104ba70140955669cbebe86f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16624, "upload_time": "2014-01-20T11:49:50", "url": "https://files.pythonhosted.org/packages/84/b6/ce02b22c46ef7dcb1dd8de9a6bbba8b41ef0d212b3e36cd8be4b981dd697/python-ebay-0.2.0b5dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ea3b8f65104ba70140955669cbebe86f", "sha256": "87646068608e6f1b476dc93bb312733df73e35ddde11579fa38528318b63abb5" }, "downloads": -1, "filename": "python-ebay-0.2.0b5dev.tar.gz", "has_sig": false, "md5_digest": "ea3b8f65104ba70140955669cbebe86f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16624, "upload_time": "2014-01-20T11:49:50", "url": "https://files.pythonhosted.org/packages/84/b6/ce02b22c46ef7dcb1dd8de9a6bbba8b41ef0d212b3e36cd8be4b981dd697/python-ebay-0.2.0b5dev.tar.gz" } ] }