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

Allow Label.update_label to accept a dict #41

Closed jean closed 8 years ago

jean commented 8 years ago

This allows both name and color to be changed. Also factored out singledispatchmethod to a lib module as it's now used in two modules.

See #40

jean commented 8 years ago

Thank you :-)