Metadata-Version: 2.1
Name: pygreensens
Version: 0.3.4
Summary: Python package for GreenSens Plant Sensor Api
Home-page: https://github.com/pijiulaoshi/pygreensens
Author: PijiuLaoshi
Author-email: pijiulaoshi@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pijiulaoshi/pygreensens/issues
Description: # pygreensens
        python package for the GreenSens Plant Sensor API
        
        
        Usage:
        
        from pygreensens import GreenSens
        gs = GreenSens("username", "password", ["monitored", "conditions"])
        
        gs.fetch_single_plant(sensor_id) -> returns the information for a specific sensor
        gs.update() -> checks validity of Bearer token (renews if necessary) and updates the sensor data
        gs.hubs -> list of all hubs connected to account
        gs.sensors -> list of all sensors connected to account
        gs.plants -> dictionary of all plants and the monitored conditions
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
