Anoop Hallur
Anoop Hallur
My only ask is to be compatible with python3. I see you had used python 2 style class declarations ``` class WalletService(object): .... ``` My order of preference would be...
Hi @lorenzodifuccia Here, I am adding the functionality to 1. Download all the books given a topic. Example usage ```shell python3 safaribooks.py --cred "[email protected]:password01" --topic forex ``` Consequently, I changed...
Are there any plans to add mocking behaviour of websocket streams as it is included in the kite connect API. If it's already included, how do I access it ?
omhttp with retry ruleset gets into a hanged state when the omhttp server experiences a short outage
In our current setup we are using `omhttp` action with a retry ruleset. Our observation has been that whenever the server experiences a short degraded performance / outage (for ~30...
This change introduces an observability enhancement to the `imfile` module by adding per-file statistics. It allows users to monitor the exact number of lines and bytes processed for each individual...