rcoder 1.0.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.
rcoder/__init__.py ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env python3
2
+ """
3
+ Rcoder - 远程代码执行与管理系统
4
+ """
5
+
6
+ __version__ = "1.0.0"
7
+ __author__ = "Trae Team"
8
+ __description__ = "远程代码执行与管理系统,支持异步操作、批量执行和实时监控"