kmike / yandex-maps

[ НЕ ПОДДЕРЖИВАЕТСЯ. ПИШИТЕ НА kmike84@gmail.com, ЕСЛИ ХОТИТЕ ПОМОЧЬ ] Библиотека для работы с API Яндекс-карт.
https://bitbucket.org/kmike/yandex-maps
MIT License
17 stars 16 forks source link

Add Python 3 and Django > 1.7 compatibility and drop <= 1.7 support #6

Closed sysradium closed 5 years ago

kmike commented 8 years ago

Thanks for working on it, the PR looks good! I'd add requests library as a requirement and drop yandex_maps.utils module - it was only needed for Python 2.5.

sysradium commented 8 years ago

Updated a review. The only thing I do not know what to do with tis the UTF-8 non-UTF-8 problem on setup.py. It seems as soon as setdefaultencdoing has been dropped there is no obvious solution for that. Maybe except-ing the UnicodeError exception ...

sysradium commented 5 years ago

No-one seems to care.