{"id":13502130,"url":"https://github.com/docker-exec/python","last_synced_at":"2025-03-29T10:32:46.317Z","repository":{"id":29336418,"uuid":"32870226","full_name":"docker-exec/python","owner":"docker-exec","description":null,"archived":false,"fork":false,"pushed_at":"2015-05-12T08:04:02.000Z","size":196,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-31T21:35:39.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docker-exec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-25T14:38:22.000Z","updated_at":"2016-07-12T04:00:42.000Z","dependencies_parsed_at":"2022-09-05T16:51:33.330Z","dependency_job_id":null,"html_url":"https://github.com/docker-exec/python","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-exec%2Fpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-exec%2Fpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-exec%2Fpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-exec%2Fpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docker-exec","download_url":"https://codeload.github.com/docker-exec/python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246174207,"owners_count":20735406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T22:02:02.966Z","updated_at":"2025-03-29T10:32:46.001Z","avatar_url":"https://github.com/docker-exec.png","language":"Python","readme":"# Docker Exec Image: s\n\nA Dockerfile describing an container capable of executing s source files.\n\n# Build\n\n```sh\ngit clone https://github.com/docker-exec/python.git\ndocker build -t dexec/lang-python .\n```\n\n# Usage\n\nIn a directory containing a script e.g. foo.py, run:\n\n```sh\ndocker run -t --rm \\\n    -v $(pwd -P)/foo.py:/tmp/dexec/build/foo.py \\\n    dexec/lang-python foo.py\n```\n\n## Passing arguments to the script\n\nArguments can be passed to the script using any of the following forms:\n\n```\n-a argument\n--arg argument\n--arg=argument\n```\n\nEach argument passed must be prefixed in this way, e.g.\n\n```sh\ndocker run -t --rm \\\n    -v $(pwd -P)/foo.py:/tmp/dexec/build/foo.py \\\n    dexec/lang-python foo.py \\\n    --arg='hello world' \\\n    --arg=foo \\\n    --arg=bar\n```\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker-exec%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocker-exec%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker-exec%2Fpython/lists"}