jjw24 / Wox

Launcher for Windows, an alternative to Alfred and Launchy.
http://wox.one
MIT License
155 stars 12 forks source link

Should the JsonRPC/wox.py stay in Wox? #196

Closed Zeroto521 closed 4 years ago

Zeroto521 commented 4 years ago

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

from wox import Wox
...

Class Main(Wox)

Test Code

# from wox import Wox
...

Class Main()

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.

jjw24 commented 4 years ago

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.