Metadata-Version: 1.0
Name: everyclient
Version: 0.1.6
Summary: Everysense client package for Rest API
Home-page: https://github.com/every-sense
Author: Everysense Inc
Author-email: support@every-sense.com
License: MIT
Description: Everysense Rest API client
        
        .. image:: https://travis-ci.org/daiyanze/everyclient.svg?branch=master
            :target: https://travis-ci.org/daiyanze/everyclient
        
        Requirements:
        
        Python (2.7, 3.4, 3.5, 3.6)
        
        urllib3[secure] (1.20)
        
        
        Installation:
        
        Pypi
        
        pip install everyclient
        
        Local
        
        1. Download package
        
        2. cd everyclient
        
        3. python3 setup.py install
        
        
        Example Usage :
        
        from everyclient import EveryClien
        
        EveryClient().auth_user(["account","password"])
        
        API Docs:
        
        Please follow the link below and read our API document
        
        https://every-sense.github.io/everysense_api_doc/
Platform: UNKNOWN
