Hedy is a gradual programming language aimed at teaching programming and teaching Python. It teaches using different levels. The first level just offers printing text and asking for input. This level is meant to introduce learners to the idea of a programming language, and the environment. From there, Hedy builds up to include more complex syntax and additional concepts.
This repository contains the component that is the Hedy language, while https://github.com/hedyorg/hedy contains the website you see when you go to https://hedy.org/.
First, install uv, for example using Homebrew on macOS:
$ brew install uv
After cloning:
$ uv run doit test
# Or
$ uv run doit pretest
$ uv run pytest
A GitHub Actions Workflow will be automatically release new versions to PyPI if the file named VERSION in the root of the repository is changed to a different version number.
After publishing it becomes available for use in https://github.com/hedyorg/hedy, by updating requirements.txt to reference the new version.
Thank you very much for taking your time to help Hedy.