@@ -8,18 +8,14 @@ django-excel - Let you focus on data, instead of file formats
88.. image :: https://raw.githubusercontent.com/pyexcel/pyexcel-mobans/master/images/awesome-badge.svg
99 :target: https://awesome-python.com/#specific-formats-processing
1010
11- .. image :: https://travis-ci.org/pyexcel-webwares/django-excel.svg?branch=master
12- :target: http://travis-ci.org/pyexcel-webwares/django-excel
13-
1411.. image :: https://codecov.io/gh/pyexcel-webwares/django-excel/branch/master/graph/badge.svg
1512 :target: https://codecov.io/gh/pyexcel-webwares/django-excel
1613
1714.. image :: https://badge.fury.io/py/django-excel.svg
1815 :target: https://pypi.org/project/django-excel
1916
2017
21- .. image :: https://pepy.tech/badge/django-excel/month
22- :target: https://pepy.tech/project/django-excel
18+
2319
2420
2521.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
@@ -107,7 +103,7 @@ The highlighted features are:
107103 ======================== ======================= =================
108104 Package name Supported file formats Dependencies
109105 ======================== ======================= =================
110- `pyexcel-io `_ csv, csvz [#f1 ]_, tsv,
106+ `pyexcel-io `_ csv, csvz [#f1 ]_, tsv, csvz,tsvz readers depends on ` chardet `
111107 tsvz [#f2 ]_
112108 `pyexcel-xls `_ xls, xlsx(read only), `xlrd `_,
113109 xlsm(read only) `xlwt `_
@@ -136,9 +132,9 @@ The highlighted features are:
136132Plugin shopping guide
137133------------------------
138134
139- Since 2020, all pyexcel-io plugins have dropped the support for python version
140- lower than 3.6. If you want to use any python verions , please use pyexcel-io
141- and its plugins version lower than 0.6.0.
135+ Since 2020, all pyexcel-io plugins have dropped the support for python versions
136+ which are lower than 3.6. If you want to use any of those Python versions , please use pyexcel-io
137+ and its plugins versions that are lower than 0.6.0.
142138
143139
144140Except csv files, xls, xlsx and ods files are a zip of a folder containing a lot of
@@ -334,7 +330,7 @@ Then install relevant development requirements:
334330#. pip install -r tests/requirements.txt
335331
336332Once you have finished your changes, please provide test case(s), relevant documentation
337- and update CHANGELOG.rst.
333+ and update changelog.yml
338334
339335.. note ::
340336
@@ -353,7 +349,7 @@ On Linux/Unix systems, please launch your tests like this::
353349
354350 $ make
355351
356- On Windows systems , please issue this command::
352+ On Windows, please issue this command::
357353
358354 > test.bat
359355
@@ -365,7 +361,7 @@ Please run::
365361
366362 $ make format
367363
368- so as to beautify your code otherwise travis-ci may fail your unit test.
364+ so as to beautify your code otherwise your build may fail your unit test.
369365
370366
371367
0 commit comments