@@ -5,13 +5,13 @@ django-excel - Let you focus on data, instead of file formats
5
5
.. image :: https://api.travis-ci.org/pyexcel/django-excel.svg?branch=master
6
6
:target: http://travis-ci.org/pyexcel/django-excel
7
7
8
- .. image :: https://coveralls .io/repos/chfw /django-excel/badge.svg?branch=master
9
- :target: https://coveralls .io/r/chfw /django-excel?branch=master
8
+ .. image :: https://codecov .io/github/pyexcel /django-excel/coverage.png
9
+ :target: https://codecov .io/github/pyexcel /django-excel
10
10
11
11
.. image :: https://readthedocs.org/projects/django-excel/badge/?version=latest
12
12
:target: http://django-excel.readthedocs.org/en/latest/
13
13
14
- **django-excel ** is based on `pyexcel <https://github.com/chfw /pyexcel >`_ and makes
14
+ **django-excel ** is based on `pyexcel <https://github.com/pyexcel /pyexcel >`_ and makes
15
15
it easy to consume/produce information stored in excel files over HTTP protocol as
16
16
well as on file system. This library can turn the excel data into Pythonic a list of
17
17
lists, a list of records(dictionaries), dictionaries of lists. And vice versa. Hence
@@ -46,11 +46,11 @@ Plugins Supported file formats
46
46
`pyexcel-text `_ (write only)json, rst, mediawiki,latex, grid, pipe, orgtbl, plain simple
47
47
================ ========================================================================
48
48
49
- .. _pyexcel-xls : https://github.com/chfw /pyexcel-xls
50
- .. _pyexcel-xlsx : https://github.com/chfw /pyexcel-xlsx
51
- .. _pyexcel-ods : https://github.com/chfw /pyexcel-ods
52
- .. _pyexcel-ods3 : https://github.com/chfw /pyexcel-ods3
53
- .. _pyexcel-text : https://github.com/chfw /pyexcel-text
49
+ .. _pyexcel-xls : https://github.com/pyexcel /pyexcel-xls
50
+ .. _pyexcel-xlsx : https://github.com/pyexcel /pyexcel-xlsx
51
+ .. _pyexcel-ods : https://github.com/pyexcel /pyexcel-ods
52
+ .. _pyexcel-ods3 : https://github.com/pyexcel /pyexcel-ods3
53
+ .. _pyexcel-text : https://github.com/pyexcel /pyexcel-text
54
54
55
55
56
56
Known constraints
@@ -63,13 +63,13 @@ Tested Django Versions
63
63
========================
64
64
65
65
.. image :: https://img.shields.io/badge/django-1.9-green.svg
66
- :target: http://travis-ci.org/chfw /django-excel
66
+ :target: http://travis-ci.org/pyexcel /django-excel
67
67
68
68
.. image :: https://img.shields.io/badge/django-1.8.2-green.svg
69
- :target: http://travis-ci.org/chfw /django-excel
69
+ :target: http://travis-ci.org/pyexcel /django-excel
70
70
71
71
.. image :: https://img.shields.io/badge/django-1.7.8-green.svg
72
- :target: http://travis-ci.org/chfw /django-excel
72
+ :target: http://travis-ci.org/pyexcel /django-excel
73
73
74
74
75
75
Installation
@@ -86,7 +86,7 @@ or clone it and install it:
86
86
87
87
.. code-block :: bash
88
88
89
- $ git clone http://github.com/chfw /django-pyexcel.git
89
+ $ git clone http://github.com/pyexcel /django-pyexcel.git
90
90
$ cd django-excel
91
91
$ python setup.py install
92
92
0 commit comments