{ "info": { "author": "Cloudsmith Ltd", "author_email": "support@cloudsmith.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Internet", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "Cloudsmith Command Line Interface (CLI)\n=======================================\n\n|Latest Version @ Cloudsmith| |Python Versions| |PyPI Version|\n|CircleCI| |Maintainability| |Test Coverage| |Code style: black|\n\nThe `Cloudsmith `__ Command Line Interface (CLI)\nis a Py2/Py3 text-based interface to the\n`API `__. This allows users, machines and\nother services to access and integrate smoothly with Cloudsmith without\nrequiring explicit plugins or tools. Be awesome. `Automate\nEverything `__.\n\nThe following (very out of date) GIF demonstrates a small slice of the\nCLI - `View the full video on YouTube `__:\n\n|CLI Demonstration|\n\nYou can also read our `blog\narticle `__\nthat introduced the first version of the CLI and the Cloudsmith RESTful\nAPI.\n\nChangelog\n---------\n\nPlease see the\n`changelog `__\nfor the list of changes by version. The current version is displayed in\nthe PyPi badge at the top.\n\nFeatures\n--------\n\nThe CLI currently supports the following commands (and sub-commands):\n\n- ``check``: Check rate limits and service status.\n- ``copy``\\ \\|\\ ``cp``: Copy a package to another repository.\n- ``delete``\\ \\|\\ ``rm``: Delete a package from a repository.\n- ``docs``: Launch the help website in your browser.\n- ``entitlements``\\ \\|\\ ``ents``: Manage the entitlements for a\n repository.\n- ``create``\\ \\|\\ ``new``: Create a new entitlement in a repository.\n- ``delete``\\ \\|\\ ``rm``: Delete an entitlement from a repository.\n- ``list``\\ \\|\\ ``ls``: List entitlements for a repository.\n- ``refresh``: Refresh an entitlement in a repository.\n- ``sync``: Sync entitlements from another repository.\n- ``update``\\ \\|\\ ``set``: Update (patch) a entitlement in a\n repository.\n- ``help``: Display the delightful help message and exit.\n- ``list``\\ \\|\\ ``ls``: List distros, packages, repos and entitlements.\n- ``distros``: List available distributions.\n- ``entitlements``: List entitlements for a repository.\n- ``packages``: List packages for a repository.\n- ``repos``: List repositories for a namespace (owner).\n- ``login``\\ \\|\\ ``token``: Retrieve your API authentication token/key\n via login.\n- ``move``\\ \\|\\ ``mv``: Move (promote) a package to another repo.\n- ``push``\\ \\|\\ ``upload``: Push (upload) a new package to a\n repository.\n- ``alpine``: Push (upload) a new Alpine package upstream.\n- ``cargo``: Push (upload) a new Cargo package upstream.\n- ``composer``: Push (upload) a new Composer package upstream.\n- ``cran``: Push (upload) a new R/CRAN package upstream.\n- ``deb``: Push (upload) a new Debian package upstream.\n- ``docker``: Push (upload) a new Docker image upstream.\n- ``go``: Push (upload) a new Go module upstream.\n- ``helm``: Push (upload) a new Helm package upstream.\n- ``luarocks``: Push (upload) a new Lua module upstream.\n- ``maven``: Push (upload) a new Maven package upstream.\n- ``npm``: Push (upload) a new Npm package upstream.\n- ``nuget``: Push (upload) a new NuGet package upstream.\n- ``python``: Push (upload) a new Python package upstream.\n- ``raw``: Push (upload) a new Raw package upstream.\n- ``rpm``: Push (upload) a new RedHat package upstream.\n- ``ruby``: Push (upload) a new Ruby package upstream.\n- ``vagrant``: Push (upload) a new Vagrant package upstream.\n- ``resync``: Resynchronise a package in a repository.\n- ``status``: Get the synchronisation status for a package.\n- ``whoami``: Retrieve your current authentication status.\n\nInstallation\n------------\n\nYou can install the latest CLI application from:\n\n- `Official CLI Repository @\n PyPi `__\n- `Official CLI Repository @\n Cloudsmith `__\n\nThe simplest way is to use ``pip``, such as:\n\n::\n\n pip install --upgrade cloudsmith-cli\n\nOr you can get the latest pre-release version from Cloudsmith:\n\n::\n\n pip install --upgrade cloudsmith-cli --extra-index-url=https://dl.cloudsmith.io/public/cloudsmith/cli/python/index/\n\nConfiguration\n-------------\n\nThere are two configuration files used by the CLI:\n\n- ``config.ini``: For non-credentials configuration.\n- ``credentials.ini``: For credentials (authentication) configuration.\n\nBy default, the CLI will look for these in the following locations:\n\n- The current working directory.\n- A directory called ``cloudsmith`` in the OS-defined application\n directory. For example:\n- Linux:\n\n - ``$HOME/.config/cloudsmith``\n - ``$HOME/.cloudsmith``\n\n- Mac OS:\n\n - ``$HOME/Library/Application Support/cloudsmith``\n - ``$HOME/.cloudsmith``\n\n- Windows:\n\n - ``C:\\Users\\\\AppData\\Local\\cloudsmith`` (Win7+, not roaming)\n - ``C:\\Users\\\\AppData\\Roaming\\cloudsmith`` (Win7+, roaming)\n - ``C:\\Documents and Settings\\\\Application Data\\cloudsmith``\n (WinXP, not roaming)\n - ``C:\\Documents and Settings\\\\Local Settings\\Application Data\\cloudsmith``\n (WinXP, roaming)\n\nBoth configuration files use the simple INI format, such as:\n\n::\n\n [default]\n api_key=1234567890abcdef1234567890abcdef\n\nNon-Credentials (config.ini)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nSee the `default\nconfig `__\nin GitHub:\n\nYou can specify the following configuration options:\n\n- ``api_host``: The API host to connect to.\n- ``api_proxy``: The API proxy to connect through.\n- ``api_ssl_verify``: Whether or not to use SSL verification for\n requests.\n- ``api_user_agent``: The user agent to use for requests.\n\nCredentials (credentials.ini)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nSee the `default\nconfig `__\nin GitHub:\n\nYou can specify the following configuration options:\n\n- ``api_key``: The API key for authenticating with the API.\n\nGetting Your API Key\n~~~~~~~~~~~~~~~~~~~~\n\nYou'll need to provide authentication to Cloudsmith for any CLI actions\nthat result in accessing private data or making changes to resources\n(such as pushing a new package to a repository)..\n\nWith the CLI this is simple to do. You can retrieve your API key using\nthe ``cloudsmith login`` command:\n\n::\n\n cloudsmith login\n Login: you@example.com\n Password:\n Repeat for confirmation:\n\n*Note:* Please ensure you use your email for the 'Login' prompt and not\nyour user slug/identifier.\n\nThe resulting output looks something like:\n\n::\n\n Retrieving API token for 'you@example.com' ... OK\n Your API token is: 1234567890abcdef1234567890abcdef\n\nOnce you have your API key you can then put this into your\n``credentials.ini``, use it as an environment variable\n``export CLOUDSMITH_API_KEY=your_key_here`` or pass it to the CLI using\nthe ``-k your_key_here`` flag.\n\nFor convenience the CLI will ask you if you want to install the default\nconfiguration files, complete with your API key, if they don't already\nexist. Say 'y' or 'yes' to create the configuration files.\n\nIf the configuration files already exist, you'll have to manually put\nthe API key into the configuration files, but the CLI will print out\ntheir locations.\n\nExamples\n--------\n\n**Note:** All of the examples in this section are uploading to the\n**your-account** user and the **test** repository. Please replace these\nwith your own user/org and repository names.\n\nUpload an Alpine Package\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **libjq-1.0.3.apk**, representing\n**libjq 1.0.3**, for the **Alpine v3.8** distribution (which has a\ncloudsmith identifier of **alpine/v3.8**):\n\n::\n\n cloudsmith push alpine your-account/your-repo/alpine/v3.8 libjq-1.0.3.apk\n\nUpload a Cargo Package\n~~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **your-package.crate**,\nrepresenting **your-package**, for **Cargo**:\n\n::\n\n cloudsmith push cargo your-account/your-repo your-package.crate\n\nUpload a Composer Package\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **your-package.phar**, representing\n**your-package**, for **Composer**:\n\n::\n\n cloudsmith push composer your-account/your-repo your-package.phar\n\nUpload an R/CRAN Package\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **your-package\\_0.1.0.tar.gz**,\nrepresenting **your-package 0.1.0**, for **R/CRAN**:\n\n::\n\n cloudsmith push cran your-account/your-repo your-package_0.1.0.tar.gz\n\nUpload a Debian Package\n~~~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **libxml2-2.9.4-2.x86\\_64.deb**,\nrepresenting **libxml 2.9.4**, for the **Ubuntu 16.04** distribution\n(which has a cloudsmith identifier of **ubuntu/xenial**):\n\n::\n\n cloudsmith push deb your-account/your-repo/ubuntu/xenial libxml2-2.9.4-2.x86_64.deb\n\nUpload a Docker Image\n~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **your-image.docker**, representing\n**your-image**, for **Docker**:\n\n::\n\n cloudsmith push docker your-account/your-repo your-image.docker\n\nUpload a Go Module\n~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **v1.0.0.zip**, representing\n**your-package** **1.0.0**, for **Go**:\n\n::\n\n cloudsmith push go your-account/your-repo v1.0.0.zip\n\nUpload a Helm Package\n~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **your-package-1.0.0.tgz**,\nrepresenting **your-package** **1.0.0**, for **Helm**:\n\n::\n\n cloudsmith push helm your-account/your-repo your-package-1.0.0.tgz\n\nUpload a LuaRocks Module\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **your-module-1.0.0-1.src.rock**,\nrepresenting **your-module**, for **LuaRocks**:\n\n::\n\n cloudsmith push luarocks your-account/your-repo your-module-1.0.0-1.src.rock\n\nUpload a Maven Package\n~~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **validation-api-1.0.0.GA.jar**,\nrepresenting **validation-api 1.0.0**, for **Maven/Java**:\n\n::\n\n cloudsmith push maven your-account/your-repo validation-api-1.0.0.GA.jar --pom-file=validation-api-1.0.0.GA.pom\n\nUpload a Npm Package\n~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **cloudsmithjs-1.0.0.tgz**,\nrepresenting \\*\\*cloudsmith-js 1.0.0\\*, for **Npm**:\n\n::\n\n cloudsmith push npm your-account/your-repo cloudsmithjs-1.0.0.tgz\n\nUpload a Npm Package\n~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **your-package-1.0.0.nupkg**,\nrepresenting \\*\\*your-package 1.0.0\\*, for **NuGet**:\n\n::\n\n cloudsmith push nuget your-account/your-repo your-package-1.0.0.nupkg\n\nUpload a Python Package\n~~~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename\n**boto3-1.4.4.py2.p3-none-any.whl**, representing **boto3 1.4.4**, for\n**Python 2/3**:\n\n::\n\n cloudsmith push python your-account/your-repo boto3-1.4.4.py2.p3-none-any.whl\n\nUpload a Raw Package\n~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **assets.zip**, representing\n**packaged assets**:\n\n::\n\n cloudsmith push raw your-account/your-repo assets.zip\n\nUpload a RedHat Package\n~~~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename\n**libxml2-2.9.4-2.el5.x86\\_64.rpm**, representing **libxml 2.9.4**, for\nthe **RedHat Enterprise 5.0** distribution (which has a cloudsmith\nidentifier of **el/5**):\n\n::\n\n cloudsmith push rpm your-account/your-repo/el/5 libxml2-2.9.4-2.el5.x86_64.rpm\n\nUpload a Ruby Package\n~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **safe\\_yaml-1.0.4.gem**,\nrepresenting **safe\\_yaml 1.0.4**, for **Ruby 2.3+**:\n\n::\n\n cloudsmith push ruby your-account/your-repo safe_yaml-1.0.4.gem\n\nUpload a Vagrant Package\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nAssuming you have a package filename **awesome.box**, representing a\nVagrant image for the **Awesome OS** (fictional, probably):\n\n::\n\n cloudsmith push vagrant your-account/your-repo awesome.box --provider virtualbox\n\nContributing\n------------\n\nYes! Please do contribute, this is why we love open source. Please see\n`CONTRIBUTING `__\nfor contribution guidelines when making code changes or raising issues\nfor bug reports, ideas, discussions and/or questions (i.e. help\nrequired).\n\nLicense\n-------\n\nCopyright 2018 Cloudsmith Ltd\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may\nnot use this file except in compliance with the License.\n\n::\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nEOF\n---\n\nThis quality product was brought to you by\n`Cloudsmith `__ and the `fine folks who have\ncontributed `__.\n\n.. |Latest Version @ Cloudsmith| image:: https://api-prd.cloudsmith.io/badges/version/cloudsmith/cli/python/cloudsmith-cli/latest/xf=bdist_wheel;xn=cloudsmith-cli;xv=py2.py3/?render=true\n :target: https://cloudsmith.io/~cloudsmith/repos/cli/packages/detail/python/cloudsmith-cli/latest/xf=bdist_wheel;xn=cloudsmith-cli;xv=py2.py3/\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/cloudsmith-cli.svg\n :target: https://pypi.python.org/pypi/cloudsmith-cli\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/cloudsmith-cli.svg\n :target: https://pypi.python.org/pypi/cloudsmith-cli\n.. |CircleCI| image:: https://circleci.com/gh/cloudsmith-io/cloudsmith-cli.svg?style=svg\n :target: https://circleci.com/gh/cloudsmith-io/cloudsmith-cli\n.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/c4ce2988b461d7b31cd5/maintainability\n :target: https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/maintainability\n.. |Test Coverage| image:: https://api.codeclimate.com/v1/badges/c4ce2988b461d7b31cd5/test_coverage\n :target: https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/test_coverage\n.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/ambv/black\n.. |CLI Demonstration| image:: https://user-images.githubusercontent.com/2248287/33522274-c88416be-d7e0-11e7-86ab-518c53d6bf61.gif\n :target: https://youtu.be/8nlstYU9J5M\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cloudsmith-io/cloudsmith-cli", "keywords": "cloudsmith,cli,devops", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "cloudsmith-cli", "package_url": "https://pypi.org/project/cloudsmith-cli/", "platform": "any", "project_url": "https://pypi.org/project/cloudsmith-cli/", "project_urls": { "Homepage": "https://github.com/cloudsmith-io/cloudsmith-cli" }, "release_url": "https://pypi.org/project/cloudsmith-cli/0.17.3/", "requires_dist": [ "click (>=7.0)", "click-configfile (>=0.2.3)", "click-didyoumean (>=0.0.3)", "click-spinner (>=0.1.7)", "cloudsmith-api (>=0.44.4)", "colorama (>=0.3.9)", "future (>=0.16.0)", "requests (>=2.18.4)", "requests-toolbelt (>=0.8.0)", "semver (>=2.7.9)", "simplejson (>=3.12.0)", "six (>=1.11.0)" ], "requires_python": "", "summary": "Cloudsmith Command-Line Interface (CLI)", "version": "0.17.3" }, "last_serial": 5996138, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "59a7017b3dfe8683be815a276435d119", "sha256": "5834aee866b76bfcae00f355054c4a6c539c9a381ed2c5673f7af5c5062c0a74" }, "downloads": -1, "filename": "cloudsmith_cli-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "59a7017b3dfe8683be815a276435d119", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27942, "upload_time": "2017-11-23T23:31:54", "url": "https://files.pythonhosted.org/packages/dd/68/3962f6c115db582eebb2323c58806f42ccc738e272bf7dff10f0cfd1bd4c/cloudsmith_cli-0.1.0-py2.py3-none-any.whl" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "94ca975a3dd18036425e754709f73b9c", "sha256": "7e32d5cd0168f9b1376362572442094077fb10784108981f74fa2f69183d1a60" }, "downloads": -1, "filename": "cloudsmith_cli-0.10.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "94ca975a3dd18036425e754709f73b9c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63476, "upload_time": "2019-04-25T15:19:40", "url": "https://files.pythonhosted.org/packages/72/4c/a43ad4a9054da8316a513c4fc2d96104a7a9c88f18e5bde489810226e3fa/cloudsmith_cli-0.10.0-py2.py3-none-any.whl" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "2d5c06df4097cb71ac4f76f9fd98f307", "sha256": "5b0d75e6920f140a991a5ecfcaa2e9e4579995ea041902030f481dad373b3052" }, "downloads": -1, "filename": "cloudsmith_cli-0.11.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d5c06df4097cb71ac4f76f9fd98f307", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63520, "upload_time": "2019-08-07T12:00:26", "url": "https://files.pythonhosted.org/packages/19/75/7bd08eff218f3c00cc142e8e110d4e111fa58591527073f1bd194f2671c0/cloudsmith_cli-0.11.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f86181d47804d49d6c66b28d05f69501", "sha256": "3b24f29cde9e4fda9d380c61eb9adb80527ffeb1718101ce41b3fcc3062b6210" }, "downloads": -1, "filename": "cloudsmith-cli-0.11.0.tar.gz", "has_sig": false, "md5_digest": "f86181d47804d49d6c66b28d05f69501", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43589, "upload_time": "2019-08-07T12:00:28", "url": "https://files.pythonhosted.org/packages/fc/43/242b19d4df68735772079b4e1d278b51ddaf1421cec4b057677345cd6a01/cloudsmith-cli-0.11.0.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "8aa1fb45e3d155c4a5dc5b2784b4006b", "sha256": "b7a4f2943486e6b80fe981b1be1c4ebead7ad3e58271b5f9812492323972b25f" }, "downloads": -1, "filename": "cloudsmith_cli-0.12.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8aa1fb45e3d155c4a5dc5b2784b4006b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63592, "upload_time": "2019-08-14T14:15:40", "url": "https://files.pythonhosted.org/packages/b4/62/556a817921e5d9df6249245f1a8200683e01af00327ede20fcffb2bb693c/cloudsmith_cli-0.12.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22962e5738d3c7540750b91d2df87435", "sha256": "78e6496778e6c8f9ab5850b4b9ec06f5313e3b40662b35ace7c58bc91e78d002" }, "downloads": -1, "filename": "cloudsmith-cli-0.12.0.tar.gz", "has_sig": false, "md5_digest": "22962e5738d3c7540750b91d2df87435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43777, "upload_time": "2019-08-14T14:15:42", "url": "https://files.pythonhosted.org/packages/b0/88/223bd95575c9094bdcbf4cddb1cad596202b94137f5a607b6948cc014d5a/cloudsmith-cli-0.12.0.tar.gz" } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "37073ca515c6d85072744866307e16f2", "sha256": "9ef730b2610c67902a323d3813ee54a0c98c4b5c9920f23b4293bee4f99b49f4" }, "downloads": -1, "filename": "cloudsmith_cli-0.13.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "37073ca515c6d85072744866307e16f2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63627, "upload_time": "2019-08-20T11:45:00", "url": "https://files.pythonhosted.org/packages/e0/f5/15c742dfb8cc13e7f89e03d537bde538a205bacaf95416dfa097c8066b4b/cloudsmith_cli-0.13.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0aa013ee71c3a1d075a720b910f3ed21", "sha256": "155727178eb1c226be945498005b16b481e75013dc13f19af70f776803201d15" }, "downloads": -1, "filename": "cloudsmith-cli-0.13.0.tar.gz", "has_sig": false, "md5_digest": "0aa013ee71c3a1d075a720b910f3ed21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43886, "upload_time": "2019-08-20T11:45:02", "url": "https://files.pythonhosted.org/packages/c4/79/20affe91a108892d4e6f373085359817400f26dc73b2ad709bb59725dc42/cloudsmith-cli-0.13.0.tar.gz" } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "43a98c9ff0ef87eb866a395a4f6def1e", "sha256": "91ea6dd5ce8370c7dcdd7c64eac82aba0371aa802848c45cdfbbdcc4a8783a97" }, "downloads": -1, "filename": "cloudsmith_cli-0.14.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "43a98c9ff0ef87eb866a395a4f6def1e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63874, "upload_time": "2019-08-29T12:43:28", "url": "https://files.pythonhosted.org/packages/0a/80/41888360634d8b388289f6ab55fdef3223f840ed21c448408c1ea7bc40d9/cloudsmith_cli-0.14.0-py2.py3-none-any.whl" } ], "0.15.0": [ { "comment_text": "", "digests": { "md5": "51443f48517474c4201c35878dc6a067", "sha256": "cadc603839c66d20655a4c54616a11390209df3a051fff990245d4347830aa73" }, "downloads": -1, "filename": "cloudsmith_cli-0.15.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "51443f48517474c4201c35878dc6a067", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63916, "upload_time": "2019-09-03T15:15:09", "url": "https://files.pythonhosted.org/packages/4d/bf/a491f70a4bd147c87fcc77d4274dbfbc7a38c34a8fccad5e4fa9dc7e787a/cloudsmith_cli-0.15.0-py2.py3-none-any.whl" } ], "0.16.0": [ { "comment_text": "", "digests": { "md5": "b38dd48d96907c1913453dd35754f74d", "sha256": "54903ee354f8116c9e1b510ac7e0647b3a0cadb6caccfad8de91adaa41c1757d" }, "downloads": -1, "filename": "cloudsmith_cli-0.16.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b38dd48d96907c1913453dd35754f74d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63833, "upload_time": "2019-09-18T17:16:09", "url": "https://files.pythonhosted.org/packages/72/b5/aa777d6082d01c3c58e187a3ad1e0c65b6e638ef0d367ac76671202949ea/cloudsmith_cli-0.16.0-py2.py3-none-any.whl" } ], "0.17.0": [ { "comment_text": "", "digests": { "md5": "d69548b4161454eeedac3c4b40c61ae4", "sha256": "c69d91102c60a3506c0886eca394c6afe79cd63a192ca80857f32b641c7cb8a8" }, "downloads": -1, "filename": "cloudsmith_cli-0.17.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d69548b4161454eeedac3c4b40c61ae4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 66497, "upload_time": "2019-09-20T17:14:11", "url": "https://files.pythonhosted.org/packages/59/1f/4efbb70fb19cfe32b4cd91825cf467af97356f4b2fd64d8182fdb10f3210/cloudsmith_cli-0.17.0-py2.py3-none-any.whl" } ], "0.17.1": [ { "comment_text": "", "digests": { "md5": "5000fbdde4933ca63f156f29437c00e4", "sha256": "b1fc6a7fb87cda7181973f8d5d02a6a4c3c20d8aff1265506d93f82f5b9b68f3" }, "downloads": -1, "filename": "cloudsmith_cli-0.17.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5000fbdde4933ca63f156f29437c00e4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 66492, "upload_time": "2019-10-04T16:55:08", "url": "https://files.pythonhosted.org/packages/d1/ab/eb86441fa8d79ac361f47ff83e6a0de1f24bfa6e20f960575c56a1abb8c2/cloudsmith_cli-0.17.1-py2.py3-none-any.whl" } ], "0.17.2": [ { "comment_text": "", "digests": { "md5": "744200c85535cba6f6f744091d3c535e", "sha256": "4004422d9e4ead5330d44a6bec2940b176cae6ea5eaeb1a4b942bbf5d4bbda15" }, "downloads": -1, "filename": "cloudsmith_cli-0.17.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "744200c85535cba6f6f744091d3c535e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 66478, "upload_time": "2019-10-17T15:01:20", "url": "https://files.pythonhosted.org/packages/b4/fd/5e95209ff19d34a4aac1577425dc7c9aae677748f911f07e8dd8c9ddb210/cloudsmith_cli-0.17.2-py2.py3-none-any.whl" } ], "0.17.3": [ { "comment_text": "", "digests": { "md5": "feab6d45cee4dc12b584be91cafc3d0f", "sha256": "3770f885191b7c3be9e2a872f86eab44f0bd793154331cb13570aa710ff10006" }, "downloads": -1, "filename": "cloudsmith_cli-0.17.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "feab6d45cee4dc12b584be91cafc3d0f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 66498, "upload_time": "2019-10-18T15:18:54", "url": "https://files.pythonhosted.org/packages/ec/a6/20a0e7974bf2d8d6a792e3dcb0dc5c89d332a7afecf80d28c320d79230b5/cloudsmith_cli-0.17.3-py2.py3-none-any.whl" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "3f4dd5edaa9697469addc121823194d7", "sha256": "07bcc1582eb711ac00001e47b42f0b69ab5e6efd64c78b2d39f78df0361af166" }, "downloads": -1, "filename": "cloudsmith_cli-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f4dd5edaa9697469addc121823194d7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39919, "upload_time": "2017-12-03T21:27:22", "url": "https://files.pythonhosted.org/packages/16/25/6f23903160ba53907eb03a88bd885b328d8b2af8b3aecf3c6d14f4544a4c/cloudsmith_cli-0.2.2-py2.py3-none-any.whl" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "5be81071f4c7982e61a0d82b35e0df79", "sha256": "9dd17139a2b7c3183c30c8ee2d9d55afe187fd89a4156ae078f7ed9cb47acf83" }, "downloads": -1, "filename": "cloudsmith_cli-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5be81071f4c7982e61a0d82b35e0df79", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42622, "upload_time": "2017-12-06T13:53:13", "url": "https://files.pythonhosted.org/packages/9c/c0/eed26f0c3487645a0a71acb6690cc5c190d5e6ae0f3b120f72813945f777/cloudsmith_cli-0.3.1-py2.py3-none-any.whl" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "a0bd76804f158c9a01183e76f7e55526", "sha256": "41b45b7947015e79db25a07364736b24bf702a91f969d823d891bb0b793541f5" }, "downloads": -1, "filename": "cloudsmith_cli-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0bd76804f158c9a01183e76f7e55526", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42754, "upload_time": "2018-01-05T16:55:21", "url": "https://files.pythonhosted.org/packages/5a/8e/ec3be421090524b10729a69af9036b042783447158f1f4213e240cfa2217/cloudsmith_cli-0.3.2-py2.py3-none-any.whl" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "924b4ab21cfeb07d7886e61e6cf0940d", "sha256": "949627f3a5087b13cb7bc5b0d9dd1046538471b636c371b2550f81ad54625fba" }, "downloads": -1, "filename": "cloudsmith_cli-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "924b4ab21cfeb07d7886e61e6cf0940d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42872, "upload_time": "2018-03-05T19:35:38", "url": "https://files.pythonhosted.org/packages/32/5f/6568ca95a4f3f57b3603a9feb54f223e2a6b65e7273afe87a3462e6dc493/cloudsmith_cli-0.3.4-py2.py3-none-any.whl" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "3af8c8b72606e3c47a8d6aecb5dd4f41", "sha256": "ea0f0c5c193a9a09c08597ca2d645b650c7e6dc68af6d0e2676f5ae68ea676d9" }, "downloads": -1, "filename": "cloudsmith_cli-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3af8c8b72606e3c47a8d6aecb5dd4f41", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 44637, "upload_time": "2018-03-12T14:44:47", "url": "https://files.pythonhosted.org/packages/76/36/82cc585d33509ebe0407bb8c091f5e045157f6efd5552d1423c70cd57e75/cloudsmith_cli-0.4.1-py2.py3-none-any.whl" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "7c7f0a6b9a64cd2552f1b1170b0ce44d", "sha256": "797bd18aa4b4fcae07f92f6daeb57a49f19438156b2232e0aa9126da322970a9" }, "downloads": -1, "filename": "cloudsmith_cli-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7c7f0a6b9a64cd2552f1b1170b0ce44d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58582, "upload_time": "2018-03-25T10:46:37", "url": "https://files.pythonhosted.org/packages/d1/93/581fa15414ce014fcda919daf6771f5de8309370375ace398af8bb92a4d6/cloudsmith_cli-0.5.0-py2.py3-none-any.whl" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "3e9888a28ddbabdeb5c83e47d9e359e7", "sha256": "e46ddff98137918aca00f0ea1ff6e59405b225e990902e2d5d147f7197da9de5" }, "downloads": -1, "filename": "cloudsmith_cli-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3e9888a28ddbabdeb5c83e47d9e359e7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58928, "upload_time": "2018-03-25T11:41:56", "url": "https://files.pythonhosted.org/packages/22/3c/80ed24d5a55bd71a6b9e7bc4f99ecf3b8fbe3d1aa7caaa0d4242d276287a/cloudsmith_cli-0.5.1-py2.py3-none-any.whl" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "6c11f60e93e22250adfb95eb5860d170", "sha256": "4d2f896b03cb6937f844d778880f4e0e0cf30e88b15e1a495cf99a797291b6e2" }, "downloads": -1, "filename": "cloudsmith_cli-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c11f60e93e22250adfb95eb5860d170", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60546, "upload_time": "2018-03-25T11:53:02", "url": "https://files.pythonhosted.org/packages/cf/9d/6ed26bd3894ebec8c587d07846325631b2dcc8eb9525f434b4b3303de442/cloudsmith_cli-0.5.2-py2.py3-none-any.whl" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "b5388e2449ab8c06350cfefd21d52d34", "sha256": "7f9d78d7f490356a7b0b17f78efa79d5a613833fbd3198fd7532ecf584b0e208" }, "downloads": -1, "filename": "cloudsmith_cli-0.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b5388e2449ab8c06350cfefd21d52d34", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60635, "upload_time": "2018-03-25T12:12:11", "url": "https://files.pythonhosted.org/packages/f7/e7/78bd78cd38cd276282570e1143c59c9bd56437df0299838eecf156cb2a8b/cloudsmith_cli-0.5.3-py2.py3-none-any.whl" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "30094cd898079eb698c234f40a7d7465", "sha256": "4d7e650ef573588b5582c27a47e408ff1c175c19394c589864af53082ebb540a" }, "downloads": -1, "filename": "cloudsmith_cli-0.5.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "30094cd898079eb698c234f40a7d7465", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60634, "upload_time": "2018-03-25T13:04:41", "url": "https://files.pythonhosted.org/packages/46/fe/a64f548d2827270efa443001c49150c32d047f6c25ffbc54fd184afc90fe/cloudsmith_cli-0.5.4-py2.py3-none-any.whl" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "23e75d19d5a1d019eaba7f2494424502", "sha256": "b4f3c97767c19f32e02795c729ef1539bced6b2022cf32589231c8677b9dd03f" }, "downloads": -1, "filename": "cloudsmith_cli-0.5.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "23e75d19d5a1d019eaba7f2494424502", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60630, "upload_time": "2018-03-25T13:55:15", "url": "https://files.pythonhosted.org/packages/e4/bb/1a8d5fdd255cf5309787640310a7ae82af3ce22b590009170bff1c434fe3/cloudsmith_cli-0.5.5-py2.py3-none-any.whl" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "3fb2c3bd9d00d0d47904ad9ec61613bd", "sha256": "875de8095b1fecafeb48a224b5ba672c165f9b6faca5d2b141cfda9692140bde" }, "downloads": -1, "filename": "cloudsmith_cli-0.5.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3fb2c3bd9d00d0d47904ad9ec61613bd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60631, "upload_time": "2018-03-25T16:52:25", "url": "https://files.pythonhosted.org/packages/e2/ea/31c23d3db309e1cd089ac03b411b8abf8bf0a9951bac633c7c36ad84d3b7/cloudsmith_cli-0.5.6-py2.py3-none-any.whl" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "a54ce9f16456531136aec2a55c9600bb", "sha256": "efc1f2214f76006e1d9dd4a46ea072a9dac13c46901394ef2584d5ea01d3bfe9" }, "downloads": -1, "filename": "cloudsmith_cli-0.5.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a54ce9f16456531136aec2a55c9600bb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60719, "upload_time": "2018-05-07T13:14:24", "url": "https://files.pythonhosted.org/packages/79/95/3a40f313e00726f35821e7bdb3935da6b8b02ce219be8eb8720d8ec75a52/cloudsmith_cli-0.5.7-py2.py3-none-any.whl" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "31d76c423613b07e54b2110c0b5088d7", "sha256": "e8d0d6ca9ed2d693cd3041b3d6f49ddfd3d9fbc9310a02623608bbd00d3215d1" }, "downloads": -1, "filename": "cloudsmith_cli-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31d76c423613b07e54b2110c0b5088d7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60757, "upload_time": "2018-07-31T20:58:47", "url": "https://files.pythonhosted.org/packages/b9/7c/d17f432a31081f905bcc67c2c80f8abf45aeef2dc35ffcb4279102241978/cloudsmith_cli-0.6.0-py2.py3-none-any.whl" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "9d11228a73d35400139888fe0110f1d4", "sha256": "5b55848af0a5fa20a716e51b03130f1f879f08cb8e37fe96a6f1799b400009cb" }, "downloads": -1, "filename": "cloudsmith_cli-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d11228a73d35400139888fe0110f1d4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60767, "upload_time": "2018-08-01T23:43:05", "url": "https://files.pythonhosted.org/packages/0a/36/804d1cd6ff0395d741d1fda422892df0450ecbdcadcc0527a73df7360b3c/cloudsmith_cli-0.6.1-py2.py3-none-any.whl" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "4ab40749f463e991dfa0cf8115f6161a", "sha256": "57b7785bb4839829a2e5a57cda372cf379ded746f448ab3bea04335fce89d710" }, "downloads": -1, "filename": "cloudsmith_cli-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4ab40749f463e991dfa0cf8115f6161a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60714, "upload_time": "2018-08-16T14:44:02", "url": "https://files.pythonhosted.org/packages/f4/d1/973c3bbb6e8490dd245e726d21d871793e6ef1938f6673eeb36bf71166db/cloudsmith_cli-0.6.2-py2.py3-none-any.whl" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "59006b2d5dbf9ca56e56d596314ae7f6", "sha256": "fe0e38233aa8b52d62c5bcc6867322c4365b2a63aa785bc500629d958464c765" }, "downloads": -1, "filename": "cloudsmith_cli-0.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "59006b2d5dbf9ca56e56d596314ae7f6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60740, "upload_time": "2018-08-17T17:05:27", "url": "https://files.pythonhosted.org/packages/9f/68/439a2ee95fec16b0d295149846bf7ca66471ce929ed5593be3355c114a27/cloudsmith_cli-0.6.3-py2.py3-none-any.whl" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "06db2fe39472497cd39e3ed41399f9d0", "sha256": "25db6da7c3244739e1b26fe086e0190664b61ad28556cc4c6dc142971d54c046" }, "downloads": -1, "filename": "cloudsmith_cli-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "06db2fe39472497cd39e3ed41399f9d0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 60756, "upload_time": "2018-10-13T16:46:27", "url": "https://files.pythonhosted.org/packages/02/ba/35afb3e3789c96e44e57de6b89b696bdafb8c726acd17f53071760d7a35f/cloudsmith_cli-0.7.0-py2.py3-none-any.whl" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "82f8eac6cce489f6478ba8fa9ac5b1a4", "sha256": "d72ab65a8ec2372b70ee9fad51bad42db7ec3d295076fc278eaa49149cb33a5e" }, "downloads": -1, "filename": "cloudsmith_cli-0.7.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "82f8eac6cce489f6478ba8fa9ac5b1a4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 64014, "upload_time": "2019-02-13T15:48:46", "url": "https://files.pythonhosted.org/packages/e0/83/fac106ca1fa6039cd83cf097581457e1d85deb70132047c72129edf17335/cloudsmith_cli-0.7.1-py2.py3-none-any.whl" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "97ac2df3228cce060fab91c438d58187", "sha256": "0b2ccb1d4c2ce40acd0dbaf25103e67c1c200b99dd52ff098f4529cc867e52e5" }, "downloads": -1, "filename": "cloudsmith_cli-0.7.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "97ac2df3228cce060fab91c438d58187", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 64080, "upload_time": "2019-02-19T16:30:12", "url": "https://files.pythonhosted.org/packages/99/c4/46ef3f22cfba04a708582a6068f4642066b90ebbc9e4e5b9c3aca215815d/cloudsmith_cli-0.7.2-py2.py3-none-any.whl" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "dddd69b6a804ca40848749e594b4e84f", "sha256": "2ef85986f3e8a0a5311eda5ebab9716cad26a521c9ecb1cb46639db445662639" }, "downloads": -1, "filename": "cloudsmith_cli-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dddd69b6a804ca40848749e594b4e84f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63390, "upload_time": "2019-04-03T15:32:21", "url": "https://files.pythonhosted.org/packages/da/19/a9acf53a5892afc82a269a4a0e702a7b89059c2ba69871db16e0099f3f7e/cloudsmith_cli-0.8.0-py2.py3-none-any.whl" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "07b455690abf55f1acc816d3606287f8", "sha256": "3beddbe5ec033ebee0c1c6f83dd429c5308213abdf377f292b0450ff3dc1173f" }, "downloads": -1, "filename": "cloudsmith_cli-0.8.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "07b455690abf55f1acc816d3606287f8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63385, "upload_time": "2019-04-03T17:30:32", "url": "https://files.pythonhosted.org/packages/92/95/d52bedc3c0da7e8558aa35b1b469933daf382cc6c848c4af98e178ab7668/cloudsmith_cli-0.8.1-py2.py3-none-any.whl" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "a13355e658fd1b8ed118ab520d1746d3", "sha256": "42a3d33290f43ecd1a8f97ef729a78806b2ecdafcc2184225ffdde77ab38fd20" }, "downloads": -1, "filename": "cloudsmith_cli-0.8.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a13355e658fd1b8ed118ab520d1746d3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63391, "upload_time": "2019-04-03T17:38:58", "url": "https://files.pythonhosted.org/packages/f1/1b/1ba0864a317481c297acce9dbd8233a4053a1e7498784d881b4a46bce87b/cloudsmith_cli-0.8.2-py2.py3-none-any.whl" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "0f72b6bd813281c700fd2692e0da98b0", "sha256": "370556b99e681cfb6f205ff886948fd75bbb9ee0372bf87426804648b69886a4" }, "downloads": -1, "filename": "cloudsmith_cli-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0f72b6bd813281c700fd2692e0da98b0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63389, "upload_time": "2019-04-16T18:01:10", "url": "https://files.pythonhosted.org/packages/d0/82/d0dc32141208a12e5ff4b32033a8ddbae05e7b970b51d519450582b183e5/cloudsmith_cli-0.9.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "feab6d45cee4dc12b584be91cafc3d0f", "sha256": "3770f885191b7c3be9e2a872f86eab44f0bd793154331cb13570aa710ff10006" }, "downloads": -1, "filename": "cloudsmith_cli-0.17.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "feab6d45cee4dc12b584be91cafc3d0f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 66498, "upload_time": "2019-10-18T15:18:54", "url": "https://files.pythonhosted.org/packages/ec/a6/20a0e7974bf2d8d6a792e3dcb0dc5c89d332a7afecf80d28c320d79230b5/cloudsmith_cli-0.17.3-py2.py3-none-any.whl" } ] }