ome / ome2024-ngff-challenge

Project planning and material repository for the 2024 challenge to generate 1 PB of OME-Zarr data
https://pypi.org/project/ome2024-ngff-challenge/
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

Package Release #12

Closed joshmoore closed 1 month ago

joshmoore commented 1 month ago

Following today's first challenge discussion (see: https://github.com/ome/ome2024-ngff-challenge/pull/10#issuecomment-2260170874) this PR puts everything in place to have a package on PyPI that users can install: pip install ome2024-ngff-challenge. Much of the boilerplate was created using copier copy gh:scientific-python/cookie ...

The code from the dev2/ and dev3/ directories has been copied to the src/ome2024_ngff_challenge directory. I'd suggest future changes take place there.

There are also now tests of the resave module to keep things a bit more sane. Other changes as discussed include:

cc: @sherwoodf @normanrz

joshmoore commented 1 month ago

Merged in order to enable GitHub Actions. #13 is the process of getting those actions green.