repo2podman


Namerepo2podman JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/manics/repo2podman
SummaryRepo2docker Podman extension
upload_time2023-10-15 20:07:59
maintainer
docs_urlNone
authorSimon Li
requires_python>=3.6
licenseBSD
keywords reproducible science environments docker
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # repo2podman

[![Build Status](https://github.com/manics/repo2podman/actions/workflows/build.yml/badge.svg)](https://github.com/manics/repo2podman/actions/workflows/build.yml)
[![Latest PyPI version](https://img.shields.io/pypi/v/repo2podman?logo=pypi)](https://pypi.python.org/pypi/repo2podman)

`repo2podman` is a plugin for [repo2docker](http://repo2docker.readthedocs.io) that lets you use [Podman](https://podman.io/) instead of Docker.

Requires Podman 3+.

## Installation

    pip install repo2podman

## Running

Simply include `--engine podman` in the arguments to `repo2docker`:

    repo2docker --engine podman <repository>

### Using a different Podman executable

repo2podman uses the `podman` command line executable, so it should be possible to substitute any other docker/podman compatible command line tool.

For example, `nerdctl`:

    repo2docker --engine podman --PodmanEngine.podman_executable=nerdctl <repository>

`podman-remote`:

    export CONTAINER_HOST=ssh://<user>@<host>/home/<user>/podman.sock
    export CONTAINER_SSHKEY=$HOME/.ssh/<ssh-private-key>
    repo2docker --engine=podman --PodmanEngine.podman_executable=podman-remote <repository>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/manics/repo2podman",
    "name": "repo2podman",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "reproducible science environments docker",
    "author": "Simon Li",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4f/d7/d074ba9f61018fcf6776486ab738f7c3947b097dfc6ae41aa4b462e0daba/repo2podman-0.2.0.tar.gz",
    "platform": null,
    "description": "# repo2podman\n\n[![Build Status](https://github.com/manics/repo2podman/actions/workflows/build.yml/badge.svg)](https://github.com/manics/repo2podman/actions/workflows/build.yml)\n[![Latest PyPI version](https://img.shields.io/pypi/v/repo2podman?logo=pypi)](https://pypi.python.org/pypi/repo2podman)\n\n`repo2podman` is a plugin for [repo2docker](http://repo2docker.readthedocs.io) that lets you use [Podman](https://podman.io/) instead of Docker.\n\nRequires Podman 3+.\n\n## Installation\n\n    pip install repo2podman\n\n## Running\n\nSimply include `--engine podman` in the arguments to `repo2docker`:\n\n    repo2docker --engine podman <repository>\n\n### Using a different Podman executable\n\nrepo2podman uses the `podman` command line executable, so it should be possible to substitute any other docker/podman compatible command line tool.\n\nFor example, `nerdctl`:\n\n    repo2docker --engine podman --PodmanEngine.podman_executable=nerdctl <repository>\n\n`podman-remote`:\n\n    export CONTAINER_HOST=ssh://<user>@<host>/home/<user>/podman.sock\n    export CONTAINER_SSHKEY=$HOME/.ssh/<ssh-private-key>\n    repo2docker --engine=podman --PodmanEngine.podman_executable=podman-remote <repository>\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Repo2docker Podman extension",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://repo2docker.readthedocs.io",
        "Homepage": "https://github.com/manics/repo2podman"
    },
    "split_keywords": [
        "reproducible",
        "science",
        "environments",
        "docker"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff70b154682912e6f9731f842fc5844429fbea59bfab4692f645178c736e164a",
                "md5": "2757a49019f25421f31e99fbe04a6e50",
                "sha256": "ec62dba1a0191085f0854452af7e8f1288b9d736e748a256388b085fcf9fc36e"
            },
            "downloads": -1,
            "filename": "repo2podman-0.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2757a49019f25421f31e99fbe04a6e50",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 8847,
            "upload_time": "2023-10-15T20:07:58",
            "upload_time_iso_8601": "2023-10-15T20:07:58.204529Z",
            "url": "https://files.pythonhosted.org/packages/ff/70/b154682912e6f9731f842fc5844429fbea59bfab4692f645178c736e164a/repo2podman-0.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fd7d074ba9f61018fcf6776486ab738f7c3947b097dfc6ae41aa4b462e0daba",
                "md5": "2da904366b3807ea1de3b4d849691e4c",
                "sha256": "a71b85bf626ab42aed398c702d38cb165649168751c59ec16f1598114b4d022f"
            },
            "downloads": -1,
            "filename": "repo2podman-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2da904366b3807ea1de3b4d849691e4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 16465,
            "upload_time": "2023-10-15T20:07:59",
            "upload_time_iso_8601": "2023-10-15T20:07:59.773898Z",
            "url": "https://files.pythonhosted.org/packages/4f/d7/d074ba9f61018fcf6776486ab738f7c3947b097dfc6ae41aa4b462e0daba/repo2podman-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-15 20:07:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "manics",
    "github_project": "repo2podman",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "repo2podman"
}
        
Elapsed time: 0.14622s