1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: Privacy breach in docs
Removes privacy breanch in docs.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2015-09-02
Index: python-jsonpath-rw-ext/README.rst
===================================================================
--- python-jsonpath-rw-ext.orig/README.rst
+++ python-jsonpath-rw-ext/README.rst
@@ -2,17 +2,6 @@
python-jsonpath-rw-ext
===============================
-.. image:: https://travis-ci.org/sileht/python-jsonpath-rw-ext.png?branch=master
- :target: https://travis-ci.org/sileht/python-jsonpath-rw-ext
-
-.. image:: https://img.shields.io/pypi/v/jsonpath-rw-ext.svg
- :target: https://pypi.python.org/pypi/jsonpath-rw-ext/
- :alt: Latest Version
-
-.. image:: https://img.shields.io/pypi/dm/jsonpath-rw-ext.svg
- :target: https://pypi.python.org/pypi/jsonpath-rw-ext/
- :alt: Downloads
-
Extensions for JSONPath RW
jsonpath-rw-ext extends json-path-rw capabilities by adding multiple extensions.
|