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 29 30 31 32 33 34 35 36 37 38 39
|
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Thu, 1 Feb 2018 09:39:20 +0000
Subject: No privacy breach
Forwarded: not-needed
---
README.rst | 28 ----------------------------
1 file changed, 28 deletions(-)
--- a/README.rst
+++ b/README.rst
@@ -1,27 +1,3 @@
-.. image:: https://github.com/wireservice/csvkit/workflows/CI/badge.svg
- :target: https://github.com/wireservice/csvkit/actions
- :alt: Build status
-
-.. image:: https://coveralls.io/repos/wireservice/csvkit/badge.svg?branch=master
- :target: https://coveralls.io/r/wireservice/csvkit
- :alt: Coverage status
-
-.. image:: https://img.shields.io/pypi/dm/csvkit.svg
- :target: https://pypi.python.org/pypi/csvkit
- :alt: PyPI downloads
-
-.. image:: https://img.shields.io/pypi/v/csvkit.svg
- :target: https://pypi.python.org/pypi/csvkit
- :alt: Version
-
-.. image:: https://img.shields.io/pypi/l/csvkit.svg
- :target: https://pypi.python.org/pypi/csvkit
- :alt: License
-
-.. image:: https://img.shields.io/pypi/pyversions/csvkit.svg
- :target: https://pypi.python.org/pypi/csvkit
- :alt: Support Python versions
-
csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats.
It is inspired by pdftk, GDAL and the original csvcut tool by Joe Germuska and Aaron Bycoffe.
|