Conversation
- Created `src/ndicompress/utility.py` to locate OS-specific binaries. - Updated `src/ndicompress/compress.py` to use `utility.py` and ignore resource forks. - Added `pyproject.toml` and `MANIFEST.in` for packaging. - Updated `tests/test_ndi_compress.py` to import properly and skip missing binary tests. - Added `tests/test_example_data.py` to test against example data artifacts. - Created GitHub Actions workflow `.github/workflows/test.yml`. - Updated `.gitignore` to exclude egg-info.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Created `src/ndicompress/utility.py` to locate OS-specific binaries. - Updated `src/ndicompress/compress.py` to use `utility.py` and ignore resource forks. - Added `pyproject.toml` and `MANIFEST.in` for packaging. - Updated `tests/test_ndi_compress.py` to import properly. - Added `tests/test_example_data.py` to test against example data artifacts. - Created GitHub Actions workflow `.github/workflows/test.yml`. - Updated `.gitignore` to exclude egg-info.
Converted the codebase into a Python package named
ndi-compressv0.2.0.Key changes:
utility.pyto dynamically find the correct binary executables based on the operating system.compress.pyto useutility.py, ignore MacOS resource forks (._*) in tar archives, and handle 8-bit fallback for 16-bit digital files.pyproject.tomlconfiguration for building the package.MANIFEST.into include the binary files in the package.tests/test_ndi_compress.pyto usendicompressimports and skip compression tests if the binary is missing (e.g. on Linux/Mac wherendi_compress_*are absent).tests/test_example_data.pyto verify decompression using the provided example data..gitignore.PR created automatically by Jules for task 853084798891522952 started by @stevevanhooser