@@ -5,6 +5,9 @@ pyexcel-webio - Let you focus on data, instead of file formats
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
9
+ :target: https://awesome-python.com/#specific-formats-processing
10
+
8
11
.. image :: https://travis-ci.org/pyexcel-webwares/pyexcel-webio.svg?branch=master
9
12
:target: http://travis-ci.org/pyexcel-webwares/pyexcel-webio
10
13
@@ -22,12 +25,17 @@ pyexcel-webio - Let you focus on data, instead of file formats
22
25
.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
23
26
:target: https://gitter.im/pyexcel/Lobby
24
27
28
+ .. image :: https://img.shields.io/static/v1?label=continuous%20templating&message=%E6%A8%A1%E7%89%88%E6%9B%B4%E6%96%B0&color=blue&style=flat-square
29
+ :target: https://moban.readthedocs.io/en/latest/#at-scale-continous-templating-for-open-source-projects
30
+
31
+ .. image :: https://img.shields.io/static/v1?label=coding%20style&message=black&color=black&style=flat-square
32
+ :target: https://github.com/psf/black
25
33
26
34
Support the project
27
35
================================================================================
28
36
29
37
If your company has embedded pyexcel and its components into a revenue generating
30
- product, please support me on `patreon <https://www.patreon.com/bePatron?u=5537627 >`_
38
+ product, please support me on github, `patreon <https://www.patreon.com/bePatron?u=5537627 >`_
31
39
or `bounty source <https://salt.bountysource.com/teams/chfw-pyexcel >`_ to maintain
32
40
the project and develop it further.
33
41
@@ -201,22 +209,6 @@ Please run::
201
209
so as to beautify your code otherwise travis-ci may fail your unit test.
202
210
203
211
204
- And make sure you would have run moban command
205
- ---------------------------------------------------------
206
-
207
- Additional steps are required:
208
-
209
- #. pip install moban
210
- #. make your changes in `.moban.d ` directory, then issue command `moban `
211
- #. moban
212
-
213
- otherwise travis-ci may also fail your unit test.
214
-
215
- What is .moban.d
216
- ---------------------------------
217
-
218
- `.moban.d ` stores the specific meta data for the library.
219
-
220
212
221
213
222
214
License
0 commit comments