Log environmental information, like weather, temperatures at locations, traffic and more
- Python 96.2%
- HTML 3.8%
| envlogger | Catch case where API does not return an integer | |
| .gitignore | Ignore direnv and venv | |
| CHANGELOG.md | Changelog | |
| LICENSE | Initial commit | |
| README.md | Use uv in example venv setup | |
| requirements-dev.in | Added autopep8 as dev tool | |
| requirements-dev.txt | Latest dependencies | |
| requirements.in | Security updates, introduced uv | |
| requirements.txt | Latest dependencies | |
| tox.ini | Implemented updating air quality observations | |
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