{"id":35881658,"url":"https://github.com/denisball/repodock","last_synced_at":"2026-01-08T18:03:42.253Z","repository":{"id":331332052,"uuid":"1126215497","full_name":"denisball/repodock","owner":"denisball","description":"Static analysis tool that proposes reproducible container setups for Python repositories.","archived":false,"fork":false,"pushed_at":"2026-01-01T12:09:27.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-06T10:45:48.919Z","etag":null,"topics":["container","dev-environment","developer-tools","docker","github","python","repository-analysis","static-analysis"],"latest_commit_sha":null,"homepage":"","language":null,"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/denisball.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":"2026-01-01T12:06:36.000Z","updated_at":"2026-01-01T12:12:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/denisball/repodock","commit_stats":null,"previous_names":["denisball/repodock"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/denisball/repodock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisball%2Frepodock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisball%2Frepodock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisball%2Frepodock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisball%2Frepodock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denisball","download_url":"https://codeload.github.com/denisball/repodock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisball%2Frepodock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28247283,"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","status":"online","status_checked_at":"2026-01-08T02:00:06.591Z","response_time":241,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["container","dev-environment","developer-tools","docker","github","python","repository-analysis","static-analysis"],"created_at":"2026-01-08T18:01:10.745Z","updated_at":"2026-01-08T18:03:42.248Z","avatar_url":"https://github.com/denisball.png","language":null,"readme":"# repodock\n\n**repodock** analyzes Python GitHub repositories and proposes a reproducible container setup to run the project in an isolated local environment.\n\nThe focus is on **understanding, transparency, and risk awareness** — not on magic automation or black-box behavior.\n\n---\n\n## Motivation\n\nCloning and running an unfamiliar Python repository often fails due to:\n\n- unclear Python version requirements\n- implicit system-level dependencies\n- missing or undocumented services\n- incomplete or outdated setup instructions\n\n`repodock` scans the repository, detects common patterns, and generates a **reasoned container blueprint** — including hints about **where things are likely to break**.\n\n---\n\n## What repodock is\n\n- a **static repository analyzer**\n- a generator for:\n  - `Dockerfile`\n  - optional `docker-compose.yml`\n  - an analysis report with risks and assumptions\n- a tool for developers who want to **quickly assess** foreign repositories\n\n---\n\n## What repodock is not\n\n- ❌ not a guarantee that the project will run without execution\n- ❌ not a deployment tool\n- ❌ not a host-level dependency installer\n- ❌ not a replacement for documentation or domain knowledge\n\nIf a project requires secrets, data, or external systems to work, `repodock` will not hide that fact.\n\n---\n\n## Current status\n\n🟡 **Scaffold / Research phase**\n\n- base structure in place\n- detection rules under design\n- no stable CLI output yet\n\nThis repository is intentionally public early to make scope,\nassumptions, and design decisions explicit.\n\n---\n\n## Planned output (target)\n\nAfter analyzing a repository, `repodock` aims to generate:\n\n- a `Dockerfile` (recommended runtime and system dependencies)\n- a `docker-compose.yml` (if services like databases or brokers are detected)\n- a `repodock-report.md` containing:\n  - detected project structure\n  - assumptions made\n  - a risk score\n  - unresolved items (e.g. env vars, secrets)\n\n---\n\n## Rough roadmap\n\n- **v0.1**\n  - static scan\n  - Python version detection\n  - Dockerfile generation\n- **v0.2**\n  - service detection\n  - docker-compose templates\n- **v0.3**\n  - optional verify mode (container build/run test)\n\nDetails will be tracked in issues.\n\n---\n\n## License\n\nMIT License\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisball%2Frepodock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenisball%2Frepodock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisball%2Frepodock/lists"}