Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit c0e8fa6

Browse files
committed
Remove mention of apptainer
1 parent b11d068 commit c0e8fa6

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Podman/Apptainer Runner for Styx compiled wrappers
1+
# Podman Runner for Styx compiled wrappers
22

33
[![Build](https://github.com/styx-api/styxpodman/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/styx-api/styxpodman/actions/workflows/test.yaml?query=branch%3Amain)
44
[![codecov](https://codecov.io/gh/styx-api/styxpodman/branch/main/graph/badge.svg?token=22HWWFWPW5)](https://codecov.io/gh/styx-api/styxpodman)
@@ -75,14 +75,12 @@ If you encounter any issues or have questions, please open an issue on the [GitH
7575
## Requirements
7676

7777
- Python 3.10+
78-
- Podman or Apptainer installed and running on your system
78+
- Podman installed and running on your system
7979

8080
## Comparison with [`styxdocker`](https://github.com/styx-api/styxdocker)
8181

8282
While [`styxdocker`](https://github.com/styx-api/styxdocker) and [`styxpodman`](https://github.com/styx-api/styxpodman) serve similar purposes, they have some key differences:
8383

84-
- Container Technology: `styxdocker` uses Docker, while `styxpodman` uses Podman/Apptainer.
85-
- Platform Support: `styxdocker` works on Windows, Linux, and macOS, whereas `styxpodman` is not supported on Windows.
86-
- User Permissions: `styxdocker` can run containers as the current user on POSIX systems, which can help with file permission issues.
84+
- Container Technology: `styxdocker` uses Docker, while `styxpodman` uses Podman.
8785

8886
Choose the package that best fits your infrastructure and requirements.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "styxpodman"
33
version = "0.7.1"
4-
description = "Podman/Apptainer integration for Styx compiled wrappers"
4+
description = "Podman integration for Styx compiled wrappers"
55
authors = [
6-
{ name = "Florian Rupprecht", email = "33600480+nx10@users.noreply.github.com" },
6+
{name = "Florian Rupprecht", email = "33600480+nx10@users.noreply.github.com"}
77
]
88
requires-python = ">=3.10"
99
readme = "README.md"
@@ -17,7 +17,7 @@ dev = [
1717
"pre-commit>=4.4.0",
1818
"pytest-cov>=7.0.0",
1919
"ruff>=0.14.6",
20-
"deptry>=0.24.0",
20+
"deptry>=0.24.0"
2121
]
2222
docs = ["pdoc>=15.0.0"]
2323

0 commit comments

Comments
 (0)