Commit Graph

8 Commits

Author SHA1 Message Date
jonasdlindner
90e16c698e Rename Method _websocket_reqeust to _websocket_request 2021-04-30 23:53:25 +02:00
Patrick J. McNerthney
74d0e292b8 Implement port forwarding. 2020-08-28 13:55:00 -10:00
Patrick J. McNerthney
a00ed7f87a Put extracting the "configuration" back into the stream.py module, and use
functools.partial to orchestrate calling the websocket request hanlder.
2020-08-27 16:10:11 -10:00
Patrick J. McNerthney
fd62214e28 Refactor stream package to enable common method helpers for other streaming api classes. 2020-08-26 18:27:56 -10:00
Ulrik Mikaelsson
368d0d7b1e ws_client: Add option to disable capture-all 2019-11-27 13:45:52 +01:00
Oz N Tiram
c941d74b37 Remove all shebangs from Python modules and checker
As discussed, Python modules which aren't intended to be invoked
as scripts should not include a shebang line.

Update CONTRIBUTING.md and the checker script.
This script now includes a list SKIP_FILES for files that
should not be checked for boilerplate template.
The tests will now fail if a Python module has a shebang line.
Scripts which should have a shebang line and exists in the directory
`hack` can be ignored by adding them to the SKIP_FILES list.
2019-08-27 22:18:52 +02:00
Neha Yadav
d56fdbc0cc Verify Boilerplate fix 2018-12-05 22:22:59 +05:30
mbohlool
86361f078d Add Websocket streaming support to base 2017-09-20 11:22:04 -07:00