its-rigs / Trolly

A Python wrapper around the Trello API. Provides a group of Python classes to represent Trello Objects. All classes come with basic Trello API method calls and are easily extensible to suit your needs. See the README for more details.
MIT License
100 stars 29 forks source link

More python 3 fixes #15

Closed alistair-broomhead closed 10 years ago

alistair-broomhead commented 10 years ago

more python3 (keep unicode rather than converting to bytes)

It would be good to get a pypi package soon