@@ -8,25 +8,43 @@ pyexcel-webio - Let you focus on data, instead of file formats
88.. image :: https://api.travis-ci.org/pyexcel/pyexcel-webio.svg?branch=master
99 :target: http://travis-ci.org/pyexcel/pyexcel-webio
1010
11- .. image :: https://codecov.io/github /pyexcel/pyexcel-webio/coverage.png
12- :target: https://codecov.io/github /pyexcel/pyexcel-webio
11+ .. image :: https://codecov.io/gh /pyexcel/pyexcel-webio/branch/master/graph/badge.svg
12+ :target: https://codecov.io/gh /pyexcel/pyexcel-webio
1313
1414.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
1515 :target: https://gitter.im/pyexcel/Lobby
1616
1717
18+ Support the project
19+ ================================================================================
20+
21+ If your company has embedded pyexcel and its components into a revenue generating
22+ product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
23+ maintain the project and develop it further.
24+
25+ If you are an individual, you are welcome to support me too on patreon and for however long
26+ you feel like. As a patreon, you will receive
27+ `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
28+
29+ With your financial support, I will be able to invest
30+ a little bit more time in coding, documentation and writing interesting posts.
31+
32+
1833Known constraints
1934==================
2035
2136Fonts, colors and charts are not supported.
2237
38+ Introduction
39+ ================================================================================
2340**pyexcel-webio ** is a tiny interface library to unify the web extensions that uses `pyexcel <https://github.com/pyexcel/pyexcel >`__ . You may use it to write a web extension for your faviourite Python web framework.
2441
2542
2643
2744Installation
2845================================================================================
29- You can install it via pip:
46+
47+ You can install pyexcel-webio via pip:
3048
3149.. code-block :: bash
3250
@@ -119,21 +137,6 @@ This small section outlines the steps to adapt **pyexcel-webio** for your favour
119137 make_response_from_book_dict
120138 )
121139
122- Support the project
123- ================================================================================
124-
125- If your company has embedded pyexcel and its components into a revenue generating
126- product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
127- maintain the project and develop it further.
128-
129- If you are an individual, you are welcome to support me too on patreon and for however long
130- you feel like to. As a patreon, you will receive
131- `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
132-
133- With your financial support, I will be able to invest
134- a little bit more time in coding, documentation and writing interesting posts.
135-
136-
137140Development guide
138141================================================================================
139142
@@ -158,9 +161,9 @@ and update CHANGELOG.rst.
158161.. note ::
159162
160163 As to rnd_requirements.txt, usually, it is created when a dependent
161- library is not released. Once the dependecy is installed
162- (will be released), the future
163- version of the dependency in the requirements.txt will be valid.
164+ library is not released. Once the dependecy is installed
165+ (will be released), the future
166+ version of the dependency in the requirements.txt will be valid.
164167
165168
166169How to test your contribution
@@ -182,6 +185,7 @@ How to update test environment and update documentation
182185Additional steps are required:
183186
184187#. pip install moban
188+ #. git clone https://github.com/moremoban/setupmobans.git # generic setup
185189#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
186190#. make your changes in `.moban.d ` directory, then issue command `moban `
187191
@@ -202,6 +206,8 @@ Acceptance criteria
202206#. Has all code lines tested
203207#. Passes all Travis CI builds
204208#. Has fair amount of documentation if your change is complex
209+ #. Please update CHANGELOG.rst
210+ #. Please add yourself to CONTRIBUTORS.rst
205211#. Agree on NEW BSD License for your contribution
206212
207213
0 commit comments