Metadata-Version: 2.1
Name: taginfo
Version: 0.0.2
Summary: A small wrapper around taginfo API
Home-page: https://github.com/matkoniecz/taginfo_api_wrapper_in_python
Author: Mateusz Konieczny
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Taginfo

```
import taginfo

key = "landuse"
for value in taginfo.query.values_of_key(key):
    print(key, "=", value)
```


