add five new materials and list more information

This commit is contained in:
2019-02-15 15:53:59 +01:00
parent 7759938694
commit 8f076adef5
8 changed files with 111 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ def main():
file, _ = os.path.splitext(os.path.basename(filename))
print(file)
data = read_file(filename)
data_dict = search_keys(data, ['Name', 'EN-AW', 'WERKSTOFFNUMMER'])
data_dict = search_keys(data, ['Name', 'ISO', 'EN-AW', 'WERKSTOFFNUMMER', 'SAE'])
print_dict(data_dict, False, 2)
elif args.command == 'get':