- Refactored `hmmer.py` to replace `SchedContext` with `h3daemon` for spawning
and managing the daemon.
- Updated the method for shutdown to leverage `h3daemon`.
- Renamed test functions in `test_hmmer.py` and `test_press.py`.
- Updated `h3daemon` dependency version in `pyproject.toml`.
This refactor improves the codebase by utilizing the latest `h3daemon` API, which simplifies the HMMER daemon's spawn and shutdown processes, leading to cleaner and more maintainable code. Also, renaming test functions aligns with the simplified process, enhancing readability. πβ¨