openantares-0.1.0 is not a library.
openantares — validate and inspect .ant interchange files.
A thin CLI over antares-format's reader. Two read-only commands:
openantares validate <file.ant> [file2.ant ...]
openantares info <file.ant>
Exit codes follow sysexits, matching the reference bindings'
contract: 0 on success, 64 on a usage error, 65 when a file is
present but violates the spec (EX_DATAERR), 66 when an input file
cannot be opened at all (EX_NOINPUT). validate keeps going after
a failing file — like the Python and JS binding CLIs — and exits
with the most severe code seen.