google-searchconsole icon indicating copy to clipboard operation
google-searchconsole copied to clipboard

Update Pypi library version

Open diije opened this issue 2 years ago • 2 comments

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.

diije avatar Feb 03 '23 09:02 diije

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

nicor88 avatar Feb 27 '23 19:02 nicor88

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.

andreamoro avatar Dec 02 '23 18:12 andreamoro

Thanks for all the suggestions.

I've set things up to release to PyPI with every new release.

I've just released v0.1.0 which you can install with:

$ pip install searchconsole

Releases will generally stay up-to-date with master but I'll try to make sure they're even more stable.

joshcarty avatar Nov 15 '25 14:11 joshcarty