OliverSherouse / wbdata

A python library for accessing world bank data
GNU General Public License v2.0
180 stars 55 forks source link

Switch to AppDirs library #48

Closed OliverSherouse closed 4 years ago

OliverSherouse commented 4 years ago

Cache currently uses code stolen from appdirs, but it's probably safer and smarter just to use theirs, and it's lightweight enough that I don't mind having it as a dependency.