{ "info": { "author": "Graham Dumpleton", "author_email": "Graham.Dumpleton@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "This package provides a pluggable command line client called\n``powershift``, for working with OpenShift. It acts as a wrapper around\nthe ``oc`` command line client for OpenShift, providing an easier to use\ninterface for using selected features of the ``oc`` client.\n\nIn particular, ``powershift`` provides a plugin which wraps the ``oc\ncluster up`` command, used for starting up a local OpenShift cluster using\nyour local Docker service. This plugin builds on top of ``oc cluster up``,\nto provide profiles, additional security, application persistence and\nprovisioning for persistent volumes.\n\nSystem Requirements\n-------------------\n\nThis package can be used on MacOS X, Windows and Linux.\n\nThe package requires the Python language interpreter to be available on\nyour system. You need to have available Python 2.7, 3.3, 3.4, 3.5 or 3.6,\nand will need to have the Python package installer ``pip`` installed. It is\nalso recommended that you have ``virtualenv`` available and use ``pipsi``\nto install the package into an isolated Python virtual environment. The use\nof ``pipsi`` ensures that installing the package does not affect your\nsystem Python installation.\n\nAs the ``powershift`` client is a wrapper around ``oc``, you need to have\nthe ``oc`` program for the version of OpenShift you wish to use installed\nand available in your ``PATH``. If you do not already have ``oc``\ninstalled, the ``powershift`` client can help you with it's installation.\n\nVersions of ``oc`` for OpenShift Origin, which ``powershift`` has been\ntested with are 1.3.2, 1.3.3 and 1.4.0. If using Red Hat OpenShift\nContainer Platform, you need to have a minimum of version 3.4.0 of the\n``oc`` tool and your system must have access to the Red Hat registry\nassociated with your Red Hat subscription.\n\nDocker installation types which can be used are Docker for Mac, Docker for\nWindows or Docker running natively on Linux. You cannot use a Docker\ninstance configured using ``docker-machine``, or the older means of running\nDocker on MacOSX based on ``boot2docker``.\n\nInstalling 'powershift'\n-----------------------\n\nIt is recommend that you use ``pipsi`` to install ``powershift``. This\nensures that it and any Python packages it requires are installed into a\nself contained Python virtual environment and will not interfere with any\nother Python based applications installed on your system.\n\nFor the most up to date instructions on how to first install ``pipsi``\nsee:\n\n* https://pypi.python.org/pypi/pipsi\n\nThe recommended way to install ``pipsi`` is to run::\n\n curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python\n\nThis command will install ``pipsi`` and then output the directory which you\nshould add to your ``PATH`` so that it and any script packages installed\nusing ``pipsi`` can be found.\n\nOnce ``pipsi`` is installed and in your ``PATH``, to install this package,\nalong with currently available plugins, run::\n\n pipsi install powershift-cli[all]\n\nAdditional plugins which are installed will be:\n\n* `powershift-cluster`_ - Adds command providing a layer around the ``oc\n cluster up`` command for running a local OpenShift instance with Docker.\n These make it easier to manage a local OpenShift cluster, including\n default support for application persistence across restarts, multiple\n profiles, added security, default persistent volumes, and tools for\n adding additional persistent volumes to the local OpenShift cluster.\n\n.. _`powershift-cluster`: https://github.com/getwarped/powershift-cluster\n\nIf you are happy to install this package directly into your main Python\ninstallation or have an existing Python virtual environment, you can\ninstead run::\n\n pip install powershift-cli[all]\n\nIf necessary, run this as root using ``sudo``, when installing into your\nsystem Python installation.\n\nAdditional Python packages installed by this package and current plugins\nare ``click`` and ``passlib``.\n\nInstalling 'oc' client\n----------------------\n\nIf you have the ``oc`` program installed already, ensure it is installed\nsomewhere on your default ``PATH``.\n\nIf you do not yet have the ``oc`` program installed, you can install it\nusing the ``powershift`` program.\n\nAs the first step run::\n\n powershift client versions\n\nThis will list what versions of the ``oc`` program for OpenShift Origin\nthe script knows about. You can then install one of these versions.\nFor example::\n\n powershift client install v1.4.0\n\nThe platform you are using will be automatically detected and the\nappropriate binary downloaded and installed. For Linux, only 64 bit\nplatforms are supported using this command.\n\nThe output of this command will provide the directory you should then add\nto your ``PATH``.\n\nIf you would rather have it install the ``oc`` program into an existing\ndirectory already in your ``PATH``, you can instead use the ``--bindir``\noption to specify the directory to install into. For example::\n\n powershift client install v1.4.0 --bindir $HOME/bin\n\nCommand line help\n-----------------\n\nExecuting the command with no arguments will provide a list of the\ncommand groups available.\n\n::\n\n $ powershift\n Usage: powershift [OPTIONS] COMMAND [ARGS]...\n\n PowerShift client for OpenShift.\n\n This client provides additional functionality useful to users of the\n OpenShift platform. Base functionality is minimal, but can be extended by\n installing additional plugins.\n\n For more details see:\n\n https://github.com/getwarped/powershift\n\n Options:\n --help Show this message and exit.\n\n Commands:\n client Install/update oc command line tool.\n completion Output completion script for specified shell.\n console Open a browser on the OpenShift web console.\n server Displays the URL for the OpenShift cluster.\n session Display information about current session.\n\nThis only shows command groups included with the base package. When you\ninstall additional plugins, the command groups they add will also be shown.\n\nYou can use the ``--help`` option with any command group or specific\ncommand to get additional details.\n\nBash shell completion\n---------------------\n\nTo enable ``bash`` completion, run ``powershift completion bash --help``\nand follow the instructions.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/getwarped/powershift-cli", "keywords": "openshift kubernetes", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "powershift-cli", "package_url": "https://pypi.org/project/powershift-cli/", "platform": "", "project_url": "https://pypi.org/project/powershift-cli/", "project_urls": { "Homepage": "https://github.com/getwarped/powershift-cli" }, "release_url": "https://pypi.org/project/powershift-cli/1.3.1/", "requires_dist": null, "requires_python": "", "summary": "Pluggable command line client for OpenShift.", "version": "1.3.1" }, "last_serial": 4002285, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7a9b0789412c0d29f450bb8ea95dbe2a", "sha256": "0e4a34a373131a48a275be4b84efbc828ca46ccdc4e41677174354d5fe65df27" }, "downloads": -1, "filename": "powershift-cli-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7a9b0789412c0d29f450bb8ea95dbe2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3749, "upload_time": "2017-01-01T03:08:46", "url": "https://files.pythonhosted.org/packages/3b/81/bea4add73e8137a0e844390b4586a46311e8d4b25cae2e7fd581bcaceddd/powershift-cli-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "06cb9d9fafa449ca46b1360d78c90ccb", "sha256": "3e4aebfc6f5e08f43dea7d27a26e5affb418c916e23a22971cdea42a3db9c65c" }, "downloads": -1, "filename": "powershift-cli-1.0.1.tar.gz", "has_sig": false, "md5_digest": "06cb9d9fafa449ca46b1360d78c90ccb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4905, "upload_time": "2017-01-01T22:17:22", "url": "https://files.pythonhosted.org/packages/f5/a3/dfcd8ac8d9d3a406a2affd61f86aa492b902f97ede3c22ecd291c74944e2/powershift-cli-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "4a779fb33689c029cbb563c5424f879f", "sha256": "767a5205f463569de5d34fa78745c4469dccdd2a6a9763167fb8ebe12f2d23e8" }, "downloads": -1, "filename": "powershift-cli-1.0.2.tar.gz", "has_sig": false, "md5_digest": "4a779fb33689c029cbb563c5424f879f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4913, "upload_time": "2017-01-04T21:43:02", "url": "https://files.pythonhosted.org/packages/e6/41/58f78dc10c204145181ec4d140e663b586cc613ac8ca4aba07217e5c2d6f/powershift-cli-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "82c2243ed9d07ae33d39d8c7136e62b2", "sha256": "ec9a7bc21d7c832a8b87a7d4ca7b4f88c3958ccb237ed82929161df92a54de66" }, "downloads": -1, "filename": "powershift-cli-1.0.3.tar.gz", "has_sig": false, "md5_digest": "82c2243ed9d07ae33d39d8c7136e62b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4910, "upload_time": "2017-01-10T12:05:09", "url": "https://files.pythonhosted.org/packages/4e/a7/8ecd177fd583c42cf7cc81dcbf698e2523232866ded007ed2848615c80d7/powershift-cli-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "ea505d60329073833e9ab7b72cae5ec3", "sha256": "e32558a4ec1f555bb1f82193d24773800f9df10a200b6a64627ab3fb80f65b0b" }, "downloads": -1, "filename": "powershift-cli-1.0.4.tar.gz", "has_sig": false, "md5_digest": "ea505d60329073833e9ab7b72cae5ec3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4970, "upload_time": "2017-01-19T04:28:04", "url": "https://files.pythonhosted.org/packages/26/86/8819ba1d1d322f0fe3d99666b57cd87ad15003ccfa9004ba5d05c4f9d29a/powershift-cli-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "62a16856d8fcbb1761b6cafa2d5c6c6a", "sha256": "8df6ace232fc65010f613a9c09aeb7151a58e8164a4769acd40feffcd2eb0104" }, "downloads": -1, "filename": "powershift-cli-1.0.5.tar.gz", "has_sig": false, "md5_digest": "62a16856d8fcbb1761b6cafa2d5c6c6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4973, "upload_time": "2017-01-20T06:01:47", "url": "https://files.pythonhosted.org/packages/c9/f4/121eab222d84ed8293d93491cb6898afd64ab50476e84a25c32e4988dd26/powershift-cli-1.0.5.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "4317f5d8fdedbb545d3bf647f00d47bc", "sha256": "1736dab283aa28d52345e41310652cedd0ab5672ce2a621a1b177b6f861509bd" }, "downloads": -1, "filename": "powershift-cli-1.1.0.tar.gz", "has_sig": false, "md5_digest": "4317f5d8fdedbb545d3bf647f00d47bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5137, "upload_time": "2017-01-22T03:27:29", "url": "https://files.pythonhosted.org/packages/c8/57/f14ad4891faf24ae65e46959dd24d0910121ffe9ec687ba69702c2365ef8/powershift-cli-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "3ab3e2153a8e4daabfc7167d6b4ac013", "sha256": "9c703c09629a7edf95f026829f05707d46141799a0ea032b6d0b07db61f4e9f3" }, "downloads": -1, "filename": "powershift-cli-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3ab3e2153a8e4daabfc7167d6b4ac013", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5150, "upload_time": "2017-01-22T03:34:30", "url": "https://files.pythonhosted.org/packages/0f/b8/115a1232546b726e53d1a28c18ad2eb974a3b4ac79752739f0115968e952/powershift-cli-1.1.1.tar.gz" } ], "1.1.10": [ { "comment_text": "", "digests": { "md5": "2fc589a94e94af9fefce5c83f2d917b6", "sha256": "f661b6b3065adf8a28a73662e75d7e72f401bdddc99f34bb3f766e68be453c04" }, "downloads": -1, "filename": "powershift-cli-1.1.10.tar.gz", "has_sig": false, "md5_digest": "2fc589a94e94af9fefce5c83f2d917b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7420, "upload_time": "2017-03-01T11:13:45", "url": "https://files.pythonhosted.org/packages/e1/74/7fd107709b21abd0b3dc039cad0caeb3b24a19d56c6b06b60b2781a2a97e/powershift-cli-1.1.10.tar.gz" } ], "1.1.11": [ { "comment_text": "", "digests": { "md5": "72c49ec137d3f621d8538f16b009fca7", "sha256": "14187652e00c3e02b5b41229b8459e81ee55fa8fba8bd4fc1b5b00734f7c48eb" }, "downloads": -1, "filename": "powershift-cli-1.1.11.tar.gz", "has_sig": false, "md5_digest": "72c49ec137d3f621d8538f16b009fca7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7456, "upload_time": "2017-03-09T07:12:01", "url": "https://files.pythonhosted.org/packages/60/54/c51b4b61660c892adca3cf8da14a87230608b32845edc80d3846ff0c75ae/powershift-cli-1.1.11.tar.gz" } ], "1.1.12": [ { "comment_text": "", "digests": { "md5": "ee3588002e25d6a0bf7f39cdcdca98c0", "sha256": "c5a00de611102d6dbe9e09dc1a9dc3ea1bd1cf290e23af20a4f75c2b2788edda" }, "downloads": -1, "filename": "powershift-cli-1.1.12.tar.gz", "has_sig": false, "md5_digest": "ee3588002e25d6a0bf7f39cdcdca98c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7448, "upload_time": "2017-03-09T07:43:32", "url": "https://files.pythonhosted.org/packages/c3/7a/131f3cf61bfaac10a0119a7d138ecbc04daf05b511ad5e2ccf0337256704/powershift-cli-1.1.12.tar.gz" } ], "1.1.13": [ { "comment_text": "", "digests": { "md5": "9ab698aa638daafbd8edc582eb110675", "sha256": "2ab0053ab2cffc4fbd000d11031f68b6cbc637e228773a4eec62a0516e30f6f5" }, "downloads": -1, "filename": "powershift-cli-1.1.13.tar.gz", "has_sig": false, "md5_digest": "9ab698aa638daafbd8edc582eb110675", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7472, "upload_time": "2017-03-16T06:22:41", "url": "https://files.pythonhosted.org/packages/30/2d/21745662efefb5c90b04eb07f167804999e04bd18d32c841d4fb593d3cd9/powershift-cli-1.1.13.tar.gz" } ], "1.1.14": [ { "comment_text": "", "digests": { "md5": "99bd955adb4f87765ba5aebb2e0923d1", "sha256": "a180afd5266749e6ed0ca3e92e0693bd6182c9ca468b5f9729de5661e7a48699" }, "downloads": -1, "filename": "powershift-cli-1.1.14.tar.gz", "has_sig": false, "md5_digest": "99bd955adb4f87765ba5aebb2e0923d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7448, "upload_time": "2017-03-22T02:43:18", "url": "https://files.pythonhosted.org/packages/11/a2/e757ba80829c7d58dd49faebd9d521885d517e25f9bb162b2ba932c9b5ab/powershift-cli-1.1.14.tar.gz" } ], "1.1.15": [ { "comment_text": "", "digests": { "md5": "46c737adc8a710eaa2ecde451ed1f88e", "sha256": "8759f31e5c970a82b6ed354d1fa52b3050242f9e22c257163af18ab2c8ae5fed" }, "downloads": -1, "filename": "powershift-cli-1.1.15.tar.gz", "has_sig": false, "md5_digest": "46c737adc8a710eaa2ecde451ed1f88e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7441, "upload_time": "2017-05-01T06:13:46", "url": "https://files.pythonhosted.org/packages/87/86/6dc476e9ee5d543a3f021317ec43ff7c71444784b0fb0100b9f0f8d89f22/powershift-cli-1.1.15.tar.gz" } ], "1.1.16": [ { "comment_text": "", "digests": { "md5": "d2a7bdc090f68c357c9923cb2a6a9ddd", "sha256": "0e46f112acd0b118ae98c9d82398255ddde015d552ca59260b540334a1d5c470" }, "downloads": -1, "filename": "powershift-cli-1.1.16.tar.gz", "has_sig": false, "md5_digest": "d2a7bdc090f68c357c9923cb2a6a9ddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7468, "upload_time": "2017-05-31T10:36:19", "url": "https://files.pythonhosted.org/packages/d4/fc/377a3d3a2ad44a39c2f525ca77a79bfc05874e080ae0218b580339b2ed07/powershift-cli-1.1.16.tar.gz" } ], "1.1.17": [ { "comment_text": "", "digests": { "md5": "4501ffcad1479141c1aae03a259d16b3", "sha256": "bb9db18ff2f2c657c82a605ff414605b450aafa68fb7ae6087b776edd26d3323" }, "downloads": -1, "filename": "powershift-cli-1.1.17.tar.gz", "has_sig": false, "md5_digest": "4501ffcad1479141c1aae03a259d16b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7490, "upload_time": "2017-06-11T21:47:52", "url": "https://files.pythonhosted.org/packages/08/98/72b805026efb73f67cded8427b23c106b09401b9def505f03ebcda1134a5/powershift-cli-1.1.17.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "2327f6d7f6c98d2d51e895215b85da11", "sha256": "19e6ecf5bb82e6ac669895b7aeef4b73a4add4c402365b02fef9c8299ea6e738" }, "downloads": -1, "filename": "powershift-cli-1.1.2.tar.gz", "has_sig": false, "md5_digest": "2327f6d7f6c98d2d51e895215b85da11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6903, "upload_time": "2017-01-22T12:01:21", "url": "https://files.pythonhosted.org/packages/03/4f/62e4fba6aa634f847a67c72e40dcdd6b511820a59d20020f217b86459c47/powershift-cli-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "0b4f07a646a67372cdda8150657f7132", "sha256": "ce4910cd7d0412ee682596c4627e56f089c59b2943e2510f9d080ee33a1b3a7b" }, "downloads": -1, "filename": "powershift-cli-1.1.3.tar.gz", "has_sig": false, "md5_digest": "0b4f07a646a67372cdda8150657f7132", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6933, "upload_time": "2017-01-26T15:00:41", "url": "https://files.pythonhosted.org/packages/00/08/53a879d104e26d39632d1d8d76625aa555defaa132a7110908e87e391e8b/powershift-cli-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "2506e7305d457ddb62e51d73b3c81d4a", "sha256": "6dd57a4026598e7068ac96ebdde73539497c80c39d18797ced308bd825bc8f41" }, "downloads": -1, "filename": "powershift-cli-1.1.4.tar.gz", "has_sig": false, "md5_digest": "2506e7305d457ddb62e51d73b3c81d4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7184, "upload_time": "2017-01-26T20:34:34", "url": "https://files.pythonhosted.org/packages/e5/dc/1e0616ecc1d0e81164657e7a96ceb3143a7a43ee8190029fe0b731811b6e/powershift-cli-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "1c20449ea92db5ea873c05e9dfd0aeb9", "sha256": "9cde12f5ca7cf2a9cd0adfb60148416a24fb15c64b2f6223309fb4aa327bae02" }, "downloads": -1, "filename": "powershift-cli-1.1.5.tar.gz", "has_sig": false, "md5_digest": "1c20449ea92db5ea873c05e9dfd0aeb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7261, "upload_time": "2017-02-07T23:47:58", "url": "https://files.pythonhosted.org/packages/c2/00/ad2c1793d72cc2c5a9d550a9a7f8cefa74c9bd8a0478fb7063cdb0d61736/powershift-cli-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "ca2879c82a49489afd081d8355391912", "sha256": "56a1faa11d4d3e5aa36f3697d575a27635bfc9b5a2268d9361b6359a180b3abb" }, "downloads": -1, "filename": "powershift-cli-1.1.6.tar.gz", "has_sig": false, "md5_digest": "ca2879c82a49489afd081d8355391912", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7265, "upload_time": "2017-02-08T00:46:13", "url": "https://files.pythonhosted.org/packages/3e/aa/f48269e419e797e87ed897621db230d99c5dfab1943d820c50af4ead227e/powershift-cli-1.1.6.tar.gz" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "276bf90c46cc24d0bd5046f6cbdbb9b6", "sha256": "0c9718ba5cf3ba7d190d24c9718825f760c1fa0644ebcf3668429b3734cd3c70" }, "downloads": -1, "filename": "powershift-cli-1.1.7.tar.gz", "has_sig": false, "md5_digest": "276bf90c46cc24d0bd5046f6cbdbb9b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7266, "upload_time": "2017-02-08T01:06:16", "url": "https://files.pythonhosted.org/packages/47/28/c33ad09bf5da253fe27ed2de4f8a3f2f7dcc5df2bd1486c6f4e5d1f1a0d6/powershift-cli-1.1.7.tar.gz" } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "2ffb35cb91fb058a857d7f1c078c5855", "sha256": "93da9f1db269f697216d7077cdf7ee230430bd0a94bf951edf87d8efb22c5542" }, "downloads": -1, "filename": "powershift-cli-1.1.8.tar.gz", "has_sig": false, "md5_digest": "2ffb35cb91fb058a857d7f1c078c5855", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7381, "upload_time": "2017-02-18T09:33:05", "url": "https://files.pythonhosted.org/packages/41/4d/b10b26d7fa75926f2c696a1defe422d596a29893ddb6169bbb4df5013c8f/powershift-cli-1.1.8.tar.gz" } ], "1.1.9": [ { "comment_text": "", "digests": { "md5": "19392003a89efc2068792a8ec32d3b67", "sha256": "85c150dbbd621a6d84c3e165986937b2815039c93aaf6e447b08f593e8489875" }, "downloads": -1, "filename": "powershift-cli-1.1.9.tar.gz", "has_sig": false, "md5_digest": "19392003a89efc2068792a8ec32d3b67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7405, "upload_time": "2017-02-22T06:16:19", "url": "https://files.pythonhosted.org/packages/aa/6b/8c69dc602dad45753d790f78ad42a12e62493c346aae46fe91b541324290/powershift-cli-1.1.9.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "696a95ae49c39913ae634fab55e76ffb", "sha256": "079a0f73f79f4b86c579a0fdb9fb621d46bd46a7dfcc913b229c165e854a83d8" }, "downloads": -1, "filename": "powershift-cli-1.2.0.tar.gz", "has_sig": false, "md5_digest": "696a95ae49c39913ae634fab55e76ffb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7433, "upload_time": "2017-06-27T03:38:43", "url": "https://files.pythonhosted.org/packages/60/d9/27e5757769cb7b89b01c8450fde3e2ef7d184e75fe61f4d3950767e2c3aa/powershift-cli-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "46c5b2910361b1e3d7c58596aeeb36b1", "sha256": "8ecbd0eb14c993481960007f5755f63fd0ad84ac8f04ef497a65734a784a79c0" }, "downloads": -1, "filename": "powershift-cli-1.2.1.tar.gz", "has_sig": false, "md5_digest": "46c5b2910361b1e3d7c58596aeeb36b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7453, "upload_time": "2017-06-27T05:09:53", "url": "https://files.pythonhosted.org/packages/db/86/944caca1156485f0827190afccfb36dd88c564336a859c658a09c68ae1a0/powershift-cli-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "8d1b18929aa7502d22986c89c2de89d6", "sha256": "6d35ee10873a6a2733623c9b741fd07f3892643f942f69821272cecb84b1e14b" }, "downloads": -1, "filename": "powershift-cli-1.2.2.tar.gz", "has_sig": false, "md5_digest": "8d1b18929aa7502d22986c89c2de89d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7478, "upload_time": "2017-07-15T00:12:46", "url": "https://files.pythonhosted.org/packages/4b/8a/c82b1821ade1f9ee951999681a0c64a9387b3ca2932474e2c59c4555d086/powershift-cli-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "95a9c7ccdba116ac5b769437307ca3d6", "sha256": "3ca463db50b040bcc8c33f212abb8530a05f95d4041c97701e802089eebc4f0f" }, "downloads": -1, "filename": "powershift-cli-1.2.3.tar.gz", "has_sig": false, "md5_digest": "95a9c7ccdba116ac5b769437307ca3d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7423, "upload_time": "2017-08-11T01:44:50", "url": "https://files.pythonhosted.org/packages/43/3b/2f5a886a4a0eb59d98628bb60861c488597ee4624f63aa9bd10bd4c16bf0/powershift-cli-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "cf0f1ecda2e6d5d8eee104d35efa2e17", "sha256": "fa4641429436f83f18c133e83c2ca642d2739b003d8555b121a622a63c0119d0" }, "downloads": -1, "filename": "powershift-cli-1.2.4.tar.gz", "has_sig": false, "md5_digest": "cf0f1ecda2e6d5d8eee104d35efa2e17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7452, "upload_time": "2017-08-31T02:04:46", "url": "https://files.pythonhosted.org/packages/63/36/97174ecbcc823834a338216d602afda33676844aaa06e8b1a8d1d744b570/powershift-cli-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "5c05b3f1f67a226c1e29bbf24fe04a85", "sha256": "180e5797ec5132f02d18c2488e083b137ba962f45f4d6f389d7dfec66b8c6420" }, "downloads": -1, "filename": "powershift-cli-1.2.5.tar.gz", "has_sig": false, "md5_digest": "5c05b3f1f67a226c1e29bbf24fe04a85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7483, "upload_time": "2017-10-29T23:52:37", "url": "https://files.pythonhosted.org/packages/37/16/7fe86cde17ae1afdcea28518b803511f64238319f258500c60ce9c53a67c/powershift-cli-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "1b638c46b7e54fe429ca2d9182a2d8f8", "sha256": "962f24ee0c86310cb97c8b2978f9cf9651cec7683cbae0502529c6f991f5ea8b" }, "downloads": -1, "filename": "powershift-cli-1.2.6.tar.gz", "has_sig": false, "md5_digest": "1b638c46b7e54fe429ca2d9182a2d8f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7506, "upload_time": "2017-12-09T09:41:13", "url": "https://files.pythonhosted.org/packages/c2/62/09aaaf922260e3b57fd8a7d724b9081162fce8bdffd5d3c04d97ed4c012f/powershift-cli-1.2.6.tar.gz" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "ad8b3da3833f0a3fde968eca4855710a", "sha256": "7b71ef2d1ca27ffebc0df3d429dbb3c79bdeb407db68b6843b4257f154fa55cc" }, "downloads": -1, "filename": "powershift-cli-1.2.7.tar.gz", "has_sig": false, "md5_digest": "ad8b3da3833f0a3fde968eca4855710a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7560, "upload_time": "2018-02-06T01:46:06", "url": "https://files.pythonhosted.org/packages/cb/34/92e0348eafe396da5a34f6ecb5e40a876dc1896763534091b448f3652ab4/powershift-cli-1.2.7.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "6762b00b3352c31d041b83564fc48861", "sha256": "26ec2187a5706b0cba6a549e0a92d5f79c0394cd713f9d7fafdd95ce35d175ef" }, "downloads": -1, "filename": "powershift-cli-1.3.0.tar.gz", "has_sig": false, "md5_digest": "6762b00b3352c31d041b83564fc48861", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7604, "upload_time": "2018-06-25T11:30:28", "url": "https://files.pythonhosted.org/packages/6f/dc/b900b48a3c7ef941778c2d92e73310e3c03e9545f9d2851ffdf30f258e58/powershift-cli-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "8b2a45f8563236ff9f0f219d76235797", "sha256": "b1f76a0465af92e25e15d7d84fcc44eda17bc612452c91165f365ed767d5421f" }, "downloads": -1, "filename": "powershift-cli-1.3.1.tar.gz", "has_sig": false, "md5_digest": "8b2a45f8563236ff9f0f219d76235797", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7604, "upload_time": "2018-06-26T01:41:16", "url": "https://files.pythonhosted.org/packages/7e/c9/4cc6d552925933e838a576f096821d5d021e3cddca35b0c8cda2b2a20f61/powershift-cli-1.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b2a45f8563236ff9f0f219d76235797", "sha256": "b1f76a0465af92e25e15d7d84fcc44eda17bc612452c91165f365ed767d5421f" }, "downloads": -1, "filename": "powershift-cli-1.3.1.tar.gz", "has_sig": false, "md5_digest": "8b2a45f8563236ff9f0f219d76235797", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7604, "upload_time": "2018-06-26T01:41:16", "url": "https://files.pythonhosted.org/packages/7e/c9/4cc6d552925933e838a576f096821d5d021e3cddca35b0c8cda2b2a20f61/powershift-cli-1.3.1.tar.gz" } ] }