{ "info": { "author": "Donny Marino", "author_email": "dmarino@digitalglobe.com", "bugtrack_url": null, "classifiers": [], "description": "==============================================\ngbdxtools CLI: Command Line Interface for GBDX\n==============================================\n\nThe gbdxcli package provides a Command Line Interface for ease of use.\n\nAccess to the GBDX API is provided without the need for programming.\n\n**Installation**\n\nThe command is 'gbdx' and it is installed when you pip install the gbdxcli package into your virtualenv.\n\n**Usage**\n\nNote: gbdx cli uses the gbdxtools package, which requires GBDX credentials to be present in the users home dir.\nIn order to use gbdx cli, you need GBDX credentials. Email geobigdata@digitalglobe.com to get these.\n\nHelp and usage information are built into the tool, use the --help switch or just throw bad commands to see it.\n\nNote how you can walk through the command group and subcommands to get more specific help.\n\n::\n\n ]$ gbdx --help\n Usage: gbdx [OPTIONS] COMMAND [ARGS]...\n\n GBDX Command Line Interface\n\n example: gbdx workflow list_tasks\n\n Options:\n --help Show this message and exit.\n\n Commands:\n catalog GBDX Catalog Interface\n idaho GBDX Idaho Interface\n ordering GBDX Ordering Interface\n s3 GBDX S3 Interface\n s3temp GBDX Set temporary S3 credentials\n workflow GBDX Workflow Interface\n\n ]$ gbdx workflow --help\n Usage: gbdx workflow [OPTIONS] COMMAND [ARGS]...\n\n GBDX Workflow Interface\n\n Options:\n --help Show this message and exit.\n\n Commands:\n describe_task Show the task description json for the task...\n list_tasks List workflow tasks available to the user\n status Display the status information for the...\n\n ]$ gbdx workflow describe_task --help\n Usage: gbdx workflow describe_task [OPTIONS]\n\n Show the task description json for the task named\n\n Options:\n -n, --name TEXT Name of task to describe\n --help Show this message and exit.\n\n**Examples**\n\n::\n\n ]$ gbdx workflow list_tasks\n {\n \"tasks\": [\n \"Downsample\",\n \"protogenRAW\",\n \"protogenUBFP\",\n \"AComp\",\n \"StageDataToS3\",\n \"FastOrtho\",\n ... lots more tasks ...\n ]}\n\n ]$ gbdx workflow describe_task --name AComp\n {\n \"containerDescriptors\": [\n {\n \"command\": \"\",\n \"properties\": {\n \"image\": \"tdgp/acomp:latest\"\n },\n \"type\": \"DOCKER\"\n }\n ],\n \"description\": \"Runs AComp code on an input 1B image.\",\n \"inputPortDescriptors\": [\n {\n ... more task descriptor json ...\n }\n \n\n**Development**\n\ngbdx cli is a Click application. Learn more about Click at http://click.pocoo.org/5/\n\nInstallation is done via the setup.py file in the project's home dir. Look for the entry_points clause.\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/DigitalGlobe/gbdxcli", "keywords": "", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "gbdxcli", "package_url": "https://pypi.org/project/gbdxcli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gbdxcli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/DigitalGlobe/gbdxcli" }, "release_url": "https://pypi.org/project/gbdxcli/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "GBDX command line interface.", "version": "0.0.4" }, "last_serial": 2247121, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "3986da7639ac82609761d92be0d14dc7", "sha256": "ccc3f9efcfdc21ff415d6e5f15ce3390f5323d8a7e2081c10ceb793cf8e4e9e4" }, "downloads": -1, "filename": "gbdxcli-0.0.4.tar.gz", "has_sig": false, "md5_digest": "3986da7639ac82609761d92be0d14dc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4642, "upload_time": "2016-07-26T23:46:43", "url": "https://files.pythonhosted.org/packages/9a/5a/058c3ce11c079c03fba88251dbd925072e9f650251b6f2938ed0fe6ffe45/gbdxcli-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3986da7639ac82609761d92be0d14dc7", "sha256": "ccc3f9efcfdc21ff415d6e5f15ce3390f5323d8a7e2081c10ceb793cf8e4e9e4" }, "downloads": -1, "filename": "gbdxcli-0.0.4.tar.gz", "has_sig": false, "md5_digest": "3986da7639ac82609761d92be0d14dc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4642, "upload_time": "2016-07-26T23:46:43", "url": "https://files.pythonhosted.org/packages/9a/5a/058c3ce11c079c03fba88251dbd925072e9f650251b6f2938ed0fe6ffe45/gbdxcli-0.0.4.tar.gz" } ] }