Added pythonpathlib.

This commit is contained in:
achesak 2015-02-12 19:53:11 -06:00
parent 960d3a6648
commit 62e5ee1561

View File

@ -1227,5 +1227,14 @@
"description": "JSON Web Tokens for Nim", "description": "JSON Web Tokens for Nim",
"license": "MIT", "license": "MIT",
"web": "https://github.com/ekarlso/nim-jwt" "web": "https://github.com/ekarlso/nim-jwt"
},
{
"name": "pythonpathlib",
"url": "git://github.com/achesak/nim-pythonpathlib.git",
"method": "git",
"tags": ["path", "directory", "python", "library"],
"description": "Module for working with paths that is as similar as possible to Python's pathlib",
"license": "MIT",
"web": "https://github.com/achesak/nim-pythonpathlib"
} }
] ]