{"id":25545163,"url":"https://github.com/teismar/coco","last_synced_at":"2026-02-10T22:37:08.778Z","repository":{"id":277762323,"uuid":"933415592","full_name":"teismar/coco","owner":"teismar","description":"CoCo: Your Container Companion — A helpful CLI for Docker tasks","archived":false,"fork":false,"pushed_at":"2025-02-16T10:33:20.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T03:47:22.788Z","etag":null,"topics":["cli","docker","docker-compose","mit-license","pypi","typer-cli"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/coco-docker/","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/teismar.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-15T22:30:08.000Z","updated_at":"2025-02-16T10:33:18.000Z","dependencies_parsed_at":"2025-09-01T03:32:00.394Z","dependency_job_id":"0556c5e1-affb-42c7-9b9c-bd0725f806b5","html_url":"https://github.com/teismar/coco","commit_stats":null,"previous_names":["teismar/coco"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/teismar/coco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teismar%2Fcoco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teismar%2Fcoco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teismar%2Fcoco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teismar%2Fcoco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teismar","download_url":"https://codeload.github.com/teismar/coco/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teismar%2Fcoco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","docker","docker-compose","mit-license","pypi","typer-cli"],"created_at":"2025-02-20T08:18:06.825Z","updated_at":"2026-02-10T22:37:08.754Z","avatar_url":"https://github.com/teismar.png","language":"Python","readme":"# CoCo: Your Container Companion\n\nCoCo is a simple, open-source CLI tool that helps you manage Docker Compose tasks with ease. Whether you need to extract Docker image names from a Compose file or pull Docker images concurrently while viewing live status updates, CoCo has you covered.\n\n## Features\n\n- **Extract Images:**  \n  Parse a Docker Compose file (YAML) to extract the Docker image names from your services and save them to a file.\n\n- **Concurrent Image Pulls:**  \n  Pull Docker images concurrently with a live, updating overview.\n\n## Installation\n\n### PyPI\n\n```bash\npip install coco-docker\n```\n\n### From Source\n\n**Prerequisites:**\n- Python 3.12 or higher\n- Poetry\n\n```bash\ngit clone https://github.com/teismar/coco\ncd coco\n```\n\nInstall the dependencies:\n\n```bash\npoetry install\n```\n\nInstall the package:\n\n```bash\npoetry build\npipx install dist/coco_cli-0.1.0-py3-none-any.whl\n```\n\n## Usage\n\n### Extract Images\nThe `extract-images` command extracts Docker image names from a Docker Compose file and saves them to a file. This also supports nested Compose files, so using the `include` directive is no problem.\n```bash\ncoco extract docker-compose.yml images.txt\n```\n\n### Pull Images\nThe `pull-images` command pulls Docker images concurrently and displays a live status overview. The images to pull are read from a file, which can be generated using the `extract-images` command.\n```bash\ncoco pull-images images.txt\n```\n\n## Contributing\nContributions are welcome! Please feel free to open issues or pull requests if you have suggestions or improvements.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteismar%2Fcoco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteismar%2Fcoco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteismar%2Fcoco/lists"}