diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-04-06 10:52:55 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-04-06 10:52:55 +0100 |
| commit | 8d27f99ec7d005e55a077cc47839a18d3b509dc9 (patch) | |
| tree | 6247e5903c847b8edaa8804e260228a15b2eac2d | |
| parent | 733a9844782d74283eacec6f5b7a9db15fb7de92 (diff) | |
| parent | cf16dad9c7cd9b7679468f2e2df6046985cded73 (diff) | |
| download | packages-8d27f99ec7d005e55a077cc47839a18d3b509dc9.tar.gz packages-8d27f99ec7d005e55a077cc47839a18d3b509dc9.zip | |
Merge pull request #338 from matkuki/patch-2
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" } ] |
