Metadata-Version: 1.1
Name: thingspeak
Version: 0.4.0
Summary: Client library for the thingspeak.com API
Home-page: https://github.com/mchwalisz/thingspeak
Author: Mikołaj Chwalisz
Author-email: m.chwalisz@gmail.com
License: LGPLv3
Description: Client library for the thingspeak.com API
        =========================================
        
        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/
        
        .. 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
        
Keywords: thingspeak development api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2
