map2model is a Python module for convert specification stored in GDrive files and generates the files needed to publish Bioschemas Types and Profiles to publish them in bioschemas.org page.
You have a good start here https://github.com/BioSchemas/Templates/blob/master/bsch2model/read_spreadsheet.py.
For later, move the file name to a parameter or configuration. Think a bit about how you want to take this to a production level, so people do not have to modify the code but just using it (unless something really needs to be changed, of course).
You have a good start here https://github.com/BioSchemas/Templates/blob/master/bsch2model/read_spreadsheet.py. For later, move the file name to a parameter or configuration. Think a bit about how you want to take this to a production level, so people do not have to modify the code but just using it (unless something really needs to be changed, of course).