diff options
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 |
commit | f6e569f987d2076a71ded36d59134c329093411d (patch) | |
tree | 6c928839a7b9eb73f36dddc1224169c17ad153b2 /python/dukpy/slack-desc | |
parent | fc61e512cdce2391745d86ba83f71ccb8092f3e8 (diff) |
python/dukpy: Added (JavaScript runtime environment for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/dukpy/slack-desc')
-rw-r--r-- | python/dukpy/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/dukpy/slack-desc b/python/dukpy/slack-desc new file mode 100644 index 0000000000..f2eb5abfab --- /dev/null +++ b/python/dukpy/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +dukpy: dukpy (JavaScript runtime environment for Python) +dukpy: +dukpy: dukpy is a JavaScript runtime environment for Python (tested with +dukpy: python 2.7 and >= 3.4) using the duktape embeddable JavaScript engine. +dukpy: With dukpy, you can run JavaScript in Python. +dukpy: +dukpy: Homepage: https://github.com/kovidgoyal/dukpy +dukpy: +dukpy: +dukpy: +dukpy: |