wdm0006 / pygeohash

Python module for interacting with geohashes
https://pygeohash.mcginniscommawill.com/
MIT License
161 stars 25 forks source link

Release new version to PyPi #14

Closed Robbie-Palmer closed 1 month ago

Robbie-Palmer commented 2 years ago

I would like to use the new get_adjacent function currently available on the master branch Could this be released on PyPi as version 1.3.0 please 😄

YKCzoli commented 2 years ago

I would also like to use the new get_adjacent function :) .

I was trying to follow this method of installing directly from github, but haven't had any luck:

https://adamj.eu/tech/2019/03/11/pip-install-from-a-git-repository/

Wondering if there is another way to get latest master installed via pip before an official release.

Robbie-Palmer commented 2 years ago

@YKCzoli pip install git+https://github.com/wdm0006/pygeohash works for me As does the alternative pip install 'pygeohash @ git+https://github.com/wdm0006/pygeohash' mentioned in that linked article

YKCzoli commented 2 years ago

@Robbie-Palmer Ah you are right! Thanks for following up with that, I think my install was using a cache locally, not sure but it IS working now, thanks again :)

wdm0006 commented 1 month ago

done, check out v2.0.3 out now.