{ "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
\n
--param-file PARAM_FILE
\n
Read parameters from a file.
\n
--param PARAM=VALUE ...
\n
Set parameters.
\n
\n\nEach simulation supports different parameters. To know what parameters you need for a particular simulation, run:\n\n vswmc simulations describe SIMULATION\n\n\n## List runs\n vswmc ps [--simulation SIMULATION] [-a, --all]\n\nOPTIONS\n
\n
--simulation SIMULATION
\n
Filter on simulation.
\n
-a, --all
\n
List all runs (default shows only ongoing)
\n
\n\n\n## Copy a result file to disk\n vswmc cp SRC DST\n\nDownloads a remote result file to local disk. The source should be specified in the format RUN:FILE. The DST argument can be a local file or directory.\n\n\n## Fetch the logs of a run\n vswmc logs RUN\n\n\n## List the results of a run\n vswmc ls [-l] RUN\n\nOPTIONS\n
\n
-l
\n
Print long listing
\n
\n\n\n## Save all results of a run\n vswmc save RUN\n\nSaves all result files of a run. The results of each individual task in this run are compressed and saved into a zip archive named after the model for that task.\n\n\n## Stop one or more runs\n vswmc stop RUN ...\n\n\n## Remove one or more runs\n vswmc rm RUN ...\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://spaceweather.hpc.kuleuven.be", "keywords": "", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "vswmc-cli", "package_url": "https://pypi.org/project/vswmc-cli/", "platform": "Posix; MacOS X; Windows", "project_url": "https://pypi.org/project/vswmc-cli/", "project_urls": { "Homepage": "https://spaceweather.hpc.kuleuven.be" }, "release_url": "https://pypi.org/project/vswmc-cli/2.0.1/", "requires_dist": [ "six", "requests", "setuptools", "websocket-client (<=0.48.0)" ], "requires_python": "", "summary": "VSWMC Command-Line Tools", "version": "2.0.1" }, "last_serial": 4810218, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "d56371e1ee5abcd4d4d9132743d95982", "sha256": "e43f37a695a3b13e296fe2a7e1e7ca386eee10e0648363b7811c9c1a1b39e9bf" }, "downloads": -1, "filename": "vswmc_cli-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d56371e1ee5abcd4d4d9132743d95982", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15165, "upload_time": "2018-12-04T10:20:13", "url": "https://files.pythonhosted.org/packages/3c/0f/050bd9c2725d63b14e4629848602ea9b80cf467950db4c0fb13ee4d908d8/vswmc_cli-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68a5fb20bb6af71e5cfb525268c09742", "sha256": "b860c0508df7f180d2dab632fe3eb6310e6dff5def6914e7ac9ff7a37c6a81dc" }, "downloads": -1, "filename": "vswmc-cli-2.0.0.tar.gz", "has_sig": false, "md5_digest": "68a5fb20bb6af71e5cfb525268c09742", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12694, "upload_time": "2018-12-04T10:20:15", "url": "https://files.pythonhosted.org/packages/bd/60/cd824d8cdf7a939c0bc2dd9ce087bf6b1162958c5c797993803871f56f3e/vswmc-cli-2.0.0.tar.gz" } ], "2.0.0b1": [ { "comment_text": "", "digests": { "md5": "cd7aa6c2027801d2794eabf320af4d94", "sha256": "c7413810032d982330ab604fc8d063544a03a16508fba042a587195eeff45cb8" }, "downloads": -1, "filename": "vswmc_cli-2.0.0b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cd7aa6c2027801d2794eabf320af4d94", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15631, "upload_time": "2018-11-05T11:12:56", "url": "https://files.pythonhosted.org/packages/af/7e/10e6d23797cd7f904a0a53d044cb277ee669f5460e09001e976c394b3645/vswmc_cli-2.0.0b1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "99e2d01f7a82eed2e752182a9baac67b", "sha256": "0245c3d193e2212622b90ac65b76906cf9951be7e5d764ee5be9bbeeee8b4024" }, "downloads": -1, "filename": "vswmc-cli-2.0.0b1.tar.gz", "has_sig": false, "md5_digest": "99e2d01f7a82eed2e752182a9baac67b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13233, "upload_time": "2018-11-05T11:12:58", "url": "https://files.pythonhosted.org/packages/3a/6c/c1bce63a1214aed17aae28056864f084546a7e7a85a8454355902787f335/vswmc-cli-2.0.0b1.tar.gz" } ], "2.0.0b2": [ { "comment_text": "", "digests": { "md5": "9682e84fc3e7617ed81bd9a497137742", "sha256": "68cae935b49343fd43580a3fee40175a7610c5ea713d120476e0d6c997cdba39" }, "downloads": -1, "filename": "vswmc_cli-2.0.0b2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9682e84fc3e7617ed81bd9a497137742", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15602, "upload_time": "2018-11-05T11:17:32", "url": "https://files.pythonhosted.org/packages/87/a7/bd09f732aae87153ee80a479fb1c9d3f66bc3ff38873c52a20a8d06246ac/vswmc_cli-2.0.0b2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ce3d7d27c8193d29ad4ebb1bd92dc2c", "sha256": "b725b1db19b88439bb327aac4710a6ebb2dbd6ab0ad779d92d69a935d0cf8a87" }, "downloads": -1, "filename": "vswmc-cli-2.0.0b2.tar.gz", "has_sig": false, "md5_digest": "0ce3d7d27c8193d29ad4ebb1bd92dc2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13190, "upload_time": "2018-11-05T11:17:34", "url": "https://files.pythonhosted.org/packages/07/c7/ac2cdff938f7f268402a6dbf957df94249716402faa37584fc775515eab0/vswmc-cli-2.0.0b2.tar.gz" } ], "2.0.0b3": [ { "comment_text": "", "digests": { "md5": "8d6891cf6e1911a84da36e968adf75ba", "sha256": "f10abda3ea0baf3ef72842f85c0fedf810edaff69fffe13f9915ead9ccc82cbf" }, "downloads": -1, "filename": "vswmc_cli-2.0.0b3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8d6891cf6e1911a84da36e968adf75ba", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15475, "upload_time": "2018-11-15T16:04:52", "url": "https://files.pythonhosted.org/packages/4a/e1/80849cd3316d1990bf75880c30ab4f5582b4ef4083db5318566f00880783/vswmc_cli-2.0.0b3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af8677d2e4d0eb41ab4bbacc6b973681", "sha256": "dea580a9b6d110885609813a104a80c0a6e133684884195853cac5b18cd0109e" }, "downloads": -1, "filename": "vswmc-cli-2.0.0b3.tar.gz", "has_sig": false, "md5_digest": "af8677d2e4d0eb41ab4bbacc6b973681", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13038, "upload_time": "2018-11-15T16:04:54", "url": "https://files.pythonhosted.org/packages/b0/c6/9b0f69aaabaaecb9d2fa5d0e2a1890461a53f9647b67972dbf38f111dc48/vswmc-cli-2.0.0b3.tar.gz" } ], "2.0.0b4": [ { "comment_text": "", "digests": { "md5": "7927d563b279a426beceaa53dd411241", "sha256": "2db95394a114e1513734d30bf5159e4987f2c15f079018777fd16ba2c51c3119" }, "downloads": -1, "filename": "vswmc_cli-2.0.0b4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7927d563b279a426beceaa53dd411241", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15197, "upload_time": "2018-12-04T10:15:34", "url": "https://files.pythonhosted.org/packages/32/3e/59c2e5f92acd9359497d015b587f39cff82ef3278b3bb239c9662a206703/vswmc_cli-2.0.0b4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc27ebf534d8377fd0443eab3b2bad3c", "sha256": "ca6aeed7a1df4494700a629e9eb840c3ddeee6a127e932df3b8c54e0d632b8cf" }, "downloads": -1, "filename": "vswmc-cli-2.0.0b4.tar.gz", "has_sig": false, "md5_digest": "cc27ebf534d8377fd0443eab3b2bad3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12711, "upload_time": "2018-12-04T10:15:36", "url": "https://files.pythonhosted.org/packages/7e/c7/c48ea784a4160d6c85d958be6eb44ea0be452ccbbc0169d2290cee1aafe2/vswmc-cli-2.0.0b4.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "bebffe1107bf1d24eb3857b6aa0a9b50", "sha256": "5bf2297c98ca61f57f7d37a34079cb575f8e4164fdc7741d53033085fc5febb0" }, "downloads": -1, "filename": "vswmc_cli-2.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bebffe1107bf1d24eb3857b6aa0a9b50", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17903, "upload_time": "2019-02-12T11:06:39", "url": "https://files.pythonhosted.org/packages/46/75/21cbc7d4f21c24c32badeddc6a99399431fa60650dea610c42709eb9da66/vswmc_cli-2.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1757eadea3e2d1777382296fd5f7e204", "sha256": "0b04d752de75c3bc3a3e0fbcefe46cf65a50c11f4540bc3676f39b355fbdefd2" }, "downloads": -1, "filename": "vswmc-cli-2.0.1.tar.gz", "has_sig": false, "md5_digest": "1757eadea3e2d1777382296fd5f7e204", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12663, "upload_time": "2019-02-12T11:06:40", "url": "https://files.pythonhosted.org/packages/b4/66/cd044ef7c724e7b492e0bddeb0adaf6d0a82db253a20a7ca0978b6f42689/vswmc-cli-2.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bebffe1107bf1d24eb3857b6aa0a9b50", "sha256": "5bf2297c98ca61f57f7d37a34079cb575f8e4164fdc7741d53033085fc5febb0" }, "downloads": -1, "filename": "vswmc_cli-2.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bebffe1107bf1d24eb3857b6aa0a9b50", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17903, "upload_time": "2019-02-12T11:06:39", "url": "https://files.pythonhosted.org/packages/46/75/21cbc7d4f21c24c32badeddc6a99399431fa60650dea610c42709eb9da66/vswmc_cli-2.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1757eadea3e2d1777382296fd5f7e204", "sha256": "0b04d752de75c3bc3a3e0fbcefe46cf65a50c11f4540bc3676f39b355fbdefd2" }, "downloads": -1, "filename": "vswmc-cli-2.0.1.tar.gz", "has_sig": false, "md5_digest": "1757eadea3e2d1777382296fd5f7e204", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12663, "upload_time": "2019-02-12T11:06:40", "url": "https://files.pythonhosted.org/packages/b4/66/cd044ef7c724e7b492e0bddeb0adaf6d0a82db253a20a7ca0978b6f42689/vswmc-cli-2.0.1.tar.gz" } ] }