This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
Improve differentiation between Embedded and NE Codelists #308
Labels
api
Changes to the pyIATI API.
codelists
Relating to IATI Codelists.
enhancement
Some sort of new functionality (rather than fixing or tweaking something that already existed).
resources
Relating to handling of resource (not code) files.
standard-support
Relating to how pyIATI supports a major component within the IATI Standard.
Codelists are managed in multiple different manners, leading to the categorisations
Embedded
andNon-Embedded
. It is not currently possible to differentiate between Codelists that are manged in different manners in a clear and obvious manner.It should be possible throughout pyIATI to obtain and differentiate between types of Codelists as appropriate.
Codelist
class to detail the management status (as noted in Implement missing attributes on Codelists #166)codelists_non_embedded/
resource folder should be renamed toversion_independent/codelists/
(and if so, change it!)iati.resources.get_codelist_paths(iati.version.STANDARD_VERSION_ANY)
return a list of Non-Embedded Codelist pathsget_codelist_paths()
, or a distinct function)iati.default.codelists(iati.version.STANDARD_VERSION_ANY)
return only Non-Embedded Codelistscodelists()
, or a distinct function)The text was updated successfully, but these errors were encountered: