codeforIATI / iatikit

🐨 A toolkit for using IATI data
https://iatikit.readthedocs.io
MIT License
6 stars 0 forks source link

Add a iatikit.Dataset(url) constructor #42

Open andylolz opened 5 years ago

andylolz commented 5 years ago

So this kind of works already, though it relies on lxml.etree.parse(url) which doesn’t work very well (I guess it doesn’t have support for gzipped content or something. Not sure).

Tempted to close this as good enough.