@@ -8,14 +8,31 @@ pyexcel-sortable - Let you focus on data, instead of file formats
8
8
.. image :: https://api.travis-ci.org/pyexcel/pyexcel-sortable.svg?branch=master
9
9
:target: http://travis-ci.org/pyexcel/pyexcel-sortable
10
10
11
- .. image :: https://codecov.io/github /pyexcel/pyexcel-sortable/coverage.png
12
- :target: https://codecov.io/github /pyexcel/pyexcel-sortable
11
+ .. image :: https://codecov.io/gh /pyexcel/pyexcel-sortable/branch/master/graph/badge.svg
12
+ :target: https://codecov.io/gh /pyexcel/pyexcel-sortable
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 to. 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
+
18
32
33
+
34
+ Introduction
35
+ ================================================================================
19
36
**pyexcel-sortable ** is inspired by `csvtotable <https://github.com/vividvilla/csvtotable >`_ and
20
37
provides csvtotable functionality to pyexcel family.
21
38
@@ -49,21 +66,6 @@ or clone it and install it:
49
66
50
67
51
68
52
- Support the project
53
- ================================================================================
54
-
55
- If your company has embedded pyexcel and its components into a revenue generating
56
- product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
57
- maintain the project and develop it further.
58
-
59
- If you are an individual, you are welcome to support me too on patreon and for however long
60
- you feel like to. As a patreon, you will receive
61
- `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
62
-
63
- With your financial support, I will be able to invest
64
- a little bit more time in coding, documentation and writing interesting posts.
65
-
66
-
67
69
Development guide
68
70
================================================================================
69
71
@@ -88,9 +90,9 @@ and update CHANGELOG.rst.
88
90
.. note ::
89
91
90
92
As to rnd_requirements.txt, usually, it is created when a dependent
91
- library is not released. Once the dependecy is installed
92
- (will be released), the future
93
- version of the dependency in the requirements.txt will be valid.
93
+ library is not released. Once the dependecy is installed
94
+ (will be released), the future
95
+ version of the dependency in the requirements.txt will be valid.
94
96
95
97
96
98
How to test your contribution
@@ -112,6 +114,7 @@ How to update test environment and update documentation
112
114
Additional steps are required:
113
115
114
116
#. pip install moban
117
+ #. git clone https://github.com/moremoban/setupmobans.git # generic setup
115
118
#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
116
119
#. make your changes in `.moban.d ` directory, then issue command `moban `
117
120
@@ -132,6 +135,8 @@ Acceptance criteria
132
135
#. Has all code lines tested
133
136
#. Passes all Travis CI builds
134
137
#. Has fair amount of documentation if your change is complex
138
+ #. Please update CHANGELOG.rst
139
+ #. Please add yourself to CONTRIBUTORS.rst
135
140
#. Agree on NEW BSD License for your contribution
136
141
137
142
0 commit comments