{"id":20137391,"url":"https://github.com/pydoit/doit-graph","last_synced_at":"2025-08-29T13:33:16.441Z","repository":{"id":47462838,"uuid":"139412989","full_name":"pydoit/doit-graph","owner":"pydoit","description":"doit plugin: Generates a graph of tasks (using graphviz's dot)","archived":false,"fork":false,"pushed_at":"2019-08-11T08:21:21.000Z","size":48,"stargazers_count":18,"open_issues_count":4,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T18:05:46.785Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pydoit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-02T08:22:00.000Z","updated_at":"2024-08-14T07:08:49.000Z","dependencies_parsed_at":"2022-09-26T18:31:25.140Z","dependency_job_id":null,"html_url":"https://github.com/pydoit/doit-graph","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pydoit/doit-graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydoit%2Fdoit-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydoit%2Fdoit-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydoit%2Fdoit-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydoit%2Fdoit-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pydoit","download_url":"https://codeload.github.com/pydoit/doit-graph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydoit%2Fdoit-graph/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264390710,"owners_count":23600563,"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-11-13T21:27:15.737Z","updated_at":"2025-07-09T04:06:11.453Z","avatar_url":"https://github.com/pydoit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# doit-graph\n\nGenerates a graph (using graphviz's dot) of [doit](http://pydoit.org) tasks.\n\nSample for [doit tutorial](http://pydoit.org/tutorial_1.html) tasks:\n\n![Sample output](/tasks.png)\n\n\n## install\n\npip install doit-graph\n\n\n## usage\n\n```\n$ doit graph\n$ dot -Tpng tasks.dot -o tasks.png\n```\n\n- By default sub-tasks are hidden. Use option `--show-subtasks` to display them.\n\n- By default all tasks are included in graph.\n  It is possible to specify which tasks should be included in the graph (note dependencies will be automatically included).\n\n- To draw tasks in execution order (i.e. reverse of dependency direction), use option `--reverse`\n\n```\n$ doit graph --reverse\n```\n\n- To draw tasks from left-to-right instead of the default top-to-bottom, use option `--horizontal` or `-h`\n\n```\n$ doit graph --horizontal\n```\n\n### legend\n\n![Legend](/legend.png)\n\n- group-tasks have double bondary border in the node\n- `task-dep` arrow have a solid head\n- `setup-task` arrow have an empty head\n\n\n\n### limitations\n\n`calc_dep` and `delayed-tasks` are not supported.\n\n\n\n## DEV notes\n\nhttp://graphviz.org/doc/info/attrs.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydoit%2Fdoit-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpydoit%2Fdoit-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydoit%2Fdoit-graph/lists"}