{ "info": { "author": "Space Applications Services", "author_email": "info@spaceapplications.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "# VSWMC Command-Line Interface\n\nInstall with pip:\n\n pip install --upgrade vswmc-cli\n\nThis will install a `vswmc` command on your system. The `vswmc` command has a few global options:\n\n`-u USER`\n\n SSA Username\n\n`-p PASSWORD`\n\n SSA Password\n\n\n## List available simulations\n vswmc simulations list\n\nThis shows the parameters that a run requires.\n\n\n## Start a run\n vswmc run [--param-file PARAM_FILE] [--param PARAM=VALUE ...] -- SIMULATION\n\nThis command returns the ID of the new run via stdout. You can use this ID to fetch the log or fetch result files.\n\nOPTIONS\n