{ "info": { "author": "getgauge", "author_email": "revanth.mvs@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "# PIP Installer for getgauge-cli tool\n\nThis `setup.py` file is used for installed getgauge-cli tool.\nthe version number is manually bumped for now.\n\nPython package can be installed through multiple ways\n\n## using setup.py\n\n- Navigate to the current directory `gauge\\build\\pip\\`\n- Run `python build.py --install` on command prompt (it will install the latest released version)\n- To install a specific version set `GAUGE_VERSION` environment variable.\n\n## using pip\n\n- pre-requisite: pip should be installed and available on machine\n- run the command `pip install getgauge-cli`\n\n## Check to ensure getgauge-cli is installed\n\n- Once the package has been setup. please exit the current terminal and relaunch terminal again\n- run the command `gauge` , you should be able to see similar output\n```\nUsage:\n gauge [flags] [args]\n\nExamples:\n gauge run specs/\n gauge run --parallel specs/\n\nCommands:\n config Change global configurations\n daemon Run as a daemon\n docs Generate documentation using specified plugin\n format Formats the specified spec files\n help Help about any command\n init Initialize project structure in the current directory\n install Download and install plugin(s)\n list List specifications, scenarios or tags for a gauge project\n man Generate man pages\n refactor Refactor steps\n run Run specs\n telemetry Configure options for sending anonymous usage stats\n uninstall Uninstalls a plugin\n update Updates a plugin\n validate Check for validation and parse errors\n version Print Gauge and plugin versions\n\nFlags:\n -d, --dir string Set the working directory for the current command, accepts a path relative to current directory (default \".\")\n -h, --help Help for gauge\n -l, --log-level string Set level of logging to debug, info, warning, error or critical (default \"info\")\n -m, --machine-readable Prints output in JSON format\n -v, --version Print Gauge and plugin versions\n\nUse \"gauge [command] --help\" for more information about a command.\nComplete manual is available at https://manpage.gauge.org/.\n```\n\n## Using setup.py\n- Install required dep by running `python/python3 -m pip install requirements.txt`.\n- Check through and obtain a valid tag/build number from [releases](https://github.com/getgauge/gauge/releases)\n- Run the command `python build.py --install` (set GAUGE_VERSION env to install specific version)\n- This would install the version as specified along with latest release of Gauge-CLI Version\n\n- Run the command `python build.py --dist` to generate the PyPi distrubutable (set GAUGE_VERSION env to install specific version)\n\n## Uninstalling Gauge CLI\n\nGauge CLI uninstall should be done manually for now.\nRun the following command on your prompt\n```\n$ pip uninstall gauge-cli\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/getgauge/gauge", "keywords": "", "license": "GPL-3.0", "maintainer": "Revant", "maintainer_email": "", "name": "gauge-cli", "package_url": "https://pypi.org/project/gauge-cli/", "platform": "Windows", "project_url": "https://pypi.org/project/gauge-cli/", "project_urls": { "Homepage": "https://github.com/getgauge/gauge" }, "release_url": "https://pypi.org/project/gauge-cli/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "", "version": "1.0.3" }, "last_serial": 4393319, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "30223db09e610cb01f5c2076d46ef293", "sha256": "aee8bb841b9559414d7367cfaf17d7aced0919cd8b5d04df629d835be760484d" }, "downloads": -1, "filename": "gauge-cli-1.0.3.tar.gz", "has_sig": false, "md5_digest": "30223db09e610cb01f5c2076d46ef293", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3651, "upload_time": "2018-10-19T08:38:00", "url": "https://files.pythonhosted.org/packages/02/38/a11428635c1b9e235d0d13438a76f7fbe47e5ae98ae96f65f0030b041e54/gauge-cli-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30223db09e610cb01f5c2076d46ef293", "sha256": "aee8bb841b9559414d7367cfaf17d7aced0919cd8b5d04df629d835be760484d" }, "downloads": -1, "filename": "gauge-cli-1.0.3.tar.gz", "has_sig": false, "md5_digest": "30223db09e610cb01f5c2076d46ef293", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3651, "upload_time": "2018-10-19T08:38:00", "url": "https://files.pythonhosted.org/packages/02/38/a11428635c1b9e235d0d13438a76f7fbe47e5ae98ae96f65f0030b041e54/gauge-cli-1.0.3.tar.gz" } ] }