{ "info": { "author": "Mathias Bustamante", "author_email": "mathias@worldrat.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries" ], "description": "python-meli\n=======\n\n```python-meli``` is a wrapper for MercadoLibre API, current version of the API is \nV1, this wrapper does not yet totally supports the entire API, see below for \nsupported endpoints.\n\nFeatures\n--------\n\n* Categories and Listings:\n - Fully supported, see [the docs](http://developers.mercadolibre.com/API-directory/)\n* Locations and Currencies\n - Fully supported, see [the docs](http://developers.mercadolibre.com/API-directory/)\n\nInstallation\n------------\n\n (pip install | easy_install) python-meli\n\n... or, you can clone the repo and install it the old fashioned way\n\n git clone https://github.com/mathiasbc/python-meli.git\n cd python-meli\n sudo python setup.py install\n\nUsage\n-----\n\nEvery method below returns a JSON of the the endpoint response, the following example is just to show the basic usage of this wrapper, however I recommend you to read the meli.py module to see what does every method exactle does and what parameters can be passed to them.\n\n\n###### Mercado Libre endpoints\n\n```python\nfrom meli.meli import MercadoLibre \n\nMELI = MercadoLibre()\n\n# Locations and Currencies =================================================\nprint MELI.countries()\nprint MELI.country_detail(country_id='PE')\nprint MELI.state_detail(state_id='PE-ARE')\nprint MELI.city_detail(city_id='TVBFQ0FSRTE0YjA5')\nprint MELI.currencies()\nprint MELI.currency_detail(currency_id='PEN')\nprint MELI.currency_conversion(currency_id_from='PEN', currency_id_to='USD')\n\n\n# Categories and Listings ==================================================\nprint MELI.sites()\nprint MELI.site_detail(site_id='MPE')\nprint MELI.site_domains(site_domain_url='www.mercadolibre.com.pe')\nprint MELI.site_listing_types(site_id='MPE')\nprint MELI.site_listing_exposures(site_id='MPE', listing_exposure_id='low')\nprint MELI.site_listing_prices(site_id='MPE', price=10000, quantity=10)\nprint MELI.site_categories(site_id='MPE')\nprint MELI.category_detail(category_id='MPE1182')\n```\n\n\nNotes\n-----\nFor the moment oauth is not supported, I'm currently working on it.\n\n\n\nWant to help?\n-------------\nPython-MELI is a usefull wrapper but I would greatly appreciate any help, you could contribute writing the Wiki or forking and then making pull request with new features. Feel free to contact me.\n\n\n(c) 2012 - Mathias Bustamante mathias@worldrat.com - Distributed under the BSD license - Made in Peru.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/mathiasbc/python-meli/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mathiasbc/python-meli", "keywords": "Mercado Libre API", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "python-meli", "package_url": "https://pypi.org/project/python-meli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-meli/", "project_urls": { "Download": "https://github.com/mathiasbc/python-meli/tarball/master", "Homepage": "https://github.com/mathiasbc/python-meli" }, "release_url": "https://pypi.org/project/python-meli/1.0/", "requires_dist": null, "requires_python": null, "summary": "Mercado Libre API wrapper", "version": "1.0" }, "last_serial": 797993, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b149dbbfce2ff492aa1aac11b6552ca6", "sha256": "6f2621656dcf9da4dc10eb9ef032e0fd31bd73a59792bd59085aadc2881b93ef" }, "downloads": -1, "filename": "python-meli-1.0.tar.gz", "has_sig": false, "md5_digest": "b149dbbfce2ff492aa1aac11b6552ca6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1557, "upload_time": "2013-02-05T04:22:56", "url": "https://files.pythonhosted.org/packages/27/e2/37a8b4b40cf41004fafb82766f248df573d4842bd112ad1b13a53c03bf7a/python-meli-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b149dbbfce2ff492aa1aac11b6552ca6", "sha256": "6f2621656dcf9da4dc10eb9ef032e0fd31bd73a59792bd59085aadc2881b93ef" }, "downloads": -1, "filename": "python-meli-1.0.tar.gz", "has_sig": false, "md5_digest": "b149dbbfce2ff492aa1aac11b6552ca6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1557, "upload_time": "2013-02-05T04:22:56", "url": "https://files.pythonhosted.org/packages/27/e2/37a8b4b40cf41004fafb82766f248df573d4842bd112ad1b13a53c03bf7a/python-meli-1.0.tar.gz" } ] }