mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
360 stars 89 forks source link

Issue #38 Add user agent to HTTP requests #74

Closed trypy closed 7 years ago

trypy commented 7 years ago

Hope proposed change does not make wrapper too fat. Went for bonus proposed in Issue #38 which suggest including version. Imported pkg_resources to lookup version per suggestion (5) in following: https://packaging.python.org/single_source_version/

Lightly tested.