{ "info": { "author": "Andrew Lahiff", "author_email": "andrew.lahiff@ukaea.uk", "bugtrack_url": null, "classifiers": [], "description": "# PROMINENCE Command Line Interface\n\nThe PROMINENCE CLI presents a simple batch-system style interface to PROMINENCE. It is written in Python and works with both Python 2.x and 3.x. There are a number of ways the PROMINENCE CLI can be installed using pip.\n\n## With sudo or root access\nThe PROMINENCE CLI can be installed on a host by typing the following:\n```\nsudo pip install prominence-cli\n```\n\n## As a normal user without using virtualenv\nThe PROMINENCE CLI can be installed in a user's home directory by running:\n```\npip install --user prominence-cli\n```\nand then ensuring that `$HOME/.local/bin` is added to your `PATH`.\n\n## As a normal user using virtualenv\nIf `virtualenv` is not available it can be installed in a user's home directory by typing:\n```\ncurl https://bootstrap.pypa.io/get-pip.py -o get-pip.py\npython3 get-pip.py --user\npip install --user virtualenv\n```\nThe PROMINENCE CLI can be installed in a new virtual environment, e.g.\n```\nvirtualenv ~/.virtualenvs/prominence\nsource ~/.virtualenvs/prominence/bin/activate\npip install prominence-cli\n```\n\nSee https://prominence.readthedocs.io for more information.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://prominence.readthedocs.io", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "prominence-cli", "package_url": "https://pypi.org/project/prominence-cli/", "platform": "any", "project_url": "https://pypi.org/project/prominence-cli/", "project_urls": { "Homepage": "https://prominence.readthedocs.io" }, "release_url": "https://pypi.org/project/prominence-cli/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "PROMINENCE CLI for managing batch jobs running across clouds", "version": "1.0.1" }, "last_serial": 5929074, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "f2e6efbea8c62ba216561e2b9e7addf7", "sha256": "f012463ac7b9d8f3877ff0374b9ba606d693f11f0b4f18333ebdd7498d6a1443" }, "downloads": -1, "filename": "prominence-cli-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f2e6efbea8c62ba216561e2b9e7addf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11624, "upload_time": "2019-10-04T13:28:24", "url": "https://files.pythonhosted.org/packages/2e/1f/673d74f3e66bbccf0e8e89533cea727f33d41eb9e64cf99c9287f615d145/prominence-cli-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "78c4cd2d68aa4eeb06e6e8818f427300", "sha256": "50a0b279395459c0ac7872154a0eaf3f376972777b423b2c3da076c735838988" }, "downloads": -1, "filename": "prominence-cli-1.0.1.tar.gz", "has_sig": false, "md5_digest": "78c4cd2d68aa4eeb06e6e8818f427300", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11643, "upload_time": "2019-10-04T15:51:48", "url": "https://files.pythonhosted.org/packages/fc/9f/55c4f703891fa6536ffb69a207e6a2964f8e18eb3f71bbd4eca93663b1e8/prominence-cli-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "78c4cd2d68aa4eeb06e6e8818f427300", "sha256": "50a0b279395459c0ac7872154a0eaf3f376972777b423b2c3da076c735838988" }, "downloads": -1, "filename": "prominence-cli-1.0.1.tar.gz", "has_sig": false, "md5_digest": "78c4cd2d68aa4eeb06e6e8818f427300", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11643, "upload_time": "2019-10-04T15:51:48", "url": "https://files.pythonhosted.org/packages/fc/9f/55c4f703891fa6536ffb69a207e6a2964f8e18eb3f71bbd4eca93663b1e8/prominence-cli-1.0.1.tar.gz" } ] }