summaryrefslogtreecommitdiffstats
path: root/python/dukpy/README
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2018-06-10 12:11:08 +0100
committer David Spencer <idlemoor@slackbuilds.org>2018-06-14 01:13:27 +0100
commitf6e569f987d2076a71ded36d59134c329093411d (patch)
tree6c928839a7b9eb73f36dddc1224169c17ad153b2 /python/dukpy/README
parentfc61e512cdce2391745d86ba83f71ccb8092f3e8 (diff)
downloadslackbuilds-f6e569f987d2076a71ded36d59134c329093411d.tar.gz
slackbuilds-f6e569f987d2076a71ded36d59134c329093411d.tar.xz
python/dukpy: Added (JavaScript runtime environment for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 0000000000..b6902b586b
--- /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.