I looked for a LICENSE or COPYING file but wasn't able to find one. I checked setup.py and found two contradictory license statements:
license='MIT', in the keyword arguments to setup()
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" in the classifiers list
Could you please choose one and place the corresponding text in a LICENSE file under the root of the repository?