eve-val / evelink

Python bindings for the EVE API.
Other
91 stars 30 forks source link

Make the 'skills' value be a dict. #215

Closed ayust closed 9 years ago

ayust commented 9 years ago

Given that skills have unique IDs, it makes sense to have them be sorted into a dictionary for easy lookup by ID. Legacy code can be changed to call the .values()/.itervalues() methods if it still wants to iterate.

Resolves #209.