diff options
| author | matkuki <kukovecmatic@hotmail.com> | 2016-04-05 22:16:15 +0200 |
|---|---|---|
| committer | matkuki <kukovecmatic@hotmail.com> | 2016-04-05 22:16:15 +0200 |
| commit | cf16dad9c7cd9b7679468f2e2df6046985cded73 (patch) | |
| tree | 6247e5903c847b8edaa8804e260228a15b2eac2d | |
| parent | 733a9844782d74283eacec6f5b7a9db15fb7de92 (diff) | |
| download | packages-cf16dad9c7cd9b7679468f2e2df6046985cded73.tar.gz packages-cf16dad9c7cd9b7679468f2e2df6046985cded73.zip | |
Added Python3 wrapper library
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" } ] |
