aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2015-02-12 19:53:11 -0600
committerachesak <achesak@yahoo.com>2015-02-12 19:53:11 -0600
commit62e5ee15612c672bff14623f2397aec0306a71b4 (patch)
tree694e334f041bd4025c40712615f1bab65e46ea76
parent960d3a66489357e92d7f886a1102a2438be1acc7 (diff)
downloadpackages-62e5ee15612c672bff14623f2397aec0306a71b4.tar.gz
packages-62e5ee15612c672bff14623f2397aec0306a71b4.zip
Added pythonpathlib.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6c05e64..6077e27 100644
--- a/packages.json
+++ b/packages.json
@@ -1227,5 +1227,14 @@
"description": "JSON Web Tokens for Nim",
"license": "MIT",
"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"
}
]