Support separate connect/read timeouts and timeout None in pylinkahead.ini
Summary
Python Requests supports separate connect/read timeouts and timeout None for no timeout altogether: https://requests.readthedocs.io/en/latest/user/advanced/#timeouts
Since out timeout option is simply forwarded to the requests.Session.request method, we should support both features in the pylinkahead.ini
DoD
-
implement parsing of tuple and None in timeoutoption. -
update src/schema-pycaosdb-ini.yml -
Add unit/integration tests?