Metadata-Version: 1.0
Name: everyclient
Version: 0.1.4
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
        
        Installation:
        
        Pypi
        
        pip install everyclient
        
        Local
        
        1. Download package
        
        2. cd everyclient
        
        3. python3 setup.py develop -u
        
        
        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
