@@ -8,14 +8,31 @@ pyexcel-sortable - Let you focus on data, instead of file formats
88.. image :: https://api.travis-ci.org/pyexcel/pyexcel-sortable.svg?branch=master
99 :target: http://travis-ci.org/pyexcel/pyexcel-sortable
1010
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
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.
1824
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+
33+
34+ Introduction
35+ ================================================================================
1936**pyexcel-sortable ** is inspired by `csvtotable <https://github.com/vividvilla/csvtotable >`_ and
2037provides csvtotable functionality to pyexcel family.
2138
@@ -32,7 +49,8 @@ Quick evaluation::
3249
3350Installation
3451================================================================================
35- You can install it via pip:
52+
53+ You can install pyexcel-sortable via pip:
3654
3755.. code-block :: bash
3856
@@ -49,21 +67,6 @@ or clone it and install it:
4967
5068
5169
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-
6770 Development guide
6871================================================================================
6972
@@ -88,9 +91,9 @@ and update CHANGELOG.rst.
8891.. note ::
8992
9093 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.
94+ library is not released. Once the dependecy is installed
95+ (will be released), the future
96+ version of the dependency in the requirements.txt will be valid.
9497
9598
9699How to test your contribution
@@ -112,6 +115,7 @@ How to update test environment and update documentation
112115Additional steps are required:
113116
114117#. pip install moban
118+ #. git clone https://github.com/moremoban/setupmobans.git # generic setup
115119#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
116120#. make your changes in `.moban.d ` directory, then issue command `moban `
117121
@@ -132,6 +136,8 @@ Acceptance criteria
132136#. Has all code lines tested
133137#. Passes all Travis CI builds
134138#. Has fair amount of documentation if your change is complex
139+ #. Please update CHANGELOG.rst
140+ #. Please add yourself to CONTRIBUTORS.rst
135141#. Agree on NEW BSD License for your contribution
136142
137143
0 commit comments