Commit graph

8 commits

Author SHA1 Message Date
Tony DiCola
8fd72c2482 Update to use new MQTT path with username. 2015-06-03 13:30:36 -07:00
Tony DiCola
59fdef442d Add client.append function for easily appending data to a feed. 2015-05-25 16:47:12 -07:00
Tony DiCola
9900d508f5 Major update:
- Refactored REST client to use requests library for Python 3 compatibility.
- Added docstrings to all public methods & classes.
- Fleshed out CRUD APIs for data, feed, group.
- Wrote full suite of integration tests to verify changes.
- Updated setup.py to bump version to 0.9 & depend on requests and paho-mqtt modules.
- Updated and tested code to work with both Python 2 and 3.
- Broke out errors into separate file, and added explicit data model classes.
- General cleanup and preparation for public release.
2015-02-01 12:22:03 -08:00
Justin Cooper
5f4a3ddcfd Update setup.py 2015-01-20 16:10:57 -06:00
Justin Cooper
248aaafc2e Update setup.py
Update name
2015-01-20 16:10:29 -06:00
Tony DiCola
2c4bb7fb20 Add MQTT client and update tests. 2015-01-13 23:37:00 -08:00
Justin Cooper
300b268f6c initial working library 2014-05-27 11:23:53 -05:00
Justin Cooper
b3e145dcc7 initial io client python library commit 2014-05-21 13:46:30 -05:00