Closed Zeroto521 closed 4 years ago
Should the JsonRPC/wox.py stay in the Wox?
I think it has no reason. And the better way is to build a package to upload to pypi.
To test my written Python plugin, I have to comment or delete the following line.
from wox import Wox ... Class Main(Wox)
# from wox import Wox ... Class Main()
So I tried to find a way to get lazy. I found that put it in the plugin package just like Wox.Plugin.Timestamp.
But it is ugly. We can use a better way.
Put it in Pypi.
Lets take the discussion over to https://github.com/Flow-Launcher/Flow.Launcher/issues/158. As previously mentioned this fork wont receive development unless it's critical.
Problem
Should the JsonRPC/wox.py stay in the Wox?
I think it has no reason. And the better way is to build a package to upload to pypi.
To test my written Python plugin, I have to comment or delete the following line.
Formal Code
Test Code
Answer
So I tried to find a way to get lazy. I found that put it in the plugin package just like Wox.Plugin.Timestamp.
But it is ugly. We can use a better way.
Put it in Pypi.