{"id":27624407,"url":"https://github.com/ali-rajabpour/fileflow","last_synced_at":"2026-05-18T14:37:31.342Z","repository":{"id":288882364,"uuid":"969445246","full_name":"ali-rajabpour/FileFlow","owner":"ali-rajabpour","description":"FileFlow generates a visual diagram and Markdown report of file-to-file import dependencies within a Python project using only the standard library.","archived":false,"fork":false,"pushed_at":"2025-04-20T06:56:55.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T07:42:24.210Z","etag":null,"topics":["code-analysis","codebase-management","dependencies","dependency-verification","dependency-viewer","dependency-visualizer","documentation-tool","import-graph","markdown","md","project-architecture","python","python3","static-analysis"],"latest_commit_sha":null,"homepage":"https://Rajabpour.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ali-rajabpour.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-04-20T06:48:41.000Z","updated_at":"2025-04-20T06:56:59.000Z","dependencies_parsed_at":"2025-04-20T07:52:35.622Z","dependency_job_id":null,"html_url":"https://github.com/ali-rajabpour/FileFlow","commit_stats":null,"previous_names":["ali-rajabpour/fileflow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-rajabpour%2FFileFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-rajabpour%2FFileFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-rajabpour%2FFileFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-rajabpour%2FFileFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ali-rajabpour","download_url":"https://codeload.github.com/ali-rajabpour/FileFlow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250429305,"owners_count":21429307,"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":["code-analysis","codebase-management","dependencies","dependency-verification","dependency-viewer","dependency-visualizer","documentation-tool","import-graph","markdown","md","project-architecture","python","python3","static-analysis"],"created_at":"2025-04-23T11:39:29.478Z","updated_at":"2026-05-18T14:37:31.336Z","avatar_url":"https://github.com/ali-rajabpour.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/c2dbf4e1-b415-425e-99d9-62267719dcbd\" \n       alt=\"FileFlow\"\n       width=\"40%\" /\u003e\n\u003c/p\u003e\n\n# FileFlow: Python Import Dependency Visualizer\n\nFileFlow analyzes a Python project directory and generates a visual diagram illustrating the relationships between `.py` files based on their import statements. The diagram maps which files import others and displays these dependencies as a directed graph.\n\n## Features\n- **Recursive Analysis**: Scans all `.py` files in the project, including nested directories.\n- **File-to-File Import Mapping**: Focuses on file-level import relationships (not class/function calls).\n- **Markdown Output**: Outputs a Markdown file listing all file-to-file import relationships.\n- **Efficient**: Designed to handle large codebases efficiently.\n\n## Requirements\n- Python 3.7+\n- No external dependencies. FileFlow uses only the Python standard library.\n\nYou do not need to install any additional packages.\n## Usage\nFrom the project directory, run:\n\n```\npython FileFlow.py \u003cpath_to_your_python_project\u003e\n```\n- `\u003cpath_to_your_python_project\u003e`: Root directory of the Python project you want to analyze.\n- `--output`: (optional) Output Markdown file path. Default is `fileflow_output.md`.\n\nExample:\n```\npython FileFlow.py ./myproject --output my_report.md\n```\n\nThe resulting Markdown report will be saved to the specified file. It lists all file-to-file import relationships in your project.\n## Notes\n- Only imports between files within the specified project directory are shown as edges.\n- External library imports are ignored.\n- If a file contains syntax errors, it will be skipped.\n\n## License\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-rajabpour%2Ffileflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fali-rajabpour%2Ffileflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-rajabpour%2Ffileflow/lists"}