{"id":46713960,"url":"https://github.com/hardmax71/charon","last_synced_at":"2026-03-09T10:01:17.212Z","repository":{"id":324555226,"uuid":"1097004360","full_name":"HardMax71/charon","owner":"HardMax71","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-04T19:11:37.000Z","size":2090,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-08T14:16:52.297Z","etag":null,"topics":["python","react","software-development","sotfware-quality"],"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/HardMax71.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-11-15T11:02:52.000Z","updated_at":"2026-01-04T19:11:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/HardMax71/charon","commit_stats":null,"previous_names":["hardmax71/charon"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/HardMax71/charon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HardMax71%2Fcharon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HardMax71%2Fcharon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HardMax71%2Fcharon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HardMax71%2Fcharon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HardMax71","download_url":"https://codeload.github.com/HardMax71/charon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HardMax71%2Fcharon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30290894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: 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":["python","react","software-development","sotfware-quality"],"created_at":"2026-03-09T10:01:07.111Z","updated_at":"2026-03-09T10:01:17.198Z","avatar_url":"https://github.com/HardMax71.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"frontend/public/icon.png\" width=\"100\" alt=\"Charon\"\u003e\n  \u003ch1\u003eCharon\u003c/h1\u003e\n\n  [![Type Check](https://github.com/HardMax71/charon/actions/workflows/type-check.yml/badge.svg?branch=main)](https://github.com/HardMax71/charon/actions/workflows/type-check.yml)\n  [![Ruff](https://github.com/HardMax71/charon/actions/workflows/ruff.yml/badge.svg?branch=main)](https://github.com/HardMax71/charon/actions/workflows/ruff.yml)\n  [![Tests](https://github.com/HardMax71/charon/actions/workflows/backend-tests.yml/badge.svg?branch=main)](https://github.com/HardMax71/charon/actions/workflows/backend-tests.yml)\n  [![codecov](https://codecov.io/gh/HardMax71/charon/branch/main/graph/badge.svg)](https://codecov.io/gh/HardMax71/charon)\n\u003cbr/\u003e\n  [![Docker Publish](https://github.com/HardMax71/charon/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/HardMax71/charon/actions/workflows/docker-publish.yml)\n  [![Release](https://github.com/HardMax71/charon/actions/workflows/release.yml/badge.svg)](https://github.com/HardMax71/charon/actions/workflows/release.yml)\n  [![docs: mkdocs](https://img.shields.io/badge/docs-mkdocs-blue.svg)](https://hardmax71.github.io/charon)\n\u003cbr/\u003e\n  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n  [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)\n  [![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)\n\u003c/div\u003e\n\n3D visualization of Python code dependencies. Paste a GitHub URL, see your architecture as an interactive graph. Red nodes are circular dependencies, orange ones are highly coupled.\n\n## Quick Start\n\n```bash\ndocker compose up\n```\n\nOpen http://localhost:5173, paste a repo URL, done.\n\nWithout Docker:\n\n```bash\n# Backend\ncd backend \u0026\u0026 uv sync \u0026\u0026 uv run uvicorn app.main:app --reload\n\n# Frontend\ncd frontend \u0026\u0026 npm install \u0026\u0026 npm run dev\n```\n\n## Features\n\n- **3D graph** — files as nodes, imports as edges, drag/zoom/click\n- **Metrics** — coupling, cohesion, circular dependency detection\n- **Layouts** — hierarchical, force-directed, circular\n- **Analysis** — temporal evolution, impact analysis, refactoring suggestions\n- **Export** — JSON, diagrams, docs\n\nFull details in the [documentation](https://hardmax71.github.io/charon).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardmax71%2Fcharon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardmax71%2Fcharon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardmax71%2Fcharon/lists"}