python-phant icon indicating copy to clipboard operation
python-phant copied to clipboard

Python client library for Sparkfun's Phant

Results 1 python-phant issues
Sort by recently updated
recently updated
newest added

I can't seem to get the *get()* to work: `data = stream.get(gte=('temp','10'))` ``` Traceback (most recent call last): File ".\test1.py", line 29, in data = stream.get(gte=('temp','10')) File "C:\Python27\lib\site-packages\phant-0.6.dev0-py2.7.egg\phant\__init__.py", line 257,...