maker-lua-lsp 0.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.
Binary file
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: maker-lua-lsp
3
+ Version: 0.1.0
4
+ Summary: EmmyLua Language Server bridge for TapTap Maker, with MCP and LSP stdio support
5
+ Author-email: xd-sjh <shijiahao@xd.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/ArkadiumInc/taptap-maker
8
+ Keywords: lua,lsp,mcp,emmylua,taptap,maker
9
+ Classifier: Development Status :: 4 - Beta
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Topic :: Software Development :: Build Tools
14
+ Requires-Python: >=3.8
15
+ Requires-Dist: watchdog>=3.0.0
@@ -0,0 +1,8 @@
1
+ maker_lua_lsp/__init__.py,sha256=1T1YNAEIMYbOMbC8c6h16B_evEY1Bcs-8xyujmZ7e40,78
2
+ maker_lua_lsp/__main__.py,sha256=MRAi_Wz4DaVIy2gcPcanW8loLopnZi0CM4PFAcz_Be0,107047
3
+ maker_lua_lsp/bin/emmylua_ls.exe,sha256=VDuIISFsx9H5tcMrVttm-QlJu6ld0lUM9w1_HtqeKI8,21457408
4
+ maker_lua_lsp-0.1.0.dist-info/METADATA,sha256=rZaE0cMAPj11pPN1obXE9JmlpZ9TZT-cGmJutCaCU20,621
5
+ maker_lua_lsp-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
6
+ maker_lua_lsp-0.1.0.dist-info/entry_points.txt,sha256=f9MEaas0cyjj1tbz72AfUh0DI2rADzMAujO64TAwulQ,62
7
+ maker_lua_lsp-0.1.0.dist-info/top_level.txt,sha256=oZIU0-LhmS_YiIZmIs7MlvRi0qp5z98rZ85WS2Wgm_E,14
8
+ maker_lua_lsp-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ maker-lua-lsp = maker_lua_lsp.__main__:main
@@ -0,0 +1 @@
1
+ maker_lua_lsp