* bugfix: RDF literal maybe unicode * bugfix: RDF triple of the same property should be mapped to a list of values in JSON
0.1.3
* API breaking change: from_config) -- input is a file name, no more a dict object * update README.txt with more examples * include README.rst for better pypi display
0.1.2
* bugfix: serialize RDF literal object * improvement: usage examples in README.md * improvement: test config file moved to ~/.smwrc * feature: static factory method: from_config()
0.1.1
* bugfix: http auth now is optional * improvement: track auth and login errors in 'wiki_status' field * improvement: get_data() now has a 'json' formatting option * improvement: unit tests * feature: parse_clean() -- parse wiki script parsing result with beautifulsoup, remove comments * feature: get_smw_version()
0.1
* access wiki with http user/password protection * parse ask query and get result in json, csv, dsv, rss, rdf, etc. * get metadata of a page in RDF or JSON