google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 471 forks source link

Publish Python package to conda-forge #457

Open aazuspan opened 3 years ago

aazuspan commented 3 years ago

Having the openlocationcode package available through conda-forge as well as PyPi would be a big help as it would allow developers to use it as a dependency in other conda-forge packages (see davemlz/eemont#23). Adding it to conda-forge should be pretty straightforward since OLC has no dependencies.

Thanks!