douban / linguist

Language Savant, Python clone of github/linguist.
Other
154 stars 37 forks source link

Python 3 Support #16

Closed thundergolfer closed 8 years ago

thundergolfer commented 8 years ago

At the moment this useful package is unable to support python 3 because of its mime==0.03 dependency.

Are there any plans to add python 3 support soon? Is the only way to support it by getting python 3 support for mime?

liluo commented 8 years ago

mime: https://github.com/liluo/mime/pull/5

liluo commented 8 years ago

python 3 support, WIP.