{"id":13565950,"url":"https://github.com/click-contrib/click-spinner","last_synced_at":"2025-10-21T20:56:51.209Z","repository":{"id":10877948,"uuid":"67338744","full_name":"click-contrib/click-spinner","owner":"click-contrib","description":"It's easy to show that your command line app is active","archived":false,"fork":false,"pushed_at":"2023-08-25T20:05:54.000Z","size":49,"stargazers_count":298,"open_issues_count":8,"forks_count":33,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T05:48:19.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/click-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-04T10:30:57.000Z","updated_at":"2025-02-03T11:16:38.000Z","dependencies_parsed_at":"2024-06-18T13:38:36.028Z","dependency_job_id":"79ec1428-8f5e-4bb5-b0ba-70f4e9899ac8","html_url":"https://github.com/click-contrib/click-spinner","commit_stats":{"total_commits":30,"total_committers":11,"mean_commits":2.727272727272727,"dds":0.7666666666666666,"last_synced_commit":"b27b8d1e2785ce75be1433e579e05193a9b3a782"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/click-contrib%2Fclick-spinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/click-contrib%2Fclick-spinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/click-contrib%2Fclick-spinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/click-contrib%2Fclick-spinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/click-contrib","download_url":"https://codeload.github.com/click-contrib/click-spinner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247097613,"owners_count":20883121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:01:58.711Z","updated_at":"2025-10-21T20:56:46.182Z","avatar_url":"https://github.com/click-contrib.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Click Spinner\n\n[![PyPI](https://img.shields.io/pypi/v/click-spinner.svg)](https://pypi.python.org/pypi/click-spinner/) [![Build Status](https://travis-ci.org/click-contrib/click-spinner.svg?branch=master)](https://travis-ci.org/click-contrib/click-spinner)\n\nSometimes you would just like to show the user some progress, \nbut a progress bar is not suitable because you don’t know how much longer it would take. \nIn these cases you might want to display a simple spinner using the `spinner()` function.\n\nExample usage:\n\n```py\nwith click_spinner.spinner():\n        do_something()\n        do_something_else()\n```\n\nIt looks like this:\n\n![spinner](https://cloud.githubusercontent.com/assets/1288133/18229827/29629cd4-728f-11e6-8007-6c85ac50565c.gif)\n\nSpinner class based on on a [gist by @cevaris](https://gist.github.com/cevaris/79700649f0543584009e).\n\nIntroduced in [PR #649](https://github.com/pallets/click/pull/649). \n\n## Install\n\n```\npip install click-spinner\n```\n\nSupports Python 2.7 and 3.\n\n## Authors\n\n- @yoavram\n- @andy-maier\n- @AdrienPensart\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclick-contrib%2Fclick-spinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclick-contrib%2Fclick-spinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclick-contrib%2Fclick-spinner/lists"}