Metadata-Version: 2.1
Name: iotile-analytics-core
Version: 0.4.0
Summary: A data science bridge for iotile.cloud
Home-page: https://github.com/iotile/typedargs
Author: Arch
Author-email: info@arch-iot.com
License: LGPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: future (>=0.16.0)
Requires-Dist: numpy (>=1.13.1)
Requires-Dist: pandas (>=0.20.3)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: typedargs (>=0.10.0)
Requires-Dist: iotile-cloud (>=0.9.2)
Requires-Dist: tqdm (>=4.19.4)

IOTile Analytics Core
----------------------

IOTile Analytics Core provides classes for pulling data from iotile.cloud into
a standard data science environment.  In particular it natively maps data into
numpy and pandas as appropriate and provides functions to select data.  It
works well with a Jupyter Notebook based analysis environment, through the
functionality can be used in any python environment.

The IOTile Analytics package is broken into multiple parts of which
iotile-analytics-core is one.  You should install the additional parts that you need for
your use cases.

Installation:

```
pip install -U iotile_analytics-core
```


