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.
Right now this data is completely ignored which is just a waste, this fix makes the data easily accessible through card.attribute or as a dictionary of the raw data through card.data (and the same for the other objects).
Right now this data is completely ignored which is just a waste, this fix makes the data easily accessible through
card.attribute
or as a dictionary of the raw data throughcard.data
(and the same for the other objects).