1
0
Fork
You've already forked envlogger
0
Log environmental information, like weather, temperatures at locations, traffic and more
  • Python 96.2%
  • HTML 3.8%
Find a file
2026年06月30日 19:45:19 +02:00
envlogger Catch case where API does not return an integer 2021年12月20日 12:13:55 +01:00
.gitignore Ignore direnv and venv 2026年01月08日 13:15:29 +01:00
CHANGELOG.md Changelog 2017年07月05日 12:31:22 +02:00
LICENSE Initial commit 2017年05月09日 10:36:38 +02:00
README.md Use uv in example venv setup 2026年06月12日 14:23:20 +02:00
requirements-dev.in Added autopep8 as dev tool 2019年04月22日 20:28:42 +02:00
requirements-dev.txt Latest dependencies 2026年06月30日 19:45:19 +02:00
requirements.in Security updates, introduced uv 2024年06月01日 11:13:34 +02:00
requirements.txt Latest dependencies 2026年06月30日 19:45:19 +02:00
tox.ini Implemented updating air quality observations 2019年04月22日 21:03:52 +02:00

envlogger

Log environmental information, like weather, temperatures at locations and of devices, traffic and more.

Keep track of fuel refills of your car, energy and water usage of your home.

Installation

Create a virtualenv and install the requirements:

# Install uv, see https://docs.astral.sh/uv/
# Create a virtualenv, see https://docs.astral.sh/uv/pip/environments/#creating-a-virtual-environment
uv venv
# Install dependencies
uv pip sync requirements.txt

Dependencies

OpenWeatherMap library

Dark Sky/Forecast.io library