Skip to content

je-l/fmi.py

Repository files navigation

https://img.shields.io/pypi/pyversions/fmi.py.svg?style=flat-square https://img.shields.io/readthedocs/fmipy.svg?style=flat-square https://img.shields.io/badge/mypy-checked-blue.svg?style=flat-square

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

About

FMI api wrapper for fetching weather and forecast data

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages