aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-02-13 14:18:52 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-02-13 14:18:52 +0000
commite56827ec958aaaf50ac9f2d7203bf71dcf0ada91 (patch)
tree694e334f041bd4025c40712615f1bab65e46ea76
parent960d3a66489357e92d7f886a1102a2438be1acc7 (diff)
parent62e5ee15612c672bff14623f2397aec0306a71b4 (diff)
downloadpackages-e56827ec958aaaf50ac9f2d7203bf71dcf0ada91.tar.gz
packages-e56827ec958aaaf50ac9f2d7203bf71dcf0ada91.zip
Merge pull request #127 from achesak/master
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"
}
]