You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Josh Karpel 4438be471f
make a Docker image and publish to GHCR (#15)
3 years ago
.github make a Docker image and publish to GHCR (#15) 3 years ago
docker make a Docker image and publish to GHCR (#15) 3 years ago
docs Examples and live coding (#14) 3 years ago
spiel make a Docker image and publish to GHCR (#15) 3 years ago
tests Examples and live coding (#14) 3 years ago
.coveragerc Bundle demo (#7) 3 years ago
.dockerignore make a Docker image and publish to GHCR (#15) 3 years ago
.gitignore Set up infrastructure (#1) 3 years ago
.pre-commit-config.yaml Examples and live coding (#14) 3 years ago
.readthedocs.yml Add docs (#13) 3 years ago
LICENSE Initial commit 3 years ago
README.md make a Docker image and publish to GHCR (#15) 3 years ago
codecov.yml Set up infrastructure (#1) 3 years ago
mypy.ini Bundle demo (#7) 3 years ago
poetry.lock make a Docker image and publish to GHCR (#15) 3 years ago
pyproject.toml make a Docker image and publish to GHCR (#15) 3 years ago

README.md

Spiel

PyPI Documentation Status PyPI - License

pre-commit.ci status codecov Code style: black

GitHub issues GitHub pull requests

Spiel is a framework for building and presenting richly-styled presentations in your terminal using Python.

To see what Spiel can do, install it (pip install spiel), then run this command to view the demonstration deck:

$ spiel demo present

Supported Systems

Spiel relies on underlying terminal mechanisms that are only available on POSIX systems (e.g., Linux and MacOS). If you're on Windows, you can use the Windows Subsystem for Linux to run Spiel.