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

Feature/label support #25

Closed wolph closed 9 years ago

wolph commented 9 years ago

Added support for Label objects

wolph commented 9 years ago

This pull-request is based on the changes made in #24, merging this will effectively merge both.

its-rigs commented 9 years ago

Really on it aren't you :)

wolph commented 9 years ago

Haha, yeah... Needed some trello support for a little project of mine. Based the first version on py-trello but that one really sucks, this project is much better :)

its-rigs commented 9 years ago

Thanks mate, that's the reason I wrote this one to begin with :)