You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
gevent-socketio is packaged into debian currently as python-socketio and the python module name used is socketio.
I recently started to package another python library called python-socketio (https://github.com/miguelgrinberg/python-socketio) for debian and I'm facing the problem that it also uses socketio as python module name.
gevent-socketio seems older and more used but there is also a few downsides as listed here : miguelgrinberg/python-socketio#23 (comment) where I initially asked about renaming the module name ( miguelgrinberg/python-socketio#23 ).
I also see in debian, that gevent-websocket project which is packaged as python-gevent-websocket uses geventwebsocket as python module name.
Would you be open to renaming the module name to geventsocketio ?
I'd like to find a solution with both projects, upstream, so that they don't collide anymore in the python libraries namespace. Else I'll have to patch one of them forever on the distro side :)
What's your opinion on this ?
Thanks,
Fred
The text was updated successfully, but these errors were encountered:
Hi,
gevent-socketio is packaged into debian currently as python-socketio and the python module name used is socketio.
I recently started to package another python library called python-socketio (https://github.com/miguelgrinberg/python-socketio) for debian and I'm facing the problem that it also uses socketio as python module name.
gevent-socketio seems older and more used but there is also a few downsides as listed here : miguelgrinberg/python-socketio#23 (comment) where I initially asked about renaming the module name ( miguelgrinberg/python-socketio#23 ).
I also see in debian, that gevent-websocket project which is packaged as python-gevent-websocket uses geventwebsocket as python module name.
Would you be open to renaming the module name to geventsocketio ?
I'd like to find a solution with both projects, upstream, so that they don't collide anymore in the python libraries namespace. Else I'll have to patch one of them forever on the distro side :)
What's your opinion on this ?
Thanks,
Fred
The text was updated successfully, but these errors were encountered: