perfact / zodbsync

Dump and restore objects between a ZODB and a serialized file system structure
GNU General Public License v2.0
12 stars 5 forks source link

Publish project on Pypi? #120

Closed sweh closed 1 year ago

sweh commented 1 year ago

We use zodbsync in our legacy application and have already contributed one or two pull requests via gocept in the last few weeks. So that we don't have to check out zodbsync on every VM running our application, it would be fantastic if zodbsync was published on the Pypi.

What speaks against it in your opinion?

viktordick commented 1 year ago

Hi, there is no reason against it except that I have never done it until now and need to read up on how to do it ;) Until now we simply used git+https://... lines in our requirements.txt, but I will check up on how to publish on pypi at some point in the next 2-3 weeks.

viktordick commented 1 year ago

If you say legacy application - are we talking about still supporting Python 2? Just curious if the package should also contain an older release (we just dropped support for Python 2, there is not even a release out yet).

sweh commented 1 year ago

We are currently porting it to Python 3, so we can get over a non-existent Python 2 release. But a Python 3 release would be very nice for the future.

viktordick commented 1 year ago

The currently released version 22.2.5 is now found on pypi under perfact-zodbsync.

Although I will have to release a follow-up version because the README still tells to install from github...

sweh commented 1 year ago

Thank you very much!