cat2151

GitHub repository list and project information for cat2151

Last updated: 2025-11-13

Project Overview

プロジェクト概要

技術スタック

ファイル階層ツリー

📄 .editorconfig
📄 .gitignore
📄 LICENSE
📖 README.md
📄 _config.yml
📁 assets/
  📄 favicon-16x16.png
  📄 favicon-192x192.png
  📄 favicon-32x32.png
  📄 favicon-512x512.png
📄 debug_project_overview.py
📁 generated-docs/
📖 index.md
📁 issue-notes/
  📖 10.md
  📖 12.md
  📖 14.md
  📖 2.md
  📖 4.md
  📖 6.md
  📖 8.md
📊 manifest.json
📄 pytest.ini
📄 requirements-dev.txt
📄 requirements.txt
📄 robots.txt
📄 ruff.toml
📁 src/
  📄 __init__.py
  📁 generate_repo_list/
    📄 __init__.py
    📄 badge_generator.py
    📄 config.yml
    📄 config_manager.py
    📄 generate_repo_list.py
    📊 json_ld_template.json
    📄 language_info.py
    📄 markdown_generator.py
    📄 project_overview_fetcher.py
    📄 repository_processor.py
    📄 seo_template.yml
    📄 statistics_calculator.py
    📄 strings.yml
    📄 template_processor.py
    📄 url_utils.py
📄 test_project_overview.py
📁 tests/
  📄 test_config.py
  📄 test_environment.py
  📄 test_integration.py
  📄 test_markdown_generator.py
  📄 test_project_overview_fetcher.py
  📄 test_repository_processor.py

ファイル詳細説明

関数詳細説明

関数呼び出し階層ツリー

``` 提供された情報からは具体的な関数呼び出し階層ツリーを生成できませんでした。 しかし、主要な処理の流れとしては、src/generate_repo_list/generate_repo_list.py 内の generate_repo_list 関数が中心となり、以下のモジュール群の関数を呼び出して全体処理を調整します。

これらのモジュールが連携して、最終的なリポジトリ一覧Markdownファイルを生成します。


Generated at: 2025-11-13 07:06:36 JST