Metadata-Version: 1.1
Name: iotile-analytics-core
Version: 0.3.2
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
Description: 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 iotile_analytics
        ```
        
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
