Skip to content
Snippets Groups Projects
Commit ddbed98e authored by tuhe's avatar tuhe
Browse files

Version committed to pypi

parent 08e78351
No related branches found
No related tags found
No related merge requests found
# Snipper # Snipper
A lightweight framework for removing code from student solutions. A lightweight framework for removing code from student solutions.
## Installation ## Installation
```shell ```console
pip install codesnipper pip install codesnipper
``` ```
## What it does ## What it does
...@@ -88,7 +88,7 @@ Output 3 ...@@ -88,7 +88,7 @@ Output 3
Goodbuy world Goodbuy world
``` ```
and a typeset version of an interactive python session in `foo.pyi` and a typeset version of an interactive python session in `foo.pyi`
```ipython ```pycon
>>> print("hello world") >>> print("hello world")
Hello World" Hello World"
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment