You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/11/22 01:57:45 UTC

mesos git commit: Add PyMesos to the list of API client libraries.

Repository: mesos
Updated Branches:
  refs/heads/master 77da99a9c -> d44c3105d


Add PyMesos to the list of API client libraries.

This closes #183


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d44c3105
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d44c3105
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d44c3105

Branch: refs/heads/master
Commit: d44c3105d48e13f31729d8ba3101be619f4e7594
Parents: 77da99a
Author: windreamer <wi...@gmail.com>
Authored: Mon Nov 21 17:57:18 2016 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Mon Nov 21 17:57:18 2016 -0800

----------------------------------------------------------------------
 docs/api-client-libraries.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d44c3105/docs/api-client-libraries.md
----------------------------------------------------------------------
diff --git a/docs/api-client-libraries.md b/docs/api-client-libraries.md
index e47f34f..a12489e 100644
--- a/docs/api-client-libraries.md
+++ b/docs/api-client-libraries.md
@@ -47,6 +47,11 @@ run into any issues, file them with the library maintainers.*
   mesos-scala-api</a></td>
   <td>Scala</td>
 </tr>
+<tr>
+  <td><a href="https://github.com/douban/pymesos">
+  PyMesos</a></td>
+  <td>Python</td>
+</tr>
 </table>
 
 ## Executor API
@@ -83,4 +88,9 @@ run into any issues, file them with the library maintainers.*
   mesos-go</a></td>
   <td>Go</td>
 </tr>
+<tr>
+  <td><a href="https://github.com/douban/pymesos">
+  PyMesos</a></td>
+  <td>Python</td>
+</tr>
 </table>