mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
371 stars 91 forks source link

Coding convention #8

Closed tbolender closed 8 years ago

tbolender commented 10 years ago

I noticed that some parts differs from code style conventions like PEP-8. For methods camel case is used, attributes are only written in lower cases without underscores etc. Regarding future work I would propose a small convention what to use when (and following parts of PEP-8 to make use more simple for others?)

mvexel commented 10 years ago

I am happy to follow PEP-8 as long as we can agree to not limit line length to 79 characters. :smile: