Skip to main content

Podman integration for Styx compiled wrappers.

Project description

Podman Runner for Styx compiled wrappers

Build codecov Ruff stability-stable MIT License pages

styxpodman is a Python package that provides Podman integration for Styx compiled wrappers. It allows you to run Styx functions within Podman containers, offering improved isolation and reproducibility for your workflows.

Installation

You can install styxpodman using pip:

pip install styxpodman

Usage

from styxdefs import set_global_runner
from styxpodman import PodmanRunner

# Initialize the PodmanRunner
runner = PodmanRunner()

# Set the global runner for Styx
set_global_runner(runner)

# Now you can use any Styx functions as usual, and they will run in Podman containers

Advanced Configuration

The PodmanRunner class accepts several parameters for advanced configuration:

  • image_overrides: A dictionary to override container image tags
  • podman_executable: Path to the Podman executable (default: "podman")
  • data_dir: Directory for temporary data storage
  • environ: Environment variables to set in the container

Example:

runner = PodmanRunner(
    image_overrides={"python:3.9": "my-custom-python:3.9"},
    podman_executable="/usr/local/bin/podman",
    data_dir="/tmp/styx_data",
    environ={"PYTHONPATH": "/app/lib"}
)

Error Handling

styxpodman provides a custom error class, StyxPodmanError, which is raised when a Podman execution fails. This error includes details about the return code, command arguments, and Podman arguments for easier debugging.

Contributing

Contributions to styxpodman are welcome! Please refer to the GitHub repository for information on how to contribute, report issues, or submit pull requests.

License

styxpodman is released under the MIT License. See the LICENSE file for details.

Documentation

For detailed API documentation, please visit our API Docs.

Support

If you encounter any issues or have questions, please open an issue on the GitHub repository.

Requirements

  • Python 3.10+
  • Podman installed and running on your system

Comparison with styxdocker

While styxdocker and styxpodman serve similar purposes, they have some key differences:

  • Container Technology: styxdocker uses Docker, while styxpodman uses Podman.

Choose the package that best fits your infrastructure and requirements.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

styxpodman-0.1.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

styxpodman-0.1.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file styxpodman-0.1.1.tar.gz.

File metadata

  • Download URL: styxpodman-0.1.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for styxpodman-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1ba21a0b73db7b10d25c0fc0016a91c1e7703a5658eaa5021330fc723d835e9b
MD5 5bdd212d9f49e358e9f1785c2947d1a4
BLAKE2b-256 5464fa7a684d56506f834f373c9ec1b3e0783c9eb951ac1ea5a8254af2cd8db4

See more details on using hashes here.

File details

Details for the file styxpodman-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: styxpodman-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for styxpodman-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ac3dae5e369aa6de6ad551f3c36e704abbf41f8be412339aef940d7b3d2cdd14
MD5 ddb85d16c0dba2f3e178fa6c50c4cd6b
BLAKE2b-256 2836e4b6ed3289a1bc0c62880862d7906ded9dcf6ba4aa77cf244f891e6fc737

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page