dpallot / simple-websocket-server

A python based websocket server that is simple and easy to use.
951 stars 319 forks source link

Release on PYPI #66

Closed talwrii closed 5 years ago

talwrii commented 6 years ago

As things stand, one cannot use this as a dependency in a python library (installed by pip) and have this installable by other people. Basically pip has decided to deprecate git dependencies (https://github.com/pypa/pip/issues/4187) and provided no work around.

The easy work around is to provide this on pypi. This adds a bunch of complexity / credential / moving parts.

talwrii commented 6 years ago

So I've released my own fork as a work around.

If you get around to doing it yourself ping me and I will delete my fork.

dpallot commented 5 years ago

pip install SimpleWebSocketServer