-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I don't like the giant single file I have to keep all my code in, the Big Giant Dict™️ that's becoming increasingly unorganized, or the mixture of Decent code and WeeChat code. So I'm rewriting it.
My current plan is to create a Decent API wrapper for Python (with lots of OO), try to submit it to PyPI (not entirely sure how to do that, but will look into it) and include it as a dependency for Weecent (which will import decent and write all the WeeChat code based on that.)
I'll start by writing the Decent library, so literally every issue on this repo will be blocked.
I'll also look into possibly using another Websockets library, since I seem to be having some issues with the one I'm using. My Decent library (and therefore the websockets library) will have to support Python 2 because WeeChat needs to be compiled with a separate flag to use Python 3 (seriously guys why can't you just have separate python2 and python3 plugins 😠).