Skip to main content
python-meli
=======

```python-meli``` is a wrapper for MercadoLibre API, current version of the API is
V1, this wrapper does not yet totally supports the entire API, see below for
supported endpoints.

Features
--------

* Categories and Listings:
- Fully supported, see [the docs](http://developers.mercadolibre.com/API-directory/)
* Locations and Currencies
- Fully supported, see [the docs](http://developers.mercadolibre.com/API-directory/)

Installation
------------

(pip install | easy_install) python-meli

... or, you can clone the repo and install it the old fashioned way

git clone https://github.com/mathiasbc/python-meli.git
cd python-meli
sudo python setup.py install

Usage
-----

Every 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.


###### Mercado Libre endpoints

```python
from meli.meli import MercadoLibre

MELI = MercadoLibre()

# Locations and Currencies =================================================
print MELI.countries()
print MELI.country_detail(country_id='PE')
print MELI.state_detail(state_id='PE-ARE')
print MELI.city_detail(city_id='TVBFQ0FSRTE0YjA5')
print MELI.currencies()
print MELI.currency_detail(currency_id='PEN')
print MELI.currency_conversion(currency_id_from='PEN', currency_id_to='USD')


# Categories and Listings ==================================================
print MELI.sites()
print MELI.site_detail(site_id='MPE')
print MELI.site_domains(site_domain_url='www.mercadolibre.com.pe')
print MELI.site_listing_types(site_id='MPE')
print MELI.site_listing_exposures(site_id='MPE', listing_exposure_id='low')
print MELI.site_listing_prices(site_id='MPE', price=10000, quantity=10)
print MELI.site_categories(site_id='MPE')
print MELI.category_detail(category_id='MPE1182')
```


Notes
-----
For the moment oauth is not supported, I'm currently working on it.



Want to help?
-------------
Python-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.


(c) 2012 - Mathias Bustamante mathias@worldrat.com - Distributed under the BSD license - Made in Peru.

Release files for python-meli 1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for python-meli 1.0
File Size Uploaded
python-meli-1.0.tar.gz 1.6 kB Details

Release files / python-meli-1.0.tar.gz

Download URL python-meli-1.0.tar.gz
Size 1.6 kB
Tags Source
SHA-256 checksum
How to use checksums
6f2621656dcf9da4dc10eb9ef032e0fd31bd73a59792bd59085aadc2881b93ef
BLAKE2b-256 checksum
How to use checksums
27e237a8b4b40cf41004fafb82766f248df573d4842bd112ad1b13a53c03bf7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page