thampiman / reverse-geocoder

A fast, offline reverse geocoder in Python
GNU Lesser General Public License v2.1
1.88k stars 160 forks source link

Wheel #74

Open TalAmuyal opened 1 year ago

TalAmuyal commented 1 year ago

Hi, I've made this fork that publishes Wheels for Linux and Mac. Will accept a PR that adds support for Windows.

mgaitan commented 1 year ago

why the package namespace is reverse_geocoder_whl ? couldn't it be a drop-in replacement to do import reverse_geocode ?

mgaitan commented 1 year ago

also you have both setup.py and pyproject.toml . isn't a good practice

TalAmuyal commented 6 months ago

Sorry with the delay.

Regarding the name - I didn't want the package to have a different name when importing it as it can be confusing. (feel free to fork it though 🙃).

Regarding the setup.py, I don't really want to invest to much into maintenance here.