F5Networks / bigsuds

Python library for F5 Networks iControl API
MIT License
32 stars 17 forks source link

Adds timeout support to bigsuds #3

Closed caphrim007 closed 8 years ago

caphrim007 commented 8 years ago

This was requested quite a while ago by Matt Stevens here

https://devcentral.f5.com/questions/bigsuds-timeout

Eric provided a workaround, and I have merged his workaround plus some additional fixes to make the timeout value trickle down to the suds library.

darkrain42 commented 8 years ago

Looks sensible to me!

nerdoftech commented 8 years ago

The only thing I think it could use is the @param in the docstring so it shows up in the help.

Other than that, this is a great feature to add and +1.

caphrim007 commented 8 years ago

Added docstrings per @nerdoftech suggestions. Will merge and push a new release to pypi.