File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- """odmlExportRDF
1+ """odmlToRDF
22
3- odmlExportRDF searches for odML files within a provided SEARCHDIR
3+ odmlToRDF searches for odML files within a provided SEARCHDIR
44and converts them to the newest odML format version and
55exports all found and resulting odML files to XML formatted RDF.
66Original files will never be overwritten.
77
8- Usage: odmlexportrdf [-r] [-o OUT] SEARCHDIR
8+ Usage: odmltordf [-r] [-o OUT] SEARCHDIR
99
1010Arguments:
1111 SEARCHDIR Directory to search for odML files.
Original file line number Diff line number Diff line change 4747 long_description = description_text ,
4848 classifiers = CLASSIFIERS ,
4949 license = "BSD" ,
50- entry_points = {'console_scripts' : ['odmlexportrdf =odml.scripts.odml_export_rdf :main' ]}
50+ entry_points = {'console_scripts' : ['odmltordf =odml.scripts.odml_to_rdf :main' ]}
5151)
You can’t perform that action at this time.
0 commit comments