{"id":13343197,"url":"https://github.com/xonsh/container","last_synced_at":"2025-03-12T04:32:46.255Z","repository":{"id":72324637,"uuid":"203639559","full_name":"xonsh/container","owner":"xonsh","description":"xonsh on docker","archived":false,"fork":false,"pushed_at":"2021-12-10T14:42:14.000Z","size":25,"stargazers_count":7,"open_issues_count":3,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-24T15:38:42.042Z","etag":null,"topics":["docker","hacktoberfest","xonsh"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/u/xonsh","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/xonsh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-21T18:11:30.000Z","updated_at":"2024-06-09T17:55:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a85d580-0dda-4654-b379-c02639b8230f","html_url":"https://github.com/xonsh/container","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xonsh%2Fcontainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xonsh%2Fcontainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xonsh%2Fcontainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xonsh%2Fcontainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xonsh","download_url":"https://codeload.github.com/xonsh/container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243158974,"owners_count":20245668,"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":["docker","hacktoberfest","xonsh"],"created_at":"2024-07-29T19:30:42.522Z","updated_at":"2025-03-12T04:32:46.248Z","avatar_url":"https://github.com/xonsh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xonsh\n\n[GitHub](https://github.com/xonsh/container) | [Docker Hub](https://hub.docker.com/r/xonsh/xonsh)\n\nXonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. The language is a superset of Python 3.5+ with additional shell primitives that you are used to from Bash and IPython. It works on all major systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily use of experts and novices alike.\n\n## Additions\n\n* `/usr/bin/xpip`: `xpip` usable from Dockerfiles/etc to enable installing\n  Python packages into the xonsh environment. Doesn't require cleanup.\n* `/usr/bin/xonsh`: xonsh itself.\n\n## Tags\n\n* `\u003cversion\u003e`/`latest`: Based on `python:3` (Debian Buster)\n* `\u003cversion\u003e-slim`/`slim`: Based on `python:3-slim` (Debian Buster, slim variant)\n* `\u003cversion\u003e-alpine`/`alpine`: Based on `python:3-alpine` (Alpine Linux)\n\n\n# xonsh for github actions\n\n[GitHub](https://github.com/xonsh/container) | [Docker Hub](https://hub.docker.com/r/xonsh/action)\n\nXonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. The language is a superset of Python 3.5+ with additional shell primitives that you are used to from Bash and IPython. It works on all major systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily use of experts and novices alike.\n\nThis container includes code to help with GitHub Actions. It automatically\nparses the input and configures GitHub API client libraries.\n[PyGithub](https://pygithub.readthedocs.io/) and [gqlmod](https://gqlmod.readthedocs.io/) are supported (but not installed by default).\n\nTo use this, include `source /etc/xonshrc` as soon as possible in your script.\n\n## Additions\n* `$GITHUB_EVENT`: The parsed event payload\n* `$INPUT`: A dictionary of input values (the `with` block in the workflow config)\n* If PyGithub is installed, `$GITHUB` is the client object\n\nThe GitHub Token is looked for as `GITHUB_TOKEN` in the environment and inputs.\n\nIn addition, this container inherits from the main xonsh container and includes\nthese:\n* `/usr/bin/xpip`: `xpip` usable from Dockerfiles/etc to enable installing\n  Python packages into the xonsh environment. Doesn't require cleanup.\n* `/usr/bin/xonsh`: xonsh itself.\n\n## Tags\n\n* `\u003cversion\u003e`/`latest`: Based on `xonsh`/`python:3` (Debian Buster)\n* `\u003cversion\u003e-slim`/`slim`: Based on `xonsh:slim`/`python:3-slim` (Debian Buster, slim variant)\n* `\u003cversion\u003e-alpine`/`alpine`: Based on `xonsh:alpine`/`python:3-alpine` (Alpine Linux)\n\n\n# xonsh for interactive use\n[GitHub](https://github.com/xonsh/container) | [Docker Hub](https://hub.docker.com/r/xonsh/interactive)\n\nXonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. The language is a superset of Python 3.5+ with additional shell primitives that you are used to from Bash and IPython. It works on all major systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily use of experts and novices alike.\n\nThis container includes additional dependencies and some configuration tweaks\nspecifically for interactive use.\n\n## Additions\n* Prompt Toolkit and Pygments are installed\n* Saving history is disabled\n\nIn addition, this container inherits from the main xonsh container and includes\nthese:\n* `/usr/bin/xpip`: `xpip` usable from Dockerfiles/etc to enable installing\n  Python packages into the xonsh environment. Doesn't require cleanup.\n* `/usr/bin/xonsh`: xonsh itself.\n\n## Tags\n\n* `\u003cversion\u003e`/`latest`: Based on `xonsh`/`python:3` (Debian Buster)\n* `\u003cversion\u003e-slim`/`slim`: Based on `xonsh:slim`/`python:3-slim` (Debian Buster, slim variant)\n* `\u003cversion\u003e-alpine`/`alpine`: Based on `xonsh:alpine`/`python:3-alpine` (Alpine Linux)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxonsh%2Fcontainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxonsh%2Fcontainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxonsh%2Fcontainer/lists"}