File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- """odmlExportRDF
1
+ """odmlToRDF
2
2
3
- odmlExportRDF searches for odML files within a provided SEARCHDIR
3
+ odmlToRDF searches for odML files within a provided SEARCHDIR
4
4
and converts them to the newest odML format version and
5
5
exports all found and resulting odML files to XML formatted RDF.
6
6
Original files will never be overwritten.
7
7
8
- Usage: odmlexportrdf [-r] [-o OUT] SEARCHDIR
8
+ Usage: odmltordf [-r] [-o OUT] SEARCHDIR
9
9
10
10
Arguments:
11
11
SEARCHDIR Directory to search for odML files.
Original file line number Diff line number Diff line change 47
47
long_description = description_text ,
48
48
classifiers = CLASSIFIERS ,
49
49
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' ]}
51
51
)
You can’t perform that action at this time.
0 commit comments