aboutsummaryrefslogtreecommitdiff
path: root/python/dukpy/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/dukpy/README')
-rw-r--r--python/dukpy/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/dukpy/README b/python/dukpy/README
new file mode 100644
index 0000000000000..b6902b586b134
--- /dev/null
+++ b/python/dukpy/README
@@ -0,0 +1,3 @@
+dukpy is a JavaScript runtime environment for Python (tested with python 2.7 and
+>= 3.4) using the duktape embeddable JavaScript engine. With dukpy, you can run
+JavaScript in Python.