diff --git a/packages.json b/packages.json index a9c38bb..f54e713 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,15 @@ [ + { + "name": "py2nim", + "url": "https://github.com/Niminem/Py2Nim", + "method": "git", + "tags":[ + "transpiler", + "python" + ], + "description": "Py2Nim is a tool to translate Python code to Nim. The output is human-readable Nim code, meant to be tweaked by hand after the translation process.", + "license": "MIT" + }, { "name": "rangequeries", "url": "https://github.com/vanyle/RangeQueriesNim",