I am trying to create a custom type on Python 3.7 typing module. The new
type (say Struct) should be same as type tuple. In Python3.6, I was able to
do the same by taking cue from Typing.GenericMeta and typing.TupleMeta.
With typing module updated in Python3.7, GenericMeta and TupleMeta do not
exi
Hi,
Could you suggest me ssh library supporting python 3.1, to a surprise I
checked pramiko, fabric, etc etc and no one does. even workaround with
plumbum but not helpful. We have a project entirely on python 3.1 and now
we are stuck with ssh.
Please help
Thank you
~Chi
--
https://mail.python.o
Hi,
My sincere apologies if I am mailing in wrong list.
My mission:I have to develop GUI based tool on python and will be using
PyQT with qtdesigner. I am automating creation of test script for call flows
just by drawing them from tool.
Challenges: In this tool there will be a drawing ar