Python implementation of the SensorPush temperature and humidity/hygrometer sensors cloud API which supports both temperature (°F) and humidity (Rh) sensors. NOTE: Ideally SensorPush sensors would be ...
. ├── alembic/ # Database migrations ├── app/ # Application code │ ├── api/ # API routes │ │ └── v1/ # API version 1 │ │ ├── endpoints/ # API endpoints │ │ └── api.py # API router │ ├── core/ # Core ...