{ "info": { "author": "infrabox", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "[![REUSE status](https://api.reuse.software/badge/github.com/SAP/InfraBox-cli)](https://api.reuse.software/info/github.com/SAP/InfraBox-cli)\n\n# InfraBox CLI\nWith the InfraBox CLI you can run your InfraBox jobs on your local machine and configure your project.\n\n## Install\nTo install infraboxcli you need to have these requirements already installed:\n\n- git\n- docker\n- python & pip\n\nThen simply run:\n\n pip install infraboxcli\n\nYou can validate your installation by running:\n\n infrabox version\n\n## List Jobs\nIf you have a more complex project it may be helpful to list all available jobs in it. For this you may use:\n\n infrabox list\n\nIt outputs the names of all available jobs. An example output may look like this:\n\n tutorial-1\n tutorial-1/step1\n tutorial-1/step2\n tutorial-1/step3\n tutorial-1/step4\n tutorial-1/step5\n tutorial-1/tutorial-1/step1/tests\n tutorial-1/tutorial-1/step2/tests\n tutorial-1/tutorial-1/step3/tests\n tutorial-1/tutorial-1/step4/tests\n tutorial-1/tutorial-1/step5/tests\n\n## Run a Job\nInfraBox CLI may be used to run you jobs on your local machine. It will also respect all the dependencies and run the jobs in the correct order. Available options are:\n\n usage: infrabox run [-h] [--no-rm] [-t TAG] [--local-cache LOCAL_CACHE]\n [job_name]\n\n positional arguments:\n job_name Job name to execute\n\n optional arguments:\n -h, --help show this help message and exit\n --no-rm Does not run 'docker-compose rm' before building\n -t TAG Docker image tag\n --local-cache LOCAL_CACHE\n Path to the local cache\n\nTo run all jobs defined in your _infrabox.json_ file simply do:\n\n infrabox run\n\n\nIn case you have multiple jobs defined an want to run only one of them you can do:\n\n infrabox run \n\n## Push a Job\nTo be able to use infrabox push you have to create a project in the InfraBox Dashboard and create an auth token for it.\n\nAuth Token and InfraBox API Host must be set as environment variables.\n\n export INFRABOX_CLI_TOKEN=\n export INFRABOX_URL=\n\nTo push your local project simply do:\n\n infrabox push\n\nThis will compress your local project and upload it to InfraBox. Now you can open the InfraBox Dashboard and navigate to your project. You should see the jobs running on InfraBox.\n\nYou can also watch the console output of your pushed jobs locally. Just use the _--show-console_ option.\n\n infrabox push --show-console\n\n## Pull a Job\nIn case you would like to run a job which has been already executed on InfraBox you can use _infrabox pull_. It will download the docker container and all its inputs so you can the same container locally and investigate any issue.\n\n infrabox pull --job-id \n\nYou can find the exact command for each job on the job detail page of InfraBox under _Run local_\n\n## Secrets\nIf you reference secrets in your job definition (i.e. as environment variable) then you can add a _.infraboxsecrets.json_ file to your project right next to the _.infrabox.json_ file. This file should then contain all your secrets referenced in your job definition as a simple object:\n\n {\n \"SECRET_NAME1\": \"my secret value\",\n \"Another secret\": \"another value\"\n }\n\n## How to get support\nIf you need help please post your questions to [Stack Overflow](https://stackoverflow.com/questions/tagged/infrabox).\nIn case you found a bug please open a [Github Issue](https://github.com/SAP/InfraBox-cli/issues).\nFollow us on Twitter: [@Infra_Box](https://twitter.com/Infra_Box) or have look at our Slack channel [infrabox.slack.com](https://infrabox.slack.com/).\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://github.com/infrabox/cli", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "infraboxcli", "package_url": "https://pypi.org/project/infraboxcli/", "platform": "", "project_url": "https://pypi.org/project/infraboxcli/", "project_urls": { "Homepage": "https://github.com/infrabox/cli" }, "release_url": "https://pypi.org/project/infraboxcli/0.9.0/", "requires_dist": [ "future", "jsonschema (==2.6.0)", "requests", "colorama", "socketIO-client", "PyJWT", "cryptography", "inquirer", "pyyaml" ], "requires_python": "", "summary": "Command Line Interface for InfraBox", "version": "0.9.0", "yanked": false, "yanked_reason": null }, "last_serial": 9565302, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "502bb7d43125e7e0feca88a8474d2195", "sha256": "c24d5d0ea90f230cf909dd200879005f23af286161831f717251235efb75c782" }, "downloads": -1, "filename": "infraboxcli-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "502bb7d43125e7e0feca88a8474d2195", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18954, "upload_time": "2017-06-11T17:25:05", "upload_time_iso_8601": "2017-06-11T17:25:05.614595Z", "url": "https://files.pythonhosted.org/packages/82/5f/3f19797b48cec82876426d514c19342c2f49c3aa5747247088a632114d52/infraboxcli-0.2.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "10fa9094e18a54dabd2a19f297fb9a11", "sha256": "4a3af6cb56af21d6295f2c54a4bee60cabd80f21eac1ee0416aec425390ba28d" }, "downloads": -1, "filename": "infraboxcli-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "10fa9094e18a54dabd2a19f297fb9a11", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22176, "upload_time": "2017-06-17T20:20:14", "upload_time_iso_8601": "2017-06-17T20:20:14.184245Z", "url": "https://files.pythonhosted.org/packages/ea/23/5e8845e218c0c3dc793686c1cee5103adba4824fc67bf1c29c5b608a525e/infraboxcli-0.2.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "de7a211103c0383786e7c431c4feda65", "sha256": "3641c1f89a22046a5a843eb1a609d8c6acf3db2f4422eb0059c591c6a3bd27f4" }, "downloads": -1, "filename": "infraboxcli-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de7a211103c0383786e7c431c4feda65", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22271, "upload_time": "2017-06-23T14:54:05", "upload_time_iso_8601": "2017-06-23T14:54:05.063831Z", "url": "https://files.pythonhosted.org/packages/4d/95/0d28ca2e6e8083b35471028c617636662052b1c3f04272aa44c81dda6dda/infraboxcli-0.2.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "50d0ec61a3679e0b40fe3d1ab075f806", "sha256": "35ebdfdd56c012901448bb6297e8151e84cbbd7d713653d93b80215cac408d58" }, "downloads": -1, "filename": "infraboxcli-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "50d0ec61a3679e0b40fe3d1ab075f806", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22422, "upload_time": "2017-06-23T15:10:27", "upload_time_iso_8601": "2017-06-23T15:10:27.327005Z", "url": "https://files.pythonhosted.org/packages/78/fc/f72cbf6049932930bf8ad90a8b064afe5146ca70cf10294927817a6b481f/infraboxcli-0.2.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "226073890824b77af214b4c54628a9b7", "sha256": "f8b3334569982154fa2d6c4d6407e7c07bbeadead2a2b75ce20d2b2526d16126" }, "downloads": -1, "filename": "infraboxcli-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "226073890824b77af214b4c54628a9b7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22314, "upload_time": "2017-06-25T08:53:46", "upload_time_iso_8601": "2017-06-25T08:53:46.962010Z", "url": "https://files.pythonhosted.org/packages/a3/36/93da540a472daa7a9d040028184d976a4a2e9aa7c30c37be01df4e817d75/infraboxcli-0.2.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "95ec99373d679127b120d88393171052", "sha256": "89ba81a8cb32830488166204b2dc009e25c7bd195feee975d3f13a47f6a531eb" }, "downloads": -1, "filename": "infraboxcli-0.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "95ec99373d679127b120d88393171052", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22316, "upload_time": "2017-06-25T09:12:49", "upload_time_iso_8601": "2017-06-25T09:12:49.149022Z", "url": "https://files.pythonhosted.org/packages/19/52/fd7da1c1ccabb654cef4ef82d4c9395ee398d5d8c6ca44053ae2422e1f3c/infraboxcli-0.2.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "cb2c43faff3a22bcb62b1c67c2eba5a7", "sha256": "962a5a8d471e1a8912c1c92c06ea6d9f0b5941d74a04efc74bc02a2bffc474bb" }, "downloads": -1, "filename": "infraboxcli-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb2c43faff3a22bcb62b1c67c2eba5a7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23183, "upload_time": "2017-09-03T13:25:07", "upload_time_iso_8601": "2017-09-03T13:25:07.854593Z", "url": "https://files.pythonhosted.org/packages/73/47/6aee2922460841415a5f8938a3866e68bdf05872056ccdcddc751eb1dd4a/infraboxcli-0.3.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "8f831798aabdb5cc581e9cffadf96e3d", "sha256": "44cd8e19fe81d3fe46818487c6494ed2cccba3347f8b44c864645d5f9b2e9fc3" }, "downloads": -1, "filename": "infraboxcli-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f831798aabdb5cc581e9cffadf96e3d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23344, "upload_time": "2017-09-07T21:02:44", "upload_time_iso_8601": "2017-09-07T21:02:44.940396Z", "url": "https://files.pythonhosted.org/packages/28/d5/4e920b85c34c135329890e4a01cb4b9e7aa382228bfbc1f173daf9702e5d/infraboxcli-0.3.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "e5b47e7c308ee94aaf38dcf034339727", "sha256": "268a57fbf6fda17ff3068a3af21f6a8fe41a5ed195fb85a09a4527f1111509db" }, "downloads": -1, "filename": "infraboxcli-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e5b47e7c308ee94aaf38dcf034339727", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24234, "upload_time": "2017-09-09T10:01:30", "upload_time_iso_8601": "2017-09-09T10:01:30.572395Z", "url": "https://files.pythonhosted.org/packages/45/0e/89a2202d50a67c3aa7c4c87fcef188ea468fa07d84ad8dca344972a824cf/infraboxcli-0.3.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "1d14561e69c11eef7785be9bff97ffcb", "sha256": "5ac4bb468f0d4056671d7d2ada0c9650459006d26e51a49322f92c0280a55bb6" }, "downloads": -1, "filename": "infraboxcli-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1d14561e69c11eef7785be9bff97ffcb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24309, "upload_time": "2017-09-11T19:10:07", "upload_time_iso_8601": "2017-09-11T19:10:07.682773Z", "url": "https://files.pythonhosted.org/packages/e5/4d/c07f8fc2dd506c1c1bf4ef6c422b293703c968673c3503a46bdcd7a98097/infraboxcli-0.3.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "8f450032dcd78bd05530815961cb25fa", "sha256": "0182e34cd7709652500dd50995bf124c04ddbdfd58ba04d8d665b07d9da395ad" }, "downloads": -1, "filename": "infraboxcli-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f450032dcd78bd05530815961cb25fa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24476, "upload_time": "2017-10-05T16:04:48", "upload_time_iso_8601": "2017-10-05T16:04:48.279120Z", "url": "https://files.pythonhosted.org/packages/67/92/d1ca37159ae0eec46165e7b2c6c1b5d637c91198184f0313ee00ed9f50d0/infraboxcli-0.3.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "510520536aec9519af815a6cfb505b38", "sha256": "3d874c4195d9c44eba824bfac753f39590b529b004f1d45c220c944bd661d008" }, "downloads": -1, "filename": "infraboxcli-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "510520536aec9519af815a6cfb505b38", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26020, "upload_time": "2017-10-31T15:05:04", "upload_time_iso_8601": "2017-10-31T15:05:04.631251Z", "url": "https://files.pythonhosted.org/packages/98/50/6a38b270eb33d42c430618e1657716fc733ad6df183519c5be4b1428be6a/infraboxcli-0.4.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "609d20c04c5f271d8baccd5aa0fbfdaf", "sha256": "0fed987dd2bf7651693d2486387df2a4cd5b0775b76bc312bc757f42ae5aa2e4" }, "downloads": -1, "filename": "infraboxcli-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "609d20c04c5f271d8baccd5aa0fbfdaf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26036, "upload_time": "2017-11-25T08:56:27", "upload_time_iso_8601": "2017-11-25T08:56:27.225007Z", "url": "https://files.pythonhosted.org/packages/aa/f2/8f00b0fbafe959e955aed699bfff4b0a719a27d3bcd039eef2ab36beaf1e/infraboxcli-0.5.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "9c3ddd9836c9774fbe92dd738e6a867a", "sha256": "2eb2823c2dea5a7c6eb9fe8c5656c1164ebc2accae1ca25df1a4a8f75e7777e3" }, "downloads": -1, "filename": "infraboxcli-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9c3ddd9836c9774fbe92dd738e6a867a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 25995, "upload_time": "2017-12-12T20:08:36", "upload_time_iso_8601": "2017-12-12T20:08:36.770119Z", "url": "https://files.pythonhosted.org/packages/07/07/a4bd6daeeae619e36f0dd274c1311ec5f548e24f9357385a0aeedcda24da/infraboxcli-0.5.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "fc932fb04b9d3c6b71f2857b329f5954", "sha256": "fdb7faeef0b8d13cb5f795d93a96140af6ef8384ab1f1d47479a29dd56ee65f3" }, "downloads": -1, "filename": "infraboxcli-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fc932fb04b9d3c6b71f2857b329f5954", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26079, "upload_time": "2017-12-14T07:22:57", "upload_time_iso_8601": "2017-12-14T07:22:57.342573Z", "url": "https://files.pythonhosted.org/packages/76/f6/29ef4aecfd7d7452e54125addd00e17b0715fdac1b01dda9988e1dc43585/infraboxcli-0.5.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "49fc27044b0a9a21dc14ad1db9c4d333", "sha256": "4b3de1368b10b9a584eb2acf31c7eebdc12e1424be4f94fe05bb5cd132ed65dc" }, "downloads": -1, "filename": "infraboxcli-0.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "49fc27044b0a9a21dc14ad1db9c4d333", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26156, "upload_time": "2017-12-17T16:45:15", "upload_time_iso_8601": "2017-12-17T16:45:15.871135Z", "url": "https://files.pythonhosted.org/packages/70/1a/4369dc5dc3da33faded6f8a08f143a54fd8ab13065b9df802ef93613ad5a/infraboxcli-0.5.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "4da649d0493edfb3b492377ebabdec75", "sha256": "610294baa2ee73c8a1cdd04620c2ce59d59c8d977729eedcaa2af556c7b7b2aa" }, "downloads": -1, "filename": "infraboxcli-0.5.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4da649d0493edfb3b492377ebabdec75", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26188, "upload_time": "2018-01-11T11:03:58", "upload_time_iso_8601": "2018-01-11T11:03:58.533809Z", "url": "https://files.pythonhosted.org/packages/89/54/094a46ab103458b95405e9cfb959340639adbf8d860586cb74c5cb5f0100/infraboxcli-0.5.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "cb8ddff01eaa2a3028cb6c25ca8355ad", "sha256": "d386a696651906d2337cfeca51b55efd6af8a2178277c5ac8b0a9410819c051b" }, "downloads": -1, "filename": "infraboxcli-0.5.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb8ddff01eaa2a3028cb6c25ca8355ad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26415, "upload_time": "2018-01-18T22:34:48", "upload_time_iso_8601": "2018-01-18T22:34:48.517632Z", "url": "https://files.pythonhosted.org/packages/cb/68/0cc7fe3645bc55e8743b46c4d5a944aaa01a51e4b58de3075344865b1c26/infraboxcli-0.5.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "1967f3c8529eead481a619878f3ebc3d", "sha256": "d83f752f32158f9ed84442bfd15368646e1185b667ecc480fe2417f0ed8bc79e" }, "downloads": -1, "filename": "infraboxcli-0.5.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1967f3c8529eead481a619878f3ebc3d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26446, "upload_time": "2018-01-19T00:00:41", "upload_time_iso_8601": "2018-01-19T00:00:41.226747Z", "url": "https://files.pythonhosted.org/packages/ce/4d/f651efe68722a865cc92bee0eb0ad82714d1097fa6ec38d519547ddb487a/infraboxcli-0.5.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "160a94c8d1de82921f029a8a7d0dd0cb", "sha256": "1446524aa8600563340d1d9a4188824131bf061ce7da2f71fa3e0e79e4ae0eb9" }, "downloads": -1, "filename": "infraboxcli-0.5.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "160a94c8d1de82921f029a8a7d0dd0cb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26504, "upload_time": "2018-01-24T21:55:28", "upload_time_iso_8601": "2018-01-24T21:55:28.828320Z", "url": "https://files.pythonhosted.org/packages/47/bd/626e4c78f2261346687191cd369987f3fc5b03ecb27c36dfdd911fcea43b/infraboxcli-0.5.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.9": [ { "comment_text": "", "digests": { "md5": "41f11d45473a8982d81cbd630dd07c9f", "sha256": "2c7c681db655de86dda5c630bdee9086a7fc30c5e699cdf784949a0a084f219e" }, "downloads": -1, "filename": "infraboxcli-0.5.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "41f11d45473a8982d81cbd630dd07c9f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26470, "upload_time": "2018-02-12T23:02:39", "upload_time_iso_8601": "2018-02-12T23:02:39.669758Z", "url": "https://files.pythonhosted.org/packages/d2/c9/e4a30dfa72885d42366cc566754017c80454a918aaebb7d27d5dea1c5c6b/infraboxcli-0.5.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "cf848db98a7a6b68b2fb3ca82df1d567", "sha256": "0670a2fb80faba3ebfd1d48c7b43d4c56d7d7aa990f7f53ffa6e505905d2e5c1" }, "downloads": -1, "filename": "infraboxcli-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cf848db98a7a6b68b2fb3ca82df1d567", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26695, "upload_time": "2018-02-18T14:03:58", "upload_time_iso_8601": "2018-02-18T14:03:58.011688Z", "url": "https://files.pythonhosted.org/packages/f0/ab/cee4bf4eb7c308aa0d8878b4cdd8a29616a772a5d90d0d1567493c412a45/infraboxcli-0.6.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "9f55116dfe522bd2e9b28983af4776db", "sha256": "1ca40347fae7c4410f4df2fbe5dddc3bb063d306d7a1e6c696437bb469d42bb1" }, "downloads": -1, "filename": "infraboxcli-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f55116dfe522bd2e9b28983af4776db", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27124, "upload_time": "2018-03-13T20:02:56", "upload_time_iso_8601": "2018-03-13T20:02:56.324971Z", "url": "https://files.pythonhosted.org/packages/9c/a0/9f9c428d47110d11c4d82699891c32ea75f6757fb5e707bd28f9a189bdc0/infraboxcli-0.6.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "50c9892cb881ab8e64427e5c708b7779", "sha256": "83821cdf75a6cc924970f7cbab100df5cffc1748bf6cdfa059f38098cfd0a6e9" }, "downloads": -1, "filename": "infraboxcli-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "50c9892cb881ab8e64427e5c708b7779", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27406, "upload_time": "2018-03-26T19:47:50", "upload_time_iso_8601": "2018-03-26T19:47:50.511575Z", "url": "https://files.pythonhosted.org/packages/e3/09/8c0cfc38dabac05b558f8894e2861274986c52c37e5b47b790a93cf6a724/infraboxcli-0.6.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "e3ffbd1b7fd023ff3d235b1fe8eb151e", "sha256": "79811d4d54b0e6eba39a2ab81df270eabc4bca7fdc238b4d8bf22d72467dd76c" }, "downloads": -1, "filename": "infraboxcli-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e3ffbd1b7fd023ff3d235b1fe8eb151e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27788, "upload_time": "2018-04-23T14:53:50", "upload_time_iso_8601": "2018-04-23T14:53:50.251781Z", "url": "https://files.pythonhosted.org/packages/92/93/b0ed9e879b8adb0dd64d1dbab31756aeb8af32615ce129cd4bd36458fbfd/infraboxcli-0.6.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "66f172a0b6dba5addce33a0985deb669", "sha256": "0b67021d055440912a88bd52461c80358bb3fc21951d00e20326e93ad5b059ad" }, "downloads": -1, "filename": "infraboxcli-0.6.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "66f172a0b6dba5addce33a0985deb669", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27924, "upload_time": "2018-04-26T19:33:41", "upload_time_iso_8601": "2018-04-26T19:33:41.054168Z", "url": "https://files.pythonhosted.org/packages/30/c9/cf93fbd709f7323d2978e16e6d35b7afe341f21bc3d521e50f60a5355a76/infraboxcli-0.6.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "182f0cdda16a8d09ab064dd78eba2149", "sha256": "a68a0b870fa4fa2d92a07b9b4eebfae4bd07681dbf2843381521a63cc9f05f25" }, "downloads": -1, "filename": "infraboxcli-0.6.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "182f0cdda16a8d09ab064dd78eba2149", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28492, "upload_time": "2018-05-21T20:35:02", "upload_time_iso_8601": "2018-05-21T20:35:02.875974Z", "url": "https://files.pythonhosted.org/packages/bc/30/7b446fdde9b788e011e0d5ed2a9f14e214d9cdb85ef02abf761b34e85c06/infraboxcli-0.6.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "56634e9f976b6ed7407782fbfcea5549", "sha256": "0bc06075cb519673ecd2df9696cecad34b5c044a6731fb27bc99b0f6fe7cdf89" }, "downloads": -1, "filename": "infraboxcli-0.6.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "56634e9f976b6ed7407782fbfcea5549", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28421, "upload_time": "2018-06-03T20:57:06", "upload_time_iso_8601": "2018-06-03T20:57:06.217357Z", "url": "https://files.pythonhosted.org/packages/ab/7b/e19a3248dd1b8021f74c25c04776ed716e8139d2e47b3f31692d35a4b22d/infraboxcli-0.6.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "b7ffb74e2023c4ef9d6bbd14fc516628", "sha256": "c238ae890a60d990ccfe15892aca7f75d93b3d5581e9e976774570f2b07022c2" }, "downloads": -1, "filename": "infraboxcli-0.6.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b7ffb74e2023c4ef9d6bbd14fc516628", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28475, "upload_time": "2018-06-07T19:28:51", "upload_time_iso_8601": "2018-06-07T19:28:51.923279Z", "url": "https://files.pythonhosted.org/packages/3f/06/ce4adeb01835e89a3234a79b9f969d1d4e22db8eae60389c962935d82cef/infraboxcli-0.6.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "3b05a30285a7d8a85bd654505267bc11", "sha256": "2abc758ede753058e976a0f21c7a2e5797f9cde64dfc8e9050366de558b81455" }, "downloads": -1, "filename": "infraboxcli-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3b05a30285a7d8a85bd654505267bc11", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31550, "upload_time": "2018-06-19T17:50:55", "upload_time_iso_8601": "2018-06-19T17:50:55.174970Z", "url": "https://files.pythonhosted.org/packages/f4/02/8478552626a05d0c3bd36d4c50533912fd9b3743a521804396a8539106af/infraboxcli-0.7.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "05a60b1e423805219da0aef9ea8df8bb", "sha256": "b733c8f7ce108a9889c0095a599e07b816ecad346201e18056362abec888d7d7" }, "downloads": -1, "filename": "infraboxcli-0.7.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05a60b1e423805219da0aef9ea8df8bb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31726, "upload_time": "2018-07-12T19:06:48", "upload_time_iso_8601": "2018-07-12T19:06:48.097201Z", "url": "https://files.pythonhosted.org/packages/05/a1/b04f3fd49d0f03502c4941fb9b1134d1cefb28f336a37bfefa990f8ccd7c/infraboxcli-0.7.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "53bd07a388160087f387a5879c9ee741", "sha256": "82b02195d0467ad2f49b765841a5096739e85a8274f9ea98077b1deb78c50769" }, "downloads": -1, "filename": "infraboxcli-0.7.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "53bd07a388160087f387a5879c9ee741", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31757, "upload_time": "2018-07-31T09:40:51", "upload_time_iso_8601": "2018-07-31T09:40:51.351717Z", "url": "https://files.pythonhosted.org/packages/b7/d4/bf3121ebcc2336527410ecc338e6fc0929a1d2fd8cb853f3a15bcd8f3bb5/infraboxcli-0.7.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "32e5e223292c5fa8a33f9f30aaa043e1", "sha256": "8e768091aadf044f576352a708bca901da277f68baf0b0dc933d501e808d9fea" }, "downloads": -1, "filename": "infraboxcli-0.7.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "32e5e223292c5fa8a33f9f30aaa043e1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 32069, "upload_time": "2018-08-23T20:36:30", "upload_time_iso_8601": "2018-08-23T20:36:30.403487Z", "url": "https://files.pythonhosted.org/packages/da/c3/54dc4f127f444f44cc37bbf8a38ae7766453e64296137049d7601f554800/infraboxcli-0.7.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "030c26192e734da92aa7ce05b574acae", "sha256": "3819f34ecc85c861025b9d408e6c7c0fe35c01400a79af863328c4f97c3a12ed" }, "downloads": -1, "filename": "infraboxcli-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "030c26192e734da92aa7ce05b574acae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40019, "upload_time": "2018-10-20T11:28:17", "upload_time_iso_8601": "2018-10-20T11:28:17.996510Z", "url": "https://files.pythonhosted.org/packages/11/b1/e6d334d79c721f203fbfb5ff272b83f837d62eb6758f0c5472a1d231b5dd/infraboxcli-0.8.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "eff46e0b5857802f39fa2628f746e0f5", "sha256": "992ca5fa5433491ef1ccae0a4441e13ea2062236402a213e3b960b6a570c1308" }, "downloads": -1, "filename": "infraboxcli-0.8.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eff46e0b5857802f39fa2628f746e0f5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40142, "upload_time": "2018-10-30T18:48:04", "upload_time_iso_8601": "2018-10-30T18:48:04.991333Z", "url": "https://files.pythonhosted.org/packages/5d/5a/aae6c016a7ee1a8b428d2760fb231c3a593a88c451fc35997e82cf897205/infraboxcli-0.8.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "ef62c2eb470a4e2d6ee1ed2441446fc4", "sha256": "ab7ee317b6ae179841c26a2ca1c68aace22ab3948d3c8370ed74837f3b7c720c" }, "downloads": -1, "filename": "infraboxcli-0.8.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ef62c2eb470a4e2d6ee1ed2441446fc4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40153, "upload_time": "2018-12-13T07:09:21", "upload_time_iso_8601": "2018-12-13T07:09:21.727139Z", "url": "https://files.pythonhosted.org/packages/cd/c7/becb6610a47c5c443ee058e108147849c5925bccf6faddbd187e2ab5457d/infraboxcli-0.8.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "533525dbab493a77996cece82d4f57e8", "sha256": "78138a659d71268a697f9ad891c2f098606d80e163bf8ed865f922a6b5d96f73" }, "downloads": -1, "filename": "infraboxcli-0.8.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "533525dbab493a77996cece82d4f57e8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42979, "upload_time": "2019-03-08T11:05:32", "upload_time_iso_8601": "2019-03-08T11:05:32.754998Z", "url": "https://files.pythonhosted.org/packages/4d/f8/03fe7f5fc80d3b0b89597fc9fa9f07c7ed3b689a62e63e3eda9048bada2b/infraboxcli-0.8.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7765999d39ba6ad590405b01b6f1b1d8", "sha256": "2073d4e01019edc322e0c8dfcbe3bdd4597bbee53ff387492fe931b279c2a561" }, "downloads": -1, "filename": "infraboxcli-0.8.4.tar.gz", "has_sig": false, "md5_digest": "7765999d39ba6ad590405b01b6f1b1d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34729, "upload_time": "2019-03-08T11:05:34", "upload_time_iso_8601": "2019-03-08T11:05:34.729191Z", "url": "https://files.pythonhosted.org/packages/84/3e/da130a7e67bcec08754dc0d7b27e98f6f6999a5595496c30b447928635b5/infraboxcli-0.8.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "79c81c8d9a974a6cc1d5378a32574f4e", "sha256": "9c6478c78184959b34429adefd803a82f9cbc22df0ffc0e4f580b2f38b917297" }, "downloads": -1, "filename": "infraboxcli-0.8.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "79c81c8d9a974a6cc1d5378a32574f4e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43080, "upload_time": "2019-12-03T17:11:33", "upload_time_iso_8601": "2019-12-03T17:11:33.223011Z", "url": "https://files.pythonhosted.org/packages/5b/78/791bac01566d3b66845aba43cb60c22ed1dd4863ed8c28b8d3a1898e87bd/infraboxcli-0.8.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd7f36350d5aee79734cade1655835bb", "sha256": "5b7dde1b303ede1e03b44480030d89accaa1834754168484cec3c26ce8f9b4d2" }, "downloads": -1, "filename": "infraboxcli-0.8.5.tar.gz", "has_sig": false, "md5_digest": "dd7f36350d5aee79734cade1655835bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34311, "upload_time": "2019-12-03T17:11:34", "upload_time_iso_8601": "2019-12-03T17:11:34.888447Z", "url": "https://files.pythonhosted.org/packages/80/68/ddaa5283eeca8c4b0ce8873b0c481316e9a38f7d119bd3ece198ab0dd22f/infraboxcli-0.8.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.6": [ { "comment_text": "", "digests": { "md5": "c9f3f50dd9af314b9f57a68916f2f695", "sha256": "22a12e1d4cc59bd856fe4a7ac74320114c9692e626813acfb6ff103e88451cde" }, "downloads": -1, "filename": "infraboxcli-0.8.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c9f3f50dd9af314b9f57a68916f2f695", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43204, "upload_time": "2020-01-14T12:54:34", "upload_time_iso_8601": "2020-01-14T12:54:34.587894Z", "url": "https://files.pythonhosted.org/packages/1b/90/1d1c24788dabb6e2135bfce997f0db444266f145cbaf421e2262b181458c/infraboxcli-0.8.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "df5e1f29b095082cc1359ed3b494de2e", "sha256": "4d1d6ca2b0d8e6bfd1c383d5ffc9db4eca11825a975bf668b4a53714a653b4a6" }, "downloads": -1, "filename": "infraboxcli-0.8.6.tar.gz", "has_sig": false, "md5_digest": "df5e1f29b095082cc1359ed3b494de2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35828, "upload_time": "2020-01-14T12:54:36", "upload_time_iso_8601": "2020-01-14T12:54:36.682199Z", "url": "https://files.pythonhosted.org/packages/55/38/9ea44f79aeffd4b0df955cb2a4eb120332f7cd0a82956495395649466184/infraboxcli-0.8.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.7": [ { "comment_text": "", "digests": { "md5": "0e814b8f25f42f648b3c7ca5ddc63814", "sha256": "88a0939807138cb281431ded160929733f449e8207a81f79e75a3c99faeec211" }, "downloads": -1, "filename": "infraboxcli-0.8.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0e814b8f25f42f648b3c7ca5ddc63814", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43228, "upload_time": "2020-04-27T12:01:10", "upload_time_iso_8601": "2020-04-27T12:01:10.644931Z", "url": "https://files.pythonhosted.org/packages/6e/23/ef4e4c4e10c6a7baea2945d50307ebb83362414769363f25e82e2b71da15/infraboxcli-0.8.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d9a50366834be80a0b12aad795273b12", "sha256": "d182a66eaa814b205e2a88e2497cd33335b99f626628788abdd40f46ffb54c18" }, "downloads": -1, "filename": "infraboxcli-0.8.7.tar.gz", "has_sig": false, "md5_digest": "d9a50366834be80a0b12aad795273b12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35867, "upload_time": "2020-04-27T12:01:11", "upload_time_iso_8601": "2020-04-27T12:01:11.921229Z", "url": "https://files.pythonhosted.org/packages/95/99/d1dd9545f5f9e7b064f7c23f7260ac5d76c7406c4474cda620f27ff7a272/infraboxcli-0.8.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.8": [ { "comment_text": "", "digests": { "md5": "83e82f953f146df16e425ce3dce1a29c", "sha256": "6dd12d60a5487c1426899b50608316c5d6cb5cae0290d07de87abf0b9cde17ad" }, "downloads": -1, "filename": "infraboxcli-0.8.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "83e82f953f146df16e425ce3dce1a29c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38190, "upload_time": "2020-08-26T08:42:38", "upload_time_iso_8601": "2020-08-26T08:42:38.794787Z", "url": "https://files.pythonhosted.org/packages/22/16/a988e5177792674702fef978813a1c88fa2a7ab007b3cdea170fa64ae8f2/infraboxcli-0.8.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a19f96a0ef1cd48a778d398d9e57b751", "sha256": "73467988b13feef53ab9a8f3be2f959d277c44045cbe02e01bc832008284ae29" }, "downloads": -1, "filename": "infraboxcli-0.8.8.tar.gz", "has_sig": false, "md5_digest": "a19f96a0ef1cd48a778d398d9e57b751", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31376, "upload_time": "2020-08-26T08:42:40", "upload_time_iso_8601": "2020-08-26T08:42:40.387763Z", "url": "https://files.pythonhosted.org/packages/9c/8d/3f6bff1f6c10770daebd78fdfda78285f4c6aecba738543935284d174cc8/infraboxcli-0.8.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.9": [ { "comment_text": "", "digests": { "md5": "0fa5e6e687278eec3d849c7a6a6323b7", "sha256": "2f52620c3eec24be153d0dbd7d3f2ac7f3c9658e847067b94924f9a06640a65c" }, "downloads": -1, "filename": "infraboxcli-0.8.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0fa5e6e687278eec3d849c7a6a6323b7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38213, "upload_time": "2020-12-09T01:55:45", "upload_time_iso_8601": "2020-12-09T01:55:45.540857Z", "url": "https://files.pythonhosted.org/packages/07/21/4e9aba3e4e2d3c2da69c8d11e345e927f4f1d42273119e280efb2a413c31/infraboxcli-0.8.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1790541aba7fe60494e95f754f524e46", "sha256": "ca8f964f113077b9c56ef27b7f4068cf1c4030ed5f4597b893f5da227b289d02" }, "downloads": -1, "filename": "infraboxcli-0.8.9.tar.gz", "has_sig": false, "md5_digest": "1790541aba7fe60494e95f754f524e46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31352, "upload_time": "2020-12-09T01:55:47", "upload_time_iso_8601": "2020-12-09T01:55:47.032842Z", "url": "https://files.pythonhosted.org/packages/2f/c6/bd1a12f45d87c30cee9c938d2b0aa68bfa4cc490489512f6930effcf9735/infraboxcli-0.8.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "b807324f625cd5b7fd1de34fbb131826", "sha256": "ef3c26e9f99d8a54c9644e6554569c603457319a7f11760c1673dc99ddcda61f" }, "downloads": -1, "filename": "infraboxcli-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b807324f625cd5b7fd1de34fbb131826", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38299, "upload_time": "2021-03-01T02:38:01", "upload_time_iso_8601": "2021-03-01T02:38:01.613504Z", "url": "https://files.pythonhosted.org/packages/fd/ab/d58223214b1cd27cf850315a58a656b04ddb718dad43019596712531f81a/infraboxcli-0.9.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "32ac476a4a62cde4ad1151d151687334", "sha256": "c1afe5f1bfabe1c8304fa30ea8c6d17708406d96cc83d59110350ee16a207aae" }, "downloads": -1, "filename": "infraboxcli-0.9.0.tar.gz", "has_sig": false, "md5_digest": "32ac476a4a62cde4ad1151d151687334", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31429, "upload_time": "2021-03-01T02:38:03", "upload_time_iso_8601": "2021-03-01T02:38:03.447627Z", "url": "https://files.pythonhosted.org/packages/3e/a0/13d084d46625266543bf0d8977d2bb2b14d02856c0001184dddd60853ace/infraboxcli-0.9.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b807324f625cd5b7fd1de34fbb131826", "sha256": "ef3c26e9f99d8a54c9644e6554569c603457319a7f11760c1673dc99ddcda61f" }, "downloads": -1, "filename": "infraboxcli-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b807324f625cd5b7fd1de34fbb131826", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38299, "upload_time": "2021-03-01T02:38:01", "upload_time_iso_8601": "2021-03-01T02:38:01.613504Z", "url": "https://files.pythonhosted.org/packages/fd/ab/d58223214b1cd27cf850315a58a656b04ddb718dad43019596712531f81a/infraboxcli-0.9.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "32ac476a4a62cde4ad1151d151687334", "sha256": "c1afe5f1bfabe1c8304fa30ea8c6d17708406d96cc83d59110350ee16a207aae" }, "downloads": -1, "filename": "infraboxcli-0.9.0.tar.gz", "has_sig": false, "md5_digest": "32ac476a4a62cde4ad1151d151687334", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31429, "upload_time": "2021-03-01T02:38:03", "upload_time_iso_8601": "2021-03-01T02:38:03.447627Z", "url": "https://files.pythonhosted.org/packages/3e/a0/13d084d46625266543bf0d8977d2bb2b14d02856c0001184dddd60853ace/infraboxcli-0.9.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }