From cf16dad9c7cd9b7679468f2e2df6046985cded73 Mon Sep 17 00:00:00 2001 From: matkuki Date: Tue, 5 Apr 2016 22:16:15 +0200 Subject: [PATCH] Added Python3 wrapper library --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 83d8538..a0e35bc 100644 --- a/packages.json +++ b/packages.json @@ -4522,5 +4522,17 @@ "description": "Asynchronous docker client written by Nim-lang", "license": "MIT", "web": "http://tulayang.github.io/asyncdocker.html" + }, + { + "name": "python3", + "url": "git://github.com/matkuki/python3", + "method": "git", + "tags": [ + "python", + "wrapper" + ], + "description": "Wrapper to interface with the Python 3 interpreter", + "license": "MIT", + "web": "https://github.com/matkuki/python3" } ]