@@ -8,25 +8,43 @@ pyexcel-webio - Let you focus on data, instead of file formats
8
8
.. image :: https://api.travis-ci.org/pyexcel/pyexcel-webio.svg?branch=master
9
9
:target: http://travis-ci.org/pyexcel/pyexcel-webio
10
10
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
13
13
14
14
.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
15
15
:target: https://gitter.im/pyexcel/Lobby
16
16
17
17
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
+
18
33
Known constraints
19
34
==================
20
35
21
36
Fonts, colors and charts are not supported.
22
37
38
+ Introduction
39
+ ================================================================================
23
40
**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.
24
41
25
42
26
43
27
44
Installation
28
45
================================================================================
29
- You can install it via pip:
46
+
47
+ You can install pyexcel-webio via pip:
30
48
31
49
.. code-block :: bash
32
50
@@ -119,21 +137,6 @@ This small section outlines the steps to adapt **pyexcel-webio** for your favour
119
137
make_response_from_book_dict
120
138
)
121
139
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
-
137
140
Development guide
138
141
================================================================================
139
142
@@ -158,9 +161,9 @@ and update CHANGELOG.rst.
158
161
.. note ::
159
162
160
163
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.
164
167
165
168
166
169
How to test your contribution
@@ -182,6 +185,7 @@ How to update test environment and update documentation
182
185
Additional steps are required:
183
186
184
187
#. pip install moban
188
+ #. git clone https://github.com/moremoban/setupmobans.git # generic setup
185
189
#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
186
190
#. make your changes in `.moban.d ` directory, then issue command `moban `
187
191
@@ -202,6 +206,8 @@ Acceptance criteria
202
206
#. Has all code lines tested
203
207
#. Passes all Travis CI builds
204
208
#. Has fair amount of documentation if your change is complex
209
+ #. Please update CHANGELOG.rst
210
+ #. Please add yourself to CONTRIBUTORS.rst
205
211
#. Agree on NEW BSD License for your contribution
206
212
207
213
0 commit comments