what3words / w3w-python-wrapper

Python wrapper for the what3words API
https://docs.what3words.com/api/v3/
MIT License
79 stars 14 forks source link

More pythonic interface and setup.py script for PyPI #1

Closed svartalf closed 8 years ago

svartalf commented 9 years ago
  1. Code style is more pythonic now and following PEP-0008 style guide.
  2. Documentation for public methods added.
  3. Python 2 and 3 compatibility added (requires additional six package)
  4. setup.py file added for PyPI (run $ pip install wheel && python setup.py bdist bdist_wheel upload)

Also I didn't tested this PR because your API registration requires phone number and so on, it is too much for me :)

brunobord commented 9 years ago

+1, please consider merging this PR (right after @svartalf has solved the conflicts)

ghost commented 9 years ago

Please see my PR here: https://github.com/what3words/w3w-python-wrapper/pull/2 -- incorporates @svartalf's changes, and resolves the merge conflicts.

tsamaya commented 8 years ago

Thanks @svartalf ; Closing this PR as added with PR #3