gitextract_rkwnjby9/ ├── .github/ │ └── workflows/ │ └── lint_python.yml ├── .gitignore ├── .netatmo.credentials ├── LICENSE.txt ├── README.md ├── lnetatmo.py ├── samples/ │ ├── get_direct_camera_snapshot │ ├── graphLast3Days │ ├── printAllLastData.py │ ├── printThermostat.py │ ├── rawAPIsample.py │ ├── simpleLastData.py │ ├── smsAlarm.py │ ├── weather2file.md │ └── weather2file.py ├── setup.cfg ├── setup.py └── usage.md