From 704b972bcd7a726bb1557a5149e7285a86f61ecb Mon Sep 17 00:00:00 2001 From: achesak Date: Sun, 27 Dec 2015 20:45:18 -0600 Subject: [PATCH] Added pythonmath. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index aa490ba..5c180fa 100644 --- a/packages.json +++ b/packages.json @@ -3795,5 +3795,18 @@ "description": "Variant type and type matching", "license": "MIT", "web": "https://github.com/yglukhov/variant" + }, + { + "name": "pythonmath", + "url": "git://github.com/achesak/nim-pythonmath", + "method": "git", + "tags": [ + "library", + "python", + "math" + ], + "description": "Module to provide an interface as similar as possible to Python's math libary", + "license": "MIT", + "web": "https://github.com/achesak/nim-pythonmath" } ]