shashank khare

Results 13 issues of shashank khare
trafficstars

When I moved the project to python3, I missed adding some backwards compatibility checks. Need to convert so it supports both python2.7+ and python3.5+

refactoring

Currently the classes (eg. column.py) are quite Java like with setters and getters. Need to check if all values are mutable and if not we can just use: @property and...

refactoring

Hi, We came across a strange issue when using this library. When we try to do a marketPriceRequest and in the response, we get the integer value of the RDMFieldDictionary...