deepwiki2md 1.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ """DeepWikiからドキュメントを取得し、Markdown形式に変換するツール"""
2
+
3
+ __version__ = "1.1.0"
@@ -0,0 +1,5 @@
1
+ """python -m deepwiki2md でのコマンド実行をサポート"""
2
+
3
+ from deepwiki2md.cli import main
4
+
5
+ main()