-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split up into two packages or continue with rust+python inside one repository? #96
Comments
Hi @jas4711, thank you for reaching out!
No concerns! This package is designed to be a generic RFC 3161 client but we built it specifically for the Sigstore ecosystem (and sigstore-python especially), so packaging it in that context makes perfect sense.
We should be pretty close to it -- I think the main reason we're holding at beta is because we haven't fully "shaken" our API design assumptions to see if they're sound. However, I'm not especially opposed to declaring a 1.0 with the current public API, since we can always bump to 2.0 🙂 -- CC @DarkaMaul for thoughts.
Nope, we're likely to keep everything in this one repo! That keeps the development process simple for us. |
Hi @jas4711, thanks a lot for reaching out. As @woodruffw said, I think we are pretty close from a The only thing I would like to see merged before going to 1.0 is to remove this TODO but that can be addressed before end-of-year. |
Thank you for feedback! I feel encouraged to proceed with packaging as it looks right now, and encourage you to publish v1.0 if indeed people are using the code and you aren't actively doing massive API changes. As said, there is always opportunity for a v2.0 that breaks API. Removing the warning about pre-v1.0 code quality at the top of the README helps too, if the code is actually ready for it of course. One thing that would make my life easier is if you clarified who is the copyright holder of this work, there are no copyright statements in the source code. There is an Apache-2.0 license statement, but as far as I understand you need to something also say something like:
I suggest to put this in your README with your current reference to the Apache-2.0 license. While I proceed with packaging, I may find other issues and I hope to bring them up -- I just started working on packaging, so I'm nowhere finished on this. /Simon |
Sounds good -- I've opened #97 for this. |
We should be good for a 1.0 here now -- I'll cut it today. Thanks for pushing this forwards @jas4711, and please let us know if there's any questions that come up during packaging! |
Closes #96. Signed-off-by: William Woodruff <[email protected]>
Hi! I am considering packaging this project for Debian since it appears relevant to the Sigstore python software stack as a dependency, and wanted to reach out and see if you have any general concerns about this?
Debian has a Rust team and a Python team, and somewhat different methods for maintaining packages. I can probably get a monolithic package to work, and there are many examples of packages like this already.
I'm curious what your plans are towards getting v1.0 out -- how far away is that release?
Are you likely to make any big changes like splitting the project into one python part and one rust part?
For what it's worth, I support getting v1.0 out as soon as possible to declare some stable APIs for the python consumer space, and worry less about getting the implementation perfect, but I haven't looked into detail of this package and I'm not familiar with the API design either.
For reference, here is the packaging work as it will evolve:
https://salsa.debian.org/python-team/packages/python-rfc3161-client
Thanks,
Simon
The text was updated successfully, but these errors were encountered: