{"id":45069640,"url":"https://github.com/komiyamma/hm_ironpython","last_synced_at":"2026-02-19T12:04:49.556Z","repository":{"id":49356742,"uuid":"464475341","full_name":"komiyamma/hm_ironpython","owner":"komiyamma","description":"「秀丸マクロ」と「IronPython」を シームレスに扱えるようにするコンポーネント。 loaddll経由。","archived":false,"fork":false,"pushed_at":"2025-09-03T17:12:08.000Z","size":5376,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-03T19:21:13.906Z","etag":null,"topics":["editor","embedded-language","extension","hidemaru","ironpython","library-systems","macros","python","scripting"],"latest_commit_sha":null,"homepage":"https://秀丸マクロ.net/?page=nobu_tool_hm_ironpython","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/komiyamma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","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":"2022-02-28T12:34:32.000Z","updated_at":"2025-09-03T17:12:11.000Z","dependencies_parsed_at":"2024-07-21T08:50:29.881Z","dependency_job_id":"fe1d7fd9-ab81-449f-ae09-69665c4f5ddc","html_url":"https://github.com/komiyamma/hm_ironpython","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/komiyamma/hm_ironpython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komiyamma%2Fhm_ironpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komiyamma%2Fhm_ironpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komiyamma%2Fhm_ironpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komiyamma%2Fhm_ironpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/komiyamma","download_url":"https://codeload.github.com/komiyamma/hm_ironpython/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komiyamma%2Fhm_ironpython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29612515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["editor","embedded-language","extension","hidemaru","ironpython","library-systems","macros","python","scripting"],"created_at":"2026-02-19T12:04:48.735Z","updated_at":"2026-02-19T12:04:49.544Z","avatar_url":"https://github.com/komiyamma.png","language":"C#","readme":"# hmPy\n\n![hmPy v3.0.2](https://img.shields.io/badge/hmPy-v3.0.2-6479ff.svg)\n[![Apache 2.0](https://img.shields.io/badge/license-Apache_2.0-blue.svg?style=flat)](LICENSE)\n![Hidemaru 8.73](https://img.shields.io/badge/Hidemaru-v8.73-6479ff.svg)\n![IronPython 3.4.11](https://img.shields.io/badge/IronPython-v3.4.11-6479ff.svg?logo=python\u0026logoColor=white)\n\n`hmPy`は、高機能テキストエディタ「秀丸エディタ」のマクロ機能からIronPythonをシームレスに利用するための連携コンポーネントです。秀丸マクロの強力なエディタ操作機能と、Pythonの柔軟で強力なスクリプティング能力を組み合わせることができます。\n\nより詳しい情報は、ウェブサイトを参照してください。\n[https://秀丸マクロ.net/?page=nobu_tool_hm_ironpython](https://秀丸マクロ.net/?page=nobu_tool_hm_ironpython)\n\n## 主な機能\n\n*   **秀丸マクロからのPython実行:** 秀丸マクロから直接Pythonスクリプト（`.py`ファイル）の実行や、Pythonコードの文字列を評価させることが可能です。\n*   **秀丸の機能へのアクセス:** Pythonスクリプト内から、`hm`というオブジェクトを通じて、秀丸エディタの膨大なマクロコマンドや関数、変数にアクセスできます。\n*   **Pythonラッパーライブラリ:** `hmPy.py`を利用することで、秀丸の機能をよりPythonらしい自然な記述で利用できます。\n\n## アーキテクチャ概要\n\n`hmPy`は、以下のコンポーネントから構成されています。\n\n1.  **`hmPy.dll` (C++/CLI):** 秀丸エディタから直接ロードされるDLL。ネイティブコードである秀丸マクロと、マネージドコード(.NET)であるC#ライブラリとの橋渡しを行います。\n2.  **`hmPyStaticLib` (C#):** IronPythonの実行エンジンをホストし、Pythonスクリプトの評価・実行を担う中心的なライブラリです。`hm`オブジェクトをPythonスクリプトに公開します。\n3.  **`hmPy.py` (Python):** `hm`オブジェクトの機能をラップし、Python開発者にとってより直感的で使いやすいインターフェースを提供するヘルパーライブラリです。\n\nこれらのコンポーネントが連携することで、秀丸マクロとIronPythonのシームレスな統合を実現しています。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomiyamma%2Fhm_ironpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkomiyamma%2Fhm_ironpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomiyamma%2Fhm_ironpython/lists"}