Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1010 Bytes

README.rst

File metadata and controls

50 lines (30 loc) · 1010 Bytes

image

image

image

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

Installation

pip install fmi.py

Documentation

https://fmipy.readthedocs.io/

Development

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