aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6a8cf04..bf1d13c 100644
--- a/packages.json
+++ b/packages.json
@@ -3871,5 +3871,17 @@
"description": "Nim wrapper for the LZ4 library. There is also a high-level API for easy use",
"license": "BSD",
"web": "https://github.com/dfdeshom/nimlz4"
+ },
+ {
+ "name": "pythonize",
+ "url": "https://github.com/marcoapintoo/nim-pythonize.git",
+ "method": "git",
+ "tags": [
+ "python",
+ "wrapper",
+ ],
+ "description": "A higher-level wrapper for the Python Programing Language",
+ "license": "MIT",
+ "web": "https://github.com/marcoapintoo/nim-pythonize"
}
]