Go to the source code of this file.
Namespaces | |
uploadConditions | |
Functions | |
def | uploadConditions.get_version (url) |
def | uploadConditions.getInput (default, prompt='') |
def | uploadConditions.getInputChoose (optionsList, default, prompt='') |
def | uploadConditions.getInputRepeat (prompt='') |
def | uploadConditions.getInputWorkflow (prompt='') |
def | uploadConditions.parse_arguments () |
def | uploadConditions.run_upload (parameters) |
def | uploadConditions.runWizard (basename, dataFilename, metadataFilename) |
Variables | |
int | uploadConditions.__version__ = 1 |
def | uploadConditions.final_service_url = upload_metadata["server"] |
string | uploadConditions.horizontal_rule = "="*60 |
def | uploadConditions.response = get_version(final_service_url) |
def | uploadConditions.server_version = response.json() |
def | uploadConditions.upload_metadata = parse_arguments() |
dictionary | uploadConditions.upload_metadata_argument = {} |