Metadata-Version: 2.1 Name: thingspeak Version: 1.0.0 Summary: Client library for the thingspeak.com API Home-page: https://thingspeak.readthedocs.io/ License: LGPL-3.0 Author: Mikołaj Chwalisz Author-email: m.chwalisz@gmail.com Requires-Python: >=3.4,<4.0 Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Requires-Dist: docopt (>=0.6.2,<0.7.0) Requires-Dist: requests (>=2.21,<3.0) Project-URL: Documentation, https://thingspeak.readthedocs.io/ Description-Content-Type: text/x-rst Client library for the thingspeak.com API ========================================= |saythanks| master: |masterbadge| develop: |developbadge| .. |masterbadge| image:: https://travis-ci.org/mchwalisz/thingspeak.svg?branch=master :target: https://travis-ci.org/mchwalisz/thingspeak .. |developbadge| image:: https://travis-ci.org/mchwalisz/thingspeak.svg?branch=develop :target: https://travis-ci.org/mchwalisz/thingspeak .. |saythanks| image:: https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg :target: https://saythanks.io/to/mchwalisz :alt: Say thanks! ThingSpeak is an open source “Internet of Things” application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network. With ThingSpeak, you can create sensor logging applications, location tracking applications, and a social network of things with status updates. https://thingspeak.com https://github.com/iobridge/ThingSpeak This repository is contains Python module that helps in talking to ThingSpeak API. Full documentation is under http://thingspeak.readthedocs.io/en/latest/ Install using:: pip install thingspeak .. warning:: This is a complete redesign of the library as compared to v0.1.1. Previous version is available in https://github.com/bergey/thingspeak and is no longer maintained. To install old version you can still use:: pip install thingspeak==0.1.1