p3lib 1.1.92__py3-none-any.whl → 1.1.93__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
p3lib/ssh.py CHANGED
@@ -762,8 +762,6 @@ class SSHTunnelManager(object):
762
762
  self._reverseSShDict[serverPort] = (destHost, destPort, chan, sock)
763
763
 
764
764
  self._ssh.getTransport().use_compression(self._useCompression)
765
- #serverBindAddress = "0.0.0.0"
766
- print(f"PJA: BIND ADDR: {serverBindAddress}")
767
765
  self._ssh.getTransport().request_port_forward(serverBindAddress, serverPort, handler=self._startReverseForwardingHandler)
768
766
 
769
767
  def startRevTunnel(self, serverBindAddress, serverPort, destHost, destPort):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: p3lib
3
- Version: 1.1.92
3
+ Version: 1.1.93
4
4
  Summary: A group of python modules for networking, plotting data, config storage, automating boot scripts, ssh access and user input output.
5
5
  Home-page: https://github.com/pjaos/p3lib
6
6
  Author: Paul Austen
@@ -12,11 +12,11 @@ p3lib/netif.py,sha256=3QV5OGdHhELIf4MBj6mx5MNCtVeZ7JXoNEkeu4KzCaE,9796
12
12
  p3lib/netplotly.py,sha256=PMDx-w1jtRVW6Od5u_kuKbBxNpTS_Y88mMF60puMxLM,9363
13
13
  p3lib/ngt.py,sha256=rXA-6zQkfeOupZ-3Q-k3-1DvbKYIi2TCtLKgUb0waWY,37726
14
14
  p3lib/pconfig.py,sha256=82rX7zvJVbSFtYYHvhj9I6GTdpjf9v73fNs9WQE-5ik,35388
15
- p3lib/ssh.py,sha256=j08l94U0m8PDAtRi3b_iKs1flUHzEbW57lbk5CeLfCg,42218
15
+ p3lib/ssh.py,sha256=OyoAQ_h1L2RfkjTAChDrvLFfl4Fe_gBNdX5rvK-wKiw,42125
16
16
  p3lib/table_plot.py,sha256=RPncwVlGUkkx5Fw0dHQedXo0TSPlTi__VrJBDzaMsuI,32116
17
17
  p3lib/uio.py,sha256=Aaxc99XiE3d2f9vLjaN-bZsckoNxay5t0ujdK6PXGrw,23265
18
- p3lib-1.1.92.dist-info/LICENSE,sha256=igqTy5u0kVWM1n-NUZMvAlinY6lVjAXKoag0okkS8V8,1067
19
- p3lib-1.1.92.dist-info/METADATA,sha256=VqQPrSElb7irOKEodRxjVMRAYFTMnEaRomKrAWi1mjE,918
20
- p3lib-1.1.92.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
21
- p3lib-1.1.92.dist-info/top_level.txt,sha256=SDCpXYh-19yCFp4Z8ZK4B-3J4NvTCJElZ42NPgcR6-U,6
22
- p3lib-1.1.92.dist-info/RECORD,,
18
+ p3lib-1.1.93.dist-info/LICENSE,sha256=igqTy5u0kVWM1n-NUZMvAlinY6lVjAXKoag0okkS8V8,1067
19
+ p3lib-1.1.93.dist-info/METADATA,sha256=sq5tqdxsRZRkq3JnEn-9d9lplPd9GJUZsdoVlGD0llU,918
20
+ p3lib-1.1.93.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
21
+ p3lib-1.1.93.dist-info/top_level.txt,sha256=SDCpXYh-19yCFp4Z8ZK4B-3J4NvTCJElZ42NPgcR6-U,6
22
+ p3lib-1.1.93.dist-info/RECORD,,
File without changes