hughsie / python-uswid

A tiny tool for embedding CoSWID tags in EFI binaries
Other
21 stars 6 forks source link

Consider using TOML instead of INI #27

Closed CodingVoid closed 1 year ago

CodingVoid commented 2 years ago

TOML is a simple file format and very similiar to INI. But in contrast to INI, TOML has an actual specification and supports array types, which could be usefull for the entity roles and other array types of CoSWID. This is merely a suggestion and probably something for later, but I didn't want to forget it, so I am writing it down now. Just to clarify: I suggest replacing INI instead of adding TOML as just another file format of which we support quite enough already.

hughsie commented 1 year ago

I think stick to ini as it's something people are familiar with in the Windows world. Sorry!