codeforIATI / iatikit

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

Codelist should be a subclass of GenericSet #19

Closed andylolz closed 5 years ago

andylolz commented 5 years ago

I.e. behave like a CodeSet; have where and find and first methods etc, and filters similar to other sets e.g.:

codelists.find(name='Country').find(name__contains='Britain')
andylolz commented 5 years ago

Done in 286467bc278b2ca2aa30799f4e89e50ed76e594c.