Xonsh 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.
/usr/bin/xpip
:xpip
usable from Dockerfiles/etc to enable installing Python packages into the xonsh environment. Doesn't require cleanup./usr/bin/xonsh
: xonsh itself.
<version>
/latest
: Based onpython:3
(Debian Buster)<version>-slim
/slim
: Based onpython:3-slim
(Debian Buster, slim variant)<version>-alpine
/alpine
: Based onpython:3-alpine
(Alpine Linux)
Xonsh 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.
This container includes code to help with GitHub Actions. It automatically parses the input and configures GitHub API client libraries. PyGithub and gqlmod are supported (but not installed by default).
To use this, include source /etc/xonshrc
as soon as possible in your script.
$GITHUB_EVENT
: The parsed event payload$INPUT
: A dictionary of input values (thewith
block in the workflow config)- If PyGithub is installed,
$GITHUB
is the client object
The GitHub Token is looked for as GITHUB_TOKEN
in the environment and inputs.
In addition, this container inherits from the main xonsh container and includes these:
/usr/bin/xpip
:xpip
usable from Dockerfiles/etc to enable installing Python packages into the xonsh environment. Doesn't require cleanup./usr/bin/xonsh
: xonsh itself.
<version>
/latest
: Based onxonsh
/python:3
(Debian Buster)<version>-slim
/slim
: Based onxonsh:slim
/python:3-slim
(Debian Buster, slim variant)<version>-alpine
/alpine
: Based onxonsh:alpine
/python:3-alpine
(Alpine Linux)
Xonsh 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.
This container includes additional dependencies and some configuration tweaks specifically for interactive use.
- Prompt Toolkit and Pygments are installed
- Saving history is disabled
In addition, this container inherits from the main xonsh container and includes these:
/usr/bin/xpip
:xpip
usable from Dockerfiles/etc to enable installing Python packages into the xonsh environment. Doesn't require cleanup./usr/bin/xonsh
: xonsh itself.
<version>
/latest
: Based onxonsh
/python:3
(Debian Buster)<version>-slim
/slim
: Based onxonsh:slim
/python:3-slim
(Debian Buster, slim variant)<version>-alpine
/alpine
: Based onxonsh:alpine
/python:3-alpine
(Alpine Linux)