Skip to content

htp84/kolada

Repository files navigation

Kolada

Build Status

The purpose of this api is to provide an easy way to download data from Kolada using Python 3. The API uses the requests module.

Supports Python 3.4+

>>> from kolada import Kpi
>>> kpi = Kpi()
>>> result = kpi.data_per_municipality('N00002', '0860').data
>>> print(result)

For more information about kolada on github see hypergene/kolada

For more information on kolada in general see Koladas homepage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages