Fmi.py is a library providing simple interface for interacting with FMI weather and forecast API.
Some differences to other similar projects:
- Asyncio
- No scraping
pip install fmi.py
pip-tools is used for managing dependencies. First create virtualenv with supported python version, and then:
pip install pip-tools
pip-sync
Alternatively use docker:
docker build -t fmi.py
docker run -it fmi.py