xonsh / container

xonsh on docker
https://hub.docker.com/u/xonsh
MIT License
7 stars 1 forks source link
docker hacktoberfest xonsh

xonsh

GitHub | Docker Hub

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.

Additions

Tags

xonsh for github actions

GitHub | Docker Hub

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.

Additions

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:

Tags

xonsh for interactive use

GitHub | Docker Hub

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.

Additions

In addition, this container inherits from the main xonsh container and includes these:

Tags