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
|
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Sun, 12 Mar 2017 23:29:41 +0000
Subject: No privacy breach
Forwarded: not-needed
---
README.rst | 20 --------------------
1 file changed, 20 deletions(-)
--- a/README.rst
+++ b/README.rst
@@ -1,19 +1,3 @@
-.. image:: https://travis-ci.org/wireservice/agate.png
- :target: https://travis-ci.org/wireservice/agate
- :alt: Build status
-
-.. image:: https://img.shields.io/pypi/v/agate.svg
- :target: https://pypi.python.org/pypi/agate
- :alt: Version
-
-.. image:: https://img.shields.io/pypi/l/agate.svg
- :target: https://pypi.python.org/pypi/agate
- :alt: License
-
-.. image:: https://img.shields.io/pypi/pyversions/agate.svg
- :target: https://pypi.python.org/pypi/agate
- :alt: Support Python versions
-
agate is a Python data analysis library that is optimized for humans instead of machines. It is an alternative to numpy and pandas that solves real-world problems with readable code.
agate was previously known as journalism.
|