Add package py2nim (#2099)

This commit is contained in:
Leon Lysak 2021-12-28 04:22:56 -08:00 committed by GitHub
parent 030be258ff
commit fd1841dc7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",