myql
myql copied to clipboard
mYQL is a Python wrapper of the Yahoo! Query Language a.k.a YQL (Finances, ...)
Defining the __str__ and __repr__ The result shall be more interesting :-)
https://github.com/josuebrunel/myql/blob/891bad29cc83a81b3f5ebc4d0401d6f2c22f119e/myql/myql.py#L28
Yop ! Shouldn't it be this instead ? Using from ... import * is kind of a bad practice right ? Tell me what you think, and I didn't test...
It's time to move to pytest
[YQL Social Table Summary](https://developer.yahoo.com/social/rest_api_guide/yahoo_social_tables-cheat_sheet.html)
There're _keys_ which are mandatory, so when a user create a Table or a Binder without those keys, exceptions should be raised
``` xml Josue Kouka http://josuebrunel.org/api http://josuebrunel.org/doc.html SELECT * FROM mytable SELECT name FROM mytable WHERE id=345 SELECT * FROM mytable WHERE name="toto" http://lol.com/services?artist=$ http://lol.com/services/song=$ ```