It'd be nice to expose the functionality of qweechat.weechat.parser to the world and allow others to use it in their own Python programs.
First, I'd recommend reviewing the code and updating it to work with Python 3, which I'm happy to do. I've got a working version exclusively for Python 3 locally, which I can tweak to make it compatible with Python 2.6+.
After that, it's just a matter of separating it out into a new repo (maybe named pyweerelay, pyweechat or python-weechat-relay), creating a PyPI package for it and adding that package as a dependency of qweechat.
It'd be nice to expose the functionality of
qweechat.weechat.parserto the world and allow others to use it in their own Python programs.First, I'd recommend reviewing the code and updating it to work with Python 3, which I'm happy to do. I've got a working version exclusively for Python 3 locally, which I can tweak to make it compatible with Python 2.6+.
After that, it's just a matter of separating it out into a new repo (maybe named
pyweerelay,pyweechatorpython-weechat-relay), creating a PyPI package for it and adding that package as a dependency of qweechat.