Metadata-Version: 2.1
Name: pymeli
Version: 0.1.4
Summary: A nice SDK for Mercado Libre
Home-page: https://github.com/labrixdigital/pymeli
Author: Ernesto Monroy
Project-URL: Bug Reports, https://github.com/labrixdigital/pymeli/issues
Project-URL: Source, https://github.com/labrixdigital/pymeli
Keywords: meli
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# MELI

A small module to try to help Mercado Libre (MeLi) developers and the MeLi community! More docs to come soon, but first we need to have a good working library! 

## Wishlist

* Caching mechanism
* Convert to class
* Automatic refresh of tokens
* Standardise credentials file

## Use

```python
from pymeli import Meli

client = Meli(credentials='credentials.json', token='token.json')

```
