Metadata-Version: 2.0
Name: iobeam
Version: 0.5.2
Summary: Library for connecting to iobeam, the data analysis     platform for the Internet of Things.
Home-page: https://github.com/iobeam/iobeam-client-python
Author: iobeam
Author-email: support@iobeam.com
License: Apache Software License
Keywords: iot data analytics iobeam sensors
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: enum34
Requires-Dist: requests

iobeam Python Library
=====================

`iobeam <https://iobeam.com>`__ is a data platform for connected
devices.

This is a Python library for sending data to **iobeam**. For more
information on the iobeam, please `check our our
documentation <https://docs.iobeam.com>`__.

Please note that we are currently invite-only. You will need an invite
to generate a valid token and use our APIs. (`Sign up
here <https://iobeam.com>`__ for an invite.)

Changelog
---------

10/05/15 - v0.5.2
~~~~~~~~~~~~~~~~~

-  Fix missing return for ``iobeam.makeQuery()``

10/02/15 - v0.5.1
~~~~~~~~~~~~~~~~~

-  Use persistent connections for HTTP to improve performance
-  Rename ``iobeam.MakeQuery()`` to ``iobeam.makeQuery()``


