{ "info": { "author": "aliyun-developers-efficiency", "author_email": "aliyun-developers-efficiency@list.alibaba-inc.com", "bugtrack_url": null, "classifiers": [], "description": "Aliyun Command Line Interface\n=============================\nOverview\n------------------\nAliyun Command Line Interface ``aliyuncli`` is a unified tool to manage your Aliyun services. Using this tool you can easily invoke the Aliyun open API to control multiple Aliyun services from the command line and also automate them through scripts, for instance using the Bash shell or Python. \n\nAliyuncli on Github\n----------------------\nThe ``aliyuncli`` tool is on Github and anyone can fork the code, subject to the license. You can access it at: https://github.com/aliyun/aliyun-cli\n\nHow to Install aliyuncli\n^^^^^^^^^^^^^^^^^^^^^^^^\nAliyun provides two ways to install the ``aliyuncli`` tool:\n\n1. Install using pip\n2. Install from a software package\n\nInstall aliyuncli Using pip\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\nIf you have Windows, Linux, or Mac OS and pip is installed in your operating system, \nyou can install ``aliyuncli`` using pip:\n\nWindows\n^^^^^^^\n::\n\n pip install aliyuncli\n\nTo upgrade the existing ``aliyuncli``, use the ``--upgrade`` option:\n::\t\n\n pip install --upgrade aliyuncli\n\nLinux, Mac OS and Unix\n^^^^^^^^^^^^^^^^^^^^^^\n::\n\n $ sudo pip install aliyuncli\n\nTo upgrade the existing ``aliyuncli``, use the ``--upgrade`` option:\n::\n\n $ pip install --upgrade aliyuncli\n\nInstall from a Software Package\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nIf you don't have the pip tool, you can also install ``aliyuncli`` from an Aliyun supplied software package.\n\nAliyuncli supports several operating systems with the package:\n\n* Windows\n* Linux\n* Mac OS.\n\nYou can find the software package for a free download at the following link http://market.aliyun.com/products/53690006/cmgj000314.html?spm=5176.900004.4.2.esAaC2\n\nThe package contains three install packages: \n\n* ``cli.tar.gz`` is for Linux and Mac OS \n* ``AliyunCLI_x86`` is for Windows 32 bit OS \n* ``AliyunCLI_x64`` is for Windows 64 bit OS\n\nWindows\n^^^^^^^\n\n1. Find ``AliyunCLI.msi`` and double click the msi. You will go into the installation guide.\n2. Click the \u201cnext\u201d button and choose your desired path and confirm\n3. Finish the install\n\nLinux and Mac OS\n^^^^^^^^^^^^^^^^\n\nInstall as follows:\n::\n\n $ tar -zxvf cli.tar.gz\n $ cd cli\n $ sudo sh install.sh\n\nCheck the aliyuncli Installation\n--------------------------------\n\nConfirm that ``aliyuncli`` installed correctly by viewing the help file:\n::\n\n\t$ aliyuncli help\n\nor \n\n::\n\n\t$ aliyuncli\n\nHow to Install the Aliyun Python SDK\n------------------------------------\n\n``aliyuncli`` requires the Aliyun Python SDK 2.0. \nYou should install the SDK after you install ``aliyuncli``, otherwise you can not access the Aliyun service.\n\nInstall SDK Using pip\n^^^^^^^^^^^^^^^^^^^^^\nThe Aliyun Python SDK can only be installed by pip. \n\nSince each Aliyun service has their own SDK, \nyou can install a required SDK individually with no need install all of them.\n\nFor example, if you need only the ECS SDK, you can install only it as follows:\n::\n\n $ sudo pip install aliyun-python-sdk-ecs\n\nIf you need only the RDS SDK:\n::\n\n $ sudo pip install aliyun-python-sdk-rds\n\nFor SLB:\n::\n\n $ sudo pip install aliyun-python-sdk-slb\n\nSDK List\n^^^^^^^^\n\n+--------------+--------------------------------+\n| Product | SDK |\n+==============+================================+\n| BatchCompute | aliyun-python-sdk-batchcompute |\n+--------------+--------------------------------+\n| Bsn | aliyun-python-sdk-bsn |\n+--------------+--------------------------------+\n| Bss | aliyun-python-sdk-bss |\n+--------------+--------------------------------+\n| Cms | aliyun-python-sdk-cms |\n+--------------+--------------------------------+\n| Crm | aliyun-python-sdk-crm |\n+--------------+--------------------------------+\n| Drds | aliyun-python-sdk-drds |\n+--------------+--------------------------------+\n| Ecs | aliyun-python-sdk-ecs |\n+--------------+--------------------------------+\n| Ess | aliyun-python-sdk-ess |\n+--------------+--------------------------------+\n| Ft | aliyun-python-sdk-ft |\n+--------------+--------------------------------+\n| Ocs | aliyun-python-sdk-ocs |\n+--------------+--------------------------------+\n| Oms | aliyun-python-sdk-oms |\n+--------------+--------------------------------+\n| OssAdmin | aliyun-python-sdk-ossadmin |\n+--------------+--------------------------------+\n| Ram | aliyun-python-sdk-ram |\n+--------------+--------------------------------+\n| Ocs | aliyun-python-sdk-ocs |\n+--------------+--------------------------------+\n| Rds | aliyun-python-sdk-rds |\n+--------------+--------------------------------+\n| Risk | aliyun-python-sdk-risk |\n+--------------+--------------------------------+\n| R-kvstore | aliyun-python-r-kvstore |\n+--------------+--------------------------------+\n| Slb | aliyun-python-sdk-slb |\n+--------------+--------------------------------+\n| Ubsms | aliyun-python-sdk-ubsms |\n+--------------+--------------------------------+\n| Yundun | aliyun-python-sdk-yundun |\n+--------------+--------------------------------+\n\n\nInstall SDK on no network environment\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n1. Find an internet accessible computer, access the Python Package Index page https://pypi.python.org.\n\n2. Search SDK package name which listed in the above paragraph \u201cSDK List\" and download the file (tar.gz compressed file)\n\n3. Download aliyun-python-sdk-core file (a tar.gz compressed file) from https://pypi.python.org/pypi/aliyun-python-sdk-core/\n\n4. Unzip the aliyun-python-sdk-core file and previously downloaded SDK file. \n\n5. Copy these unzipped folders to your aliyuncli installed environment.\n\n6. Open your terminal on your aliyuncli installed environment and go to these folders then execute \"pip install .\" command. ( aliyun-python-sdk-core at first then other SDK )\n\n\nInstall Python Environment\n^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``aliyuncli`` must run under Python. \n\nIf you don\u2019t have Python installed, install version 2.6 or 2.7 using one of the following methods. Version 3 is not supported at this time.\n\nOn Windows or OS X, download the Python package for your operating system from python.org and run the installer.\n\nOn Linux, OS X, or Unix, install Python using your distribution's package manager.\n\nHow to Configure aliyuncli\n-----------------------------\nBefore using ``aliyuncli`` you should create a AccessKey from your console. After login the Aliyun console you can click the like as follows: \n\n\n\nThen you can create the access key and access secret.\n\nConfigure the aliyuncli\n-----------------------\n\nAfter creating the access key and access secret, you may configure aliyuncli:\n::\n\n\t$ aliyuncli configure\n\tAliyun Access Key ID [None]: \n\tAliyun Access Key Secret [None]: \n\tDefault Region Id [None]: cn-hangzhou\n\tDefault output format [None]: table\n\nAccess key and access secret are certificates invoking the Aliyun open API. \nRegion id is the region area of Aliyun ECS. \nOutput format choices are \n\n* table\n* JSON\n* text.\n\nTable format sample:\n::\n\n \n\nJSON format sample:\n::\n\n \n\nText format sample:\n::\n\n \n\nHow to Use aliyuncli\n-----------------------\n\nAn ``aliyuncli`` command has four parts:\n\n* Name of the tool \u201caliyuncli\u201d\n* Service name, such as: ecs, rds, slb, ots\n* Available operations for each service\n* List of keys and values, with possible multiple keys and values. The values can be number, string, or JSON format. \n\nHere are some examples:\n::\n\n $ aliyuncli rds DescribeDBInstances --PageSize 50\n $ aliyuncli ecs DescribeRegions\n $ aliyuncli rds DescribeDBInstanceAttribute --DBInstanceId xxxxxx\n\nAdditional Usage Information\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n::\n\n --filter\n\n``aliyuncli`` supports a filter function. When any API is called, the data returned is JSON formatted by default. \nThe filter function can help the user manipulate the JSON formatted data more easily. \n\nHere are some examples:\n::\n\n\t$ aliyuncli ecs DescribeRegions --output json --filter Regions.Region[0]\n\t{\n\t\t\"LocalName\":\"\\u6df1\\u5733\"\n\t\t\"RegionId\": \"cn-shenzhen\"\n\t}\n\t$ aliyuncli ecs DescribeRegions --output json --filter Regions.Region[*].RegionId\n\t[\n \t\"cn-shenzhen\", \n \t\"cn-qingdao\", \n \t\"cn-beijing\", \n \t\"cn-hongkong\", \n \t\"cn-hangzhou\", \n \t\"us-west-1\"\n\t]\n\t$ aliyuncli ecs DescribeRegions --output json --filter Regions.Region[3].RegionId\n\t\"cn-hongkong\"\n\nCommand Completion\n---------------------\n\nOn Unix-like systems, the ``aliyuncli`` includes a command-completion feature \nthat enables you to use the ``TAB`` key to complete a partially typed command. \nThis feature is not automatically installed, so you need to configure it manually.\n\nConfiguring command completion requires two pieces of information:\n\n* the name of the shell you are using\n* the location of ``aliyun_completer`` script.\n\nCheck Your Shell\n^^^^^^^^^^^^^^^^\n\nCurrently ``aliyuncli`` supports these shells: \n\n* bash\n* zsh. \n\n1. To find the ``aliyun_completer``, you can use:\n::\n\n $ which aliyun_completer\n /usr/local/bin/aliyun_completer\n\n2. To enable command completion:\n\nbash - use the build-in command complete:\n::\n\n $ complete -C \u2018/usr/local/bin/aliyun_completer\u2019 aliyuncli\n\nzsh - source bin/aliyun_zsh_completer.sh\n::\n\n % source /usr/local/bin/aliyun_zsh_completer.sh\n\nTest Command Completion\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n::\n\n\t$ aliyuncli s\n\tecs rds slb\n\nThe services display the SDK(s) you installed. \n\nFinally, to ensure that completion continues to work after a reboot, \nadd a configuration command to enable command completion to your shell profile.\n::\n\n\t$ vim ~/.bash_profile\n\nAdd ``complete -C \u2018/usr/local/bin/aliyun_completer\u2019 aliyuncli`` at the end of the file.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://docs.aliyun.com/?spm=5176.1829009.1002.1.LxlLfS#/pub/aliyun-command-line-interface", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "aliyuncli", "package_url": "https://pypi.org/project/aliyuncli/", "platform": "unix", "project_url": "https://pypi.org/project/aliyuncli/", "project_urls": { "Homepage": "http://docs.aliyun.com/?spm=5176.1829009.1002.1.LxlLfS#/pub/aliyun-command-line-interface" }, "release_url": "https://pypi.org/project/aliyuncli/2.1.9/", "requires_dist": [ "colorama (<=0.3.3,>=0.2.5)", "jmespath (>=0.7.0,<=0.7.1)" ], "requires_python": "", "summary": "Universal Command Line Environment for aliyun", "version": "2.1.9" }, "last_serial": 2931452, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "c08a281ce764bf8f643154a604c3ae0d", "sha256": "245b344cd8136729d36593d222b77c09cf51e17475ea61f99ad66d5aba824693" }, "downloads": -1, "filename": "aliyuncli-0.9.0.tar.gz", "has_sig": false, "md5_digest": "c08a281ce764bf8f643154a604c3ae0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45959, "upload_time": "2015-06-24T14:15:31", "url": "https://files.pythonhosted.org/packages/75/a0/5408a0de1852ae29d43d4facf4139af702e03ca770b99cdb2e0745aede95/aliyuncli-0.9.0.tar.gz" } ], "1.0.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6c3cbfbb865fdf39db7c859545f5fe05", "sha256": "b7703223e90a0dee80aaf9bef47afc79f78e0a7799fe05bd16929c05d0f5cb5b" }, "downloads": -1, "filename": "aliyuncli-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6c3cbfbb865fdf39db7c859545f5fe05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56216, "upload_time": "2015-07-28T02:58:27", "url": "https://files.pythonhosted.org/packages/02/10/a1dceabc5bab279472f5978aae0aabd5d0bf8bdda3fb929b8ae4ce608ad0/aliyuncli-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "959e6c4f70561d0ad651ee8eb8694b41", "sha256": "f93da9c9d473d5afcada0e45a6e2e7b28ab3821530d42c92a0042ca25869174a" }, "downloads": -1, "filename": "aliyuncli-1.0.2.tar.gz", "has_sig": false, "md5_digest": "959e6c4f70561d0ad651ee8eb8694b41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56225, "upload_time": "2015-07-28T11:41:55", "url": "https://files.pythonhosted.org/packages/fb/b8/303ecb86431f0ffce99adfd35ea447773c92e077a081495b10ac8908ee9a/aliyuncli-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "cdab0fb43774c74580a214f013db0263", "sha256": "e61f41617cc072031cc25efa3cfc09099c5417473b6c79ee5b3645445f43e9db" }, "downloads": -1, "filename": "aliyuncli-1.0.3.tar.gz", "has_sig": false, "md5_digest": "cdab0fb43774c74580a214f013db0263", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56248, "upload_time": "2015-07-30T02:17:18", "url": "https://files.pythonhosted.org/packages/7e/73/7e3deb751ec5695987fe670de2d0e83ba81fa6ebfd2a233368b2200dd0cb/aliyuncli-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "e2c42a7fa539be5c53a641af9c8a374a", "sha256": "49d71101407a6ded539effe34a4dfd28b7df6ae611c7cb876b841078df06f9b4" }, "downloads": -1, "filename": "aliyuncli-1.0.4.tar.gz", "has_sig": false, "md5_digest": "e2c42a7fa539be5c53a641af9c8a374a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56259, "upload_time": "2015-07-30T09:41:40", "url": "https://files.pythonhosted.org/packages/9c/49/daeac1c069452628fda422250862aaa2876d50f4e384265aba8e7838b0de/aliyuncli-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "e6bf2c3456be59309d7d0c235aa17b4a", "sha256": "9221822185b870c741ed952503cec508606dd92c00fb5e2c7de75d14c3f53357" }, "downloads": -1, "filename": "aliyuncli-1.0.5.tar.gz", "has_sig": false, "md5_digest": "e6bf2c3456be59309d7d0c235aa17b4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56260, "upload_time": "2015-07-31T06:46:08", "url": "https://files.pythonhosted.org/packages/7e/91/58a1b199578b3ea100979aa1b8061411a5e83922d66f4621ff2b050d0169/aliyuncli-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "15e0ba628919d70b38c7a5b164b76a1e", "sha256": "c287e9546a45a2ccdc43f74aab6fe2719f261724df92b61b41058721397104e3" }, "downloads": -1, "filename": "aliyuncli-1.0.6.tar.gz", "has_sig": false, "md5_digest": "15e0ba628919d70b38c7a5b164b76a1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56541, "upload_time": "2015-08-06T08:41:41", "url": "https://files.pythonhosted.org/packages/c6/e9/0710b2694fdf10c552fccd144744b254d0ccfc0506105ae924462c027d85/aliyuncli-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "a65f60f8d60cd0ea8036143cc2cf2177", "sha256": "6b7a4dfe090015a5ceb235d862eb771856f0e9897b29538dd45b9141c26f7b2f" }, "downloads": -1, "filename": "aliyuncli-1.0.7.tar.gz", "has_sig": false, "md5_digest": "a65f60f8d60cd0ea8036143cc2cf2177", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56539, "upload_time": "2015-08-06T09:01:34", "url": "https://files.pythonhosted.org/packages/0d/68/318e935e2fe81d89de94ad18dfad7ef3bba0ce97769893919bf3bfb21df6/aliyuncli-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "74fe3651bfb5a8f2c0d87793dc4d2aa0", "sha256": "8698c62f9baa3f5500384959e657b14921ba1a09e4ae64d4d0b639f4b9885307" }, "downloads": -1, "filename": "aliyuncli-1.0.8.tar.gz", "has_sig": false, "md5_digest": "74fe3651bfb5a8f2c0d87793dc4d2aa0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56973, "upload_time": "2015-08-13T09:00:32", "url": "https://files.pythonhosted.org/packages/df/9f/82a0be0cb574c438c0204d7d91efd32533b230d80cc05e81ed1eae419407/aliyuncli-1.0.8.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "b7eca72bbfba69838c169b90410f5bcb", "sha256": "0f6617d7595742127d3e1f7d9b7511b2fe315f78e73e453d5d7757e48309b20d" }, "downloads": -1, "filename": "aliyuncli-2.0.0.tar.gz", "has_sig": false, "md5_digest": "b7eca72bbfba69838c169b90410f5bcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73086, "upload_time": "2015-08-27T02:21:59", "url": "https://files.pythonhosted.org/packages/f5/37/9b46a9bada7eb55694f076922cd5150f27875c72f49802cf61df6e357a59/aliyuncli-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "2a1f02ff15cbdd5450c3994ec8365457", "sha256": "81a70d307be57d8da73361a915af617ecb8c1f747df888b27aa41d73347efb01" }, "downloads": -1, "filename": "aliyuncli-2.0.1.tar.gz", "has_sig": false, "md5_digest": "2a1f02ff15cbdd5450c3994ec8365457", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73102, "upload_time": "2015-08-27T02:45:15", "url": "https://files.pythonhosted.org/packages/44/f4/8f915006630016e70fd7cdeac5a6e7a80534801ebb92e6044fde5e13b92e/aliyuncli-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "478635a9283176cddad4dad57a95b310", "sha256": "8f01e6b511fd70e30cd4f7e0ab8aaaa877efb8f0cde4d489452c8ea77f7e35dc" }, "downloads": -1, "filename": "aliyuncli-2.0.2.tar.gz", "has_sig": false, "md5_digest": "478635a9283176cddad4dad57a95b310", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73103, "upload_time": "2015-09-09T08:00:20", "url": "https://files.pythonhosted.org/packages/12/3c/4d06d7c3263d264cb478369a5723fcdc940a1857c503c19d34f88608179a/aliyuncli-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "99bb36ff07b5d4080f2bb6980f805fc4", "sha256": "7acdf799d6c76b35d6043fbaa480af0471a9d71bdd2ea72c2277581caee29f44" }, "downloads": -1, "filename": "aliyuncli-2.0.3.tar.gz", "has_sig": false, "md5_digest": "99bb36ff07b5d4080f2bb6980f805fc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73120, "upload_time": "2015-09-23T03:10:23", "url": "https://files.pythonhosted.org/packages/bb/72/e66c389e6ce3d8fbc1197f04841d2fdd2d07f35fc147c9f7b07d97b69de2/aliyuncli-2.0.3.tar.gz" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "7557de1294e76a04d98b5b8b0f6867de", "sha256": "043e170284634b082e624c601ef5a0870b39ee0fbead3a455e08f63797235ee8" }, "downloads": -1, "filename": "aliyuncli-2.0.4.tar.gz", "has_sig": false, "md5_digest": "7557de1294e76a04d98b5b8b0f6867de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73572, "upload_time": "2015-09-24T07:36:36", "url": "https://files.pythonhosted.org/packages/b3/cc/511f7dda40128160809d9f8afdf847f3991afe7c4b38905b424ad762bfb5/aliyuncli-2.0.4.tar.gz" } ], "2.0.6": [ { "comment_text": "", "digests": { "md5": "553dbc2a4ff3bfb4d96e986bd79dac2a", "sha256": "ba7eed54abb853d93cebbb68e611d35299aa580858c857135ee20074b065cc67" }, "downloads": -1, "filename": "aliyuncli-2.0.6.tar.gz", "has_sig": false, "md5_digest": "553dbc2a4ff3bfb4d96e986bd79dac2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77993, "upload_time": "2015-10-29T02:25:32", "url": "https://files.pythonhosted.org/packages/31/b1/f8c8b1a5db45459722b7277220420c8ca70f53d72fede14f8551153b540e/aliyuncli-2.0.6.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "f38bb860b49051e3580d08d496ca7dd3", "sha256": "9e27db11ab99115a827cbee37bb855aac5facf5b82536a01891eae150dd99670" }, "downloads": -1, "filename": "aliyuncli-2.1.1.tar.gz", "has_sig": false, "md5_digest": "f38bb860b49051e3580d08d496ca7dd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59620, "upload_time": "2015-12-08T10:03:06", "url": "https://files.pythonhosted.org/packages/f4/74/473ad00de42efd4f75d906e5d950f4a7ef1ff370172b03ca312686d42484/aliyuncli-2.1.1.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "03b30c0539ce6e7c7c8492f3d2920621", "sha256": "2e388f5036b8ca20278052ef0e3052ba7db8e34702db104d87d551ce3f238046" }, "downloads": -1, "filename": "aliyuncli-2.1.2.tar.gz", "has_sig": false, "md5_digest": "03b30c0539ce6e7c7c8492f3d2920621", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59629, "upload_time": "2015-12-09T03:24:24", "url": "https://files.pythonhosted.org/packages/dc/86/ad6a8992815792fd5beb43e8709625b4636afc20c98d9f8642455f0e7bdc/aliyuncli-2.1.2.tar.gz" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "a8edc489fb77f168d3a2a317bd3aa9ef", "sha256": "adc614fd46081235d2d70c90dfaff56e555314926864b844ef627624114de645" }, "downloads": -1, "filename": "aliyuncli-2.1.3.zip", "has_sig": false, "md5_digest": "a8edc489fb77f168d3a2a317bd3aa9ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88532, "upload_time": "2016-10-09T01:55:45", "url": "https://files.pythonhosted.org/packages/08/d9/c5366658735dbfe456e8b36014bd00ddc3fd7d47f8e3a04b6f24c6deceef/aliyuncli-2.1.3.zip" } ], "2.1.4": [ { "comment_text": "", "digests": { "md5": "5ecdba1cc0f0de61b1a3cf5cea2dc021", "sha256": "ecb5fec84e592e6481a9e0ced714e59f574f8aa0e87a7aed15564f0c9c40ed79" }, "downloads": -1, "filename": "aliyuncli-2.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5ecdba1cc0f0de61b1a3cf5cea2dc021", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 84871, "upload_time": "2017-02-24T09:38:51", "url": "https://files.pythonhosted.org/packages/05/48/b7ba2b86f29a1d3ec588c0821d27cf35ca0dc05b0c6b245734c4a933605b/aliyuncli-2.1.4-py2.py3-none-any.whl" } ], "2.1.5": [ { "comment_text": "", "digests": { "md5": "99c3aa7d3a2c7b2ceef56f37082f59a8", "sha256": "df3314c69e86d45a00038b733e8c8fd1c9f85bb82231276da85fcffd9b5d40c5" }, "downloads": -1, "filename": "aliyuncli-2.1.5-py2-none-any.whl", "has_sig": false, "md5_digest": "99c3aa7d3a2c7b2ceef56f37082f59a8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 84976, "upload_time": "2017-04-14T07:39:36", "url": "https://files.pythonhosted.org/packages/20/f2/5fd51320eeb9cf4f0ec3ac99bbdc57a15d85e9ffc8a09d2f71a374f81a18/aliyuncli-2.1.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "94ca833f3ca94c2db37bc18992834bd9", "sha256": "d6025b2742aa5a849ece74a081d6b5d3e8a511e761195ccef5390484034866d4" }, "downloads": -1, "filename": "aliyuncli-2.1.5.tar.gz", "has_sig": false, "md5_digest": "94ca833f3ca94c2db37bc18992834bd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60834, "upload_time": "2017-04-14T07:39:42", "url": "https://files.pythonhosted.org/packages/f2/38/a44b5a5d7a33e258113eb88de865c36f14c4d034d17b57ade7dffadab919/aliyuncli-2.1.5.tar.gz" } ], "2.1.6": [ { "comment_text": "", "digests": { "md5": "729e710a47cd93186a21d473def537dc", "sha256": "1ea916c8a4c44aad41e4f648c56d0065b4009eb1ec2632423701212bb7521034" }, "downloads": -1, "filename": "aliyuncli-2.1.6-py2-none-any.whl", "has_sig": false, "md5_digest": "729e710a47cd93186a21d473def537dc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 85088, "upload_time": "2017-04-26T09:45:42", "url": "https://files.pythonhosted.org/packages/cb/27/e9bba60a71f214d76fc6581782aeaf04be0969f0a3f63dc993b3179b1362/aliyuncli-2.1.6-py2-none-any.whl" } ], "2.1.7": [ { "comment_text": "", "digests": { "md5": "eb02c96d51cdd360de8e18d10d61f822", "sha256": "eaa7f41ceacafe792eb4f2551febb27e78c741f27dc4cdb42f84b5c9aac28993" }, "downloads": -1, "filename": "aliyuncli-2.1.7-py2-none-any.whl", "has_sig": false, "md5_digest": "eb02c96d51cdd360de8e18d10d61f822", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 68693, "upload_time": "2017-05-31T08:28:06", "url": "https://files.pythonhosted.org/packages/42/1d/17ed48a9f8014ad0be3d34a011086ff0d482e7b71a55c6fc123857488a1b/aliyuncli-2.1.7-py2-none-any.whl" } ], "2.1.8": [ { "comment_text": "", "digests": { "md5": "b1c8a5cd4d64d1d8b99f40ba5ace18e0", "sha256": "490fc0d5461c49d45d33f4df714f5cf46a5a7325262829f95c7965fb2920e16a" }, "downloads": -1, "filename": "aliyuncli-2.1.8-py2-none-any.whl", "has_sig": false, "md5_digest": "b1c8a5cd4d64d1d8b99f40ba5ace18e0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 69257, "upload_time": "2017-06-07T08:08:57", "url": "https://files.pythonhosted.org/packages/fc/57/78db8095cd295a8bc08aba95ae0cf0600a0ad08bb66039934d2021f7af86/aliyuncli-2.1.8-py2-none-any.whl" } ], "2.1.9": [ { "comment_text": "", "digests": { "md5": "10ac311a10685ed3cbc90a14a75a388e", "sha256": "7708539bcf19b4cfa22390d408db67b61b2eb82b1121df685208dc365abb2229" }, "downloads": -1, "filename": "aliyuncli-2.1.9-py2-none-any.whl", "has_sig": false, "md5_digest": "10ac311a10685ed3cbc90a14a75a388e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 69264, "upload_time": "2017-06-07T08:13:40", "url": "https://files.pythonhosted.org/packages/f1/6c/ecb0313299cc8f886b75d4a117c6ead329ec89562fb1b82e1c6f083d3c5a/aliyuncli-2.1.9-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10ac311a10685ed3cbc90a14a75a388e", "sha256": "7708539bcf19b4cfa22390d408db67b61b2eb82b1121df685208dc365abb2229" }, "downloads": -1, "filename": "aliyuncli-2.1.9-py2-none-any.whl", "has_sig": false, "md5_digest": "10ac311a10685ed3cbc90a14a75a388e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 69264, "upload_time": "2017-06-07T08:13:40", "url": "https://files.pythonhosted.org/packages/f1/6c/ecb0313299cc8f886b75d4a117c6ead329ec89562fb1b82e1c6f083d3c5a/aliyuncli-2.1.9-py2-none-any.whl" } ] }