We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1c1b0 commit 248f2e2Copy full SHA for 248f2e2
doc/sphinx/source/index.rst
@@ -23,3 +23,4 @@ Contents:
23
bpaste
24
tips
25
bpdb
26
+ simplerepl
bpython/simplerepl.py doc/sphinx/source/simplerepl.pybpython/simplerepl.py renamed to doc/sphinx/source/simplerepl.py
doc/sphinx/source/simplerepl.rst
@@ -0,0 +1,9 @@
1
+.. _simplerepl:
2
+
3
+A Simple REPL
4
+=============
5
6
+The following code listing shows a simple example REPL implemented using `bpython` and `curtsies`.
7
8
+.. literalinclude:: simplerepl.py
9
+ :language: python
0 commit comments