Thank you for your work.
it seems not working with python 3.6 . I got the follwoing error
elif isinstance(keywords, basestring):
NameError: name 'basestring' is not defined
I fond that basestring is not supported anymore in python 3.x
Appreciate your feedback
Thank you