|
1 | 1 | # Singularity/Apptainer Runner for Styx compiled wrappers |
2 | 2 |
|
3 | | -[](https://github.com/childmindresearch/styxsingularity/actions/workflows/test.yaml?query=branch%3Amain) |
4 | | -[](https://codecov.io/gh/childmindresearch/styxsingularity) |
| 3 | +[](https://github.com/styx-api/styxsingularity/actions/workflows/test.yaml?query=branch%3Amain) |
| 4 | +[](https://codecov.io/gh/styx-api/styxsingularity) |
5 | 5 | [](https://github.com/astral-sh/ruff) |
6 | 6 |  |
7 | | -[](https://github.com/childmindresearch/styxsingularity/blob/main/LICENSE) |
8 | | -[](https://childmindresearch.github.io/styxsingularity) |
| 7 | +[](https://github.com/styx-api/styxsingularity/blob/main/LICENSE) |
| 8 | +[](https://styx-api.github.io/styxsingularity) |
9 | 9 |
|
10 | 10 | `styxsingularity` is a Python package that provides Singularity/Apptainer integration for Styx compiled wrappers. It allows you to run Styx functions within Singularity containers, offering improved isolation and reproducibility for your workflows. |
11 | 11 |
|
@@ -63,28 +63,28 @@ runner = SingularityRunner( |
63 | 63 |
|
64 | 64 | ## Contributing |
65 | 65 |
|
66 | | -Contributions to `styxsingularity` are welcome! Please refer to the [GitHub repository](https://github.com/childmindresearch/styxsingularity) for information on how to contribute, report issues, or submit pull requests. |
| 66 | +Contributions to `styxsingularity` are welcome! Please refer to the [GitHub repository](https://github.com/styx-api/styxsingularity) for information on how to contribute, report issues, or submit pull requests. |
67 | 67 |
|
68 | 68 | ## License |
69 | 69 |
|
70 | 70 | `styxsingularity` is released under the MIT License. See the LICENSE file for details. |
71 | 71 |
|
72 | 72 | ## Documentation |
73 | 73 |
|
74 | | -For detailed API documentation, please visit our [API Docs](https://childmindresearch.github.io/styxsingularity). |
| 74 | +For detailed API documentation, please visit our [API Docs](https://styx-api.github.io/styxsingularity). |
75 | 75 |
|
76 | 76 | ## Support |
77 | 77 |
|
78 | | -If you encounter any issues or have questions, please open an issue on the [GitHub repository](https://github.com/childmindresearch/styxsingularity). |
| 78 | +If you encounter any issues or have questions, please open an issue on the [GitHub repository](https://github.com/styx-api/styxsingularity). |
79 | 79 |
|
80 | 80 | ## Requirements |
81 | 81 |
|
82 | 82 | - Python 3.10+ |
83 | 83 | - Singularity or Apptainer installed and running on your system |
84 | 84 |
|
85 | | -## Comparison with [`styxdocker`](https://github.com/childmindresearch/styxdocker) |
| 85 | +## Comparison with [`styxdocker`](https://github.com/styx-api/styxdocker) |
86 | 86 |
|
87 | | -While [`styxdocker`](https://github.com/childmindresearch/styxdocker) and [`styxsingularity`](https://github.com/childmindresearch/styxsingularity) serve similar purposes, they have some key differences: |
| 87 | +While [`styxdocker`](https://github.com/styx-api/styxdocker) and [`styxsingularity`](https://github.com/styx-api/styxsingularity) serve similar purposes, they have some key differences: |
88 | 88 |
|
89 | 89 | - Container Technology: `styxdocker` uses Docker, while `styxsingularity` uses Singularity/Apptainer. |
90 | 90 | - Platform Support: `styxdocker` works on Windows, Linux, and macOS, whereas `styxsingularity` is not supported on Windows. |
|
0 commit comments