[stem/master] Note in comparison table that we now support descriptor creation

commit 785bbd36c187f56a9576c24c9158623f86a38ffd Author: Damian Johnson <atagar@torproject.org> Date: Tue Jun 27 09:49:51 2017 -0700 Note in comparison table that we now support descriptor creation --- docs/tutorials/mirror_mirror_on_the_wall.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/tutorials/mirror_mirror_on_the_wall.rst b/docs/tutorials/mirror_mirror_on_the_wall.rst index 5148c50..d215722 100644 --- a/docs/tutorials/mirror_mirror_on_the_wall.rst +++ b/docs/tutorials/mirror_mirror_on_the_wall.rst @@ -198,10 +198,6 @@ descriptor... signing-key ... -**Note:** Stem doesn't yet support signing its descriptors (:trac:`10227`). -Until it does try using `leekspin <https://pypi.python.org/pypi/leekspin>`_ -instead. - .. _validating-the-descriptors-content: Validating the descriptor's content @@ -324,7 +320,7 @@ Capability Stem Metrics-lib Zoossh =========================== ===================== =================== ============== Language :green:`Python` :green:`Java` :green:`Go` Checks signatures :green:`Mostly` :red:`No` :red:`No` -Create new descriptors :red:`No` :red:`No` :red:`No` +Create new descriptors :green:`Yes` :red:`No` :red:`No` Lazy parsing :green:`Yes` :red:`No` :green:`Yes` Type detection by @type :green:`Yes` :green:`Yes` :green:`Yes` Type detection by filename :green:`Yes` :red:`No` :red:`No`
participants (1)
-
atagar@torproject.org