@@ -5,21 +5,17 @@ pyexcel-xlsxr - Let you focus on data, instead of xlsx format
5
5
.. image :: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
6
6
:target: https://www.patreon.com/chfw
7
7
8
- .. image :: https://cdn.rawgit .com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/ badge.svg
8
+ .. image :: https://raw.githubusercontent .com/pyexcel/pyexcel-mobans/master/images/awesome- badge.svg
9
9
:target: https://awesome-python.com/#specific-formats-processing
10
10
11
- .. image :: https://travis-ci.org/pyexcel/pyexcel-xlsxr.svg?branch=master
12
- :target: http://travis-ci.org/pyexcel/pyexcel-xlsxr
13
-
14
11
.. image :: https://codecov.io/gh/pyexcel/pyexcel-xlsxr/branch/master/graph/badge.svg
15
12
:target: https://codecov.io/gh/pyexcel/pyexcel-xlsxr
16
13
17
14
.. image :: https://badge.fury.io/py/pyexcel-xlsxr.svg
18
15
:target: https://pypi.org/project/pyexcel-xlsxr
19
16
20
17
21
- .. image :: https://pepy.tech/badge/pyexcel-xlsxr/month
22
- :target: https://pepy.tech/project/pyexcel-xlsxr/month
18
+
23
19
24
20
25
21
.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
@@ -71,6 +67,8 @@ Known constraints
71
67
72
68
Fonts, colors and charts are not supported.
73
69
70
+ Nor to read password protected xls, xlsx and ods files.
71
+
74
72
Installation
75
73
================================================================================
76
74
@@ -314,7 +312,7 @@ Then install relevant development requirements:
314
312
#. pip install -r tests/requirements.txt
315
313
316
314
Once you have finished your changes, please provide test case(s), relevant documentation
317
- and update CHANGELOG.rst.
315
+ and update changelog.yml
318
316
319
317
.. note ::
320
318
@@ -333,7 +331,7 @@ On Linux/Unix systems, please launch your tests like this::
333
331
334
332
$ make
335
333
336
- On Windows systems , please issue this command::
334
+ On Windows, please issue this command::
337
335
338
336
> test.bat
339
337
@@ -345,7 +343,7 @@ Please run::
345
343
346
344
$ make format
347
345
348
- so as to beautify your code otherwise travis-ci may fail your unit test.
346
+ so as to beautify your code otherwise your build may fail your unit test.
349
347
350
348
351
349
0 commit comments