Jean-Christophe Fillion-Robin
Jean-Christophe Fillion-Robin
Closing. Submission specific to the latest Stable version will be considered once the submission against the Preview version is finalized: * #2092
As of 2025.06.16, this is still happening.
After running `pip install s5cmd`, the following will be possible from Python without having to manually download/extract/install: ```python import shutil import subprocess s5cmdPath = shutil.which("s5cmd") if s5cmdPath is None: raise...
To follow-up on this, a dedicated project has been created at https://github.com/jcfr/s5cmd-python-distributions Wheels have been published at https://pypi.org/project/s5cmd/ The following platforms are supported by the binary wheels: | OS |...
Is @cagatayalptekin the same account as @cagatayalptekinNN ?
> Looks like they were trying to port the action to node20 Ditto. That said, on my side I didn't have a chance to work on this 🤦
Creating a pull request against this repo to update to node20 would be ideal ✨
> Could we use SlicerSOFA instead of Slicer-SOFA in both the github repository name and json file? Agreed. I will let @RafaelPalomar rename the GitHub project
Using this template would allow you to easily setup the infrastructure. See https://learn.scientific-python.org/development/ How would you call this python package ?
Thanks for the detailed review :pray: > re: update to node16 * https://github.com/swinton/screenshot-website/issues/80 > re: naming convention for branches and tags Until support for node12 is officially removed, I suggest...