Even something as simple as
import sys
from rocrateValidator import validate as validate
v = validate.validate(sys.argv[1])
v.validator()
would be a great help! Additionally to return the message on validator() rather than invoking print could be nice for consumers to decide how they want to handle the output.
Even something as simple as
would be a great help! Additionally to return the message on
validator()rather than invoking print could be nice for consumers to decide how they want to handle the output.