Added nim-pymod

This commit is contained in:
James Boyden 2015-12-03 14:08:05 +11:00
parent 37f21d99cc
commit 29f7f12419

View File

@ -3678,5 +3678,27 @@
"description": "YAML parser",
"license": "MIT",
"web": "https://github.com/nim-appkit/yaml"
},
{
"name": "pymod",
"url": "https://github.com/jboy/nim-pymod",
"method": "git",
"tags": [
"wrapper",
"python",
"module",
"numpy",
"array",
"matrix",
"ndarray",
"pyobject",
"pyarrayobject",
"iterator",
"iterators",
"docstring",
],
"description": "Auto-generate a Python module that wraps a Nim module.",
"license": "MIT",
"web": "https://github.com/jboy/nim-pymod"
}
]
]