joshcarty / google-searchconsole

A wrapper for the Google Search Console API.
MIT License
223 stars 80 forks source link

Update Pypi library version #65

Open diije opened 1 year ago

diije commented 1 year ago

Hello,

First of all, thanks for the continuous maintenance of this package, I've been using it for years.

I noticed you once added it to Pypi.org: https://pypi.org/project/searchconsole/
However it seems the package is not up to date on Pypi, as the last update was in 2020.

It would be great to update this lib on Pypi, so that users could install the package easily instead of using the github link. This would also make maintenance and upgrades easier!

Thanks in advance.

nicor88 commented 1 year ago

Any plans to achieve the above? If not that, at least would be possible to tag specific changes/release to avoid to point the installation to main that can lead to issues if breaking changes/refactors are merged.

In case you are interested into publishing to pypi systematically here an example of a github action

andreamoro commented 12 months ago

While this might not be solving your Pypi problem, starting from this library I've made an extensive code refactoring also taking in consideration some of the most recent changes from Google's API. You can find my code here: https://github.com/andreamoro/GSC-Wrapper

More to come, as I'm integrating the Indexing Result part too.