{"id":13502451,"url":"https://github.com/ashishb/python_dep_generator","last_synced_at":"2026-02-26T18:10:06.144Z","repository":{"id":12510990,"uuid":"15180694","full_name":"ashishb/python_dep_generator","owner":"ashishb","description":"Genrates python dependency graph","archived":false,"fork":false,"pushed_at":"2018-08-10T06:25:04.000Z","size":7,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-02T13:55:32.070Z","etag":null,"topics":["dependency-graph","python"],"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/ashishb.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}},"created_at":"2013-12-14T05:35:21.000Z","updated_at":"2024-08-26T18:21:17.000Z","dependencies_parsed_at":"2022-07-21T12:48:15.678Z","dependency_job_id":null,"html_url":"https://github.com/ashishb/python_dep_generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ashishb/python_dep_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishb%2Fpython_dep_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishb%2Fpython_dep_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishb%2Fpython_dep_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishb%2Fpython_dep_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashishb","download_url":"https://codeload.github.com/ashishb/python_dep_generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishb%2Fpython_dep_generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29867180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T16:38:37.846Z","status":"ssl_error","status_checked_at":"2026-02-26T16:37:58.932Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["dependency-graph","python"],"created_at":"2024-07-31T22:02:14.341Z","updated_at":"2026-02-26T18:10:06.125Z","avatar_url":"https://github.com/ashishb.png","language":"Python","readme":"python_dep_generator\n====================\n\nGenerates python code dependency graph\n\n**Install**: `sudo pip install python_dep_generator`\n\n**Usage**: `generate-dep [-h] [-s] path`\n\n**Arguments**:\n\n  *path*              path (or dir) of the python file (or all python files\n                    under it).\n\n**Optional arguments**:\n  \n  -h, --help        :  show this help message and exit\n  \n  -s, --small_list : Pass -s to hide system packages and get a smaller list.\n\n\nSample outputs\n--------------\n```\n$ generate-dep generate_dep.py\n\ngenerate_dep.py\n|_ argparse\n|_ importlib\n|_ inspect\n|_ logging\n|_ os\n|_ sys\n|_ traceback\n|_ types\n```\n\n```\n$ generate-dep samples\n\nsamples/module1.py\n|_ os\n|_ sys\n\nsamples/module2.py\n|_ sys\n|_ time\n|_ /home/ashishb/src/python_dep_generator/samples/module1.py\n```\n\n```\n$ generate-dep -s samples\n\nsamples/module1.py\n\nsamples/module2.py\n|_ /home/ashishb/src/python_dep_generator/samples/module1.py\n\n```\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/ashishb/python_dep_generator/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashishb%2Fpython_dep_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashishb%2Fpython_dep_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashishb%2Fpython_dep_generator/lists"}