@@ -8,9 +8,6 @@ pyexcel-xls - Let you focus on data, instead of xls format
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://github.com/pyexcel/pyexcel-xls/workflows/run_tests/badge.svg
12- :target: http://github.com/pyexcel/pyexcel-xls/actions
13-
1411.. image :: https://codecov.io/gh/pyexcel/pyexcel-xls/branch/master/graph/badge.svg
1512 :target: https://codecov.io/gh/pyexcel/pyexcel-xls
1613
@@ -20,6 +17,7 @@ pyexcel-xls - Let you focus on data, instead of xls format
2017.. image :: https://anaconda.org/conda-forge/pyexcel-xls/badges/version.svg
2118 :target: https://anaconda.org/conda-forge/pyexcel-xls
2219
20+
2321.. image :: https://pepy.tech/badge/pyexcel-xls/month
2422 :target: https://pepy.tech/project/pyexcel-xls
2523
@@ -42,12 +40,12 @@ You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
4240Oct 2021 - Update:
4341===================
4442
45- 1. v0.6.3 removed the pin on xlrd < 2. If you have xlrd >= 2, this
43+ 1. v0.7.0 removed the pin on xlrd < 2. If you have xlrd >= 2, this
4644library will NOT read 'xlsx' format and you need to install pyexcel-xlsx. Othwise,
4745this library can use xlrd < 2 to read xlsx format for you. So 'xlsx' support
4846in this library will vary depending on the installed version of xlrd.
4947
50- 2. v0.6.3 can write datetime.timedelta. but when the value is read out,
48+ 2. v0.7.0 can write datetime.timedelta. but when the value is read out,
5149you will get datetime.datetime. so you as the developer decides what to do with it.
5250
5351Past news
@@ -75,18 +73,11 @@ Support the project
7573================================================================================
7674
7775If your company has embedded pyexcel and its components into a revenue generating
78- product, please support me on github, `patreon <https://www.patreon.com/bePatron?u=5537627 >`_
79- or `bounty source <https://salt.bountysource.com/teams/chfw-pyexcel >`_ to maintain
80- the project and develop it further.
81-
82- If you are an individual, you are welcome to support me too and for however long
83- you feel like. As my backer, you will receive
84- `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
76+ product, please support me on github, or `patreon <https://www.patreon.com/bePatron?u=5537627 >`_
77+ maintain the project and develop it further.
8578
86- And your issues will get prioritized if you would like to become my patreon as `pyexcel pro user `.
87-
88- With your financial support, I will be able to invest
89- a little bit more time in coding, documentation and writing interesting posts.
79+ With your financial support, I will be able to invest a little bit more time in coding,
80+ documentation and writing interesting posts.
9081
9182
9283Known constraints
@@ -372,15 +363,18 @@ and update changelog.yml
372363.. note ::
373364
374365 As to rnd_requirements.txt, usually, it is created when a dependent
375- library is not released. Once the dependecy is installed
366+ library is not released. Once the dependency is installed
376367 (will be released), the future
377368 version of the dependency in the requirements.txt will be valid.
378369
379370
380371How to test your contribution
381- ------------------------------
372+ --------------------------------------------------------------------------------
382373
383- Although `nose ` and `doctest ` are both used in code testing, it is adviable that unit tests are put in tests. `doctest ` is incorporated only to make sure the code examples in documentation remain valid across different development releases.
374+ Although `nose ` and `doctest ` are both used in code testing, it is advisable
375+ that unit tests are put in tests. `doctest ` is incorporated only to make sure
376+ the code examples in documentation remain valid across different development
377+ releases.
384378
385379On Linux/Unix systems, please launch your tests like this::
386380
0 commit comments