py-analytics icon indicating copy to clipboard operation
py-analytics copied to clipboard

Efficiently store time series data in redis

Results 3 py-analytics issues
Sort by recently updated
recently updated
newest added

When importing the analytics module I'm having this error: ``` File "/some/path/__init__.py", line 5, in import analytics File "/some/path/analytics/analytics/__init__.py", line 23 except Exception, e: ^ SyntaxError: invalid syntax ``` Seems...

For py 3.6+ `except` with a named variable should come with `as`.