Contributing
Contributions are very welcome. Please file issues or submit pull requests in our GitHub repository. All contributors will be acknowledged, but must abide by our Code of Conduct.
Site Structure
README.md
: overviewLICENSE.md
: content licenseCODE_OF_CONDUCT.md
: code of conductCONTRIBUTING.md
: this contributors' guidepyproject.toml
: Python package descriptionMakefile
: repeatable commandsmccole/
: Python source
Build and Release
pip install build twine
python -m build
twine upload --verbose -u __token__ -p pypi-your-access-token dist/*
Contributors
-
Juanan Pereira is a lecturer in Computer Science at the University of the Basque Country (UPV/EHU), where he researches and tries to integrate open source software, software engineering, and LLMs in education.
-
Greg Wilson is a programmer, author, and educator based in Toronto. He was the co-founder and first Executive Director of Software Carpentry and received ACM SIGSOFT's Influential Educator Award in 2020.