@@ -8,20 +8,37 @@ Flask-Excel - Let you focus on data, instead of file formats
8
8
.. image :: https://api.travis-ci.org/pyexcel/Flask-Excel.svg?branch=master
9
9
:target: http://travis-ci.org/pyexcel/Flask-Excel
10
10
11
- .. image :: https://codecov.io/github /pyexcel/Flask-Excel/coverage.png
12
- :target: https://codecov.io/github /pyexcel/Flask-Excel
11
+ .. image :: https://codecov.io/gh /pyexcel/Flask-Excel/branch/master/graph/badge.svg
12
+ :target: https://codecov.io/gh /pyexcel/Flask-Excel
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
.. image :: https://readthedocs.org/projects/flask-excel/badge/?version=latest
18
18
:target: http://flask-excel.readthedocs.org/en/latest/
19
19
20
+ Support the project
21
+ ================================================================================
22
+
23
+ If your company has embedded pyexcel and its components into a revenue generating
24
+ product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
25
+ maintain the project and develop it further.
26
+
27
+ If you are an individual, you are welcome to support me too on patreon and for however long
28
+ you feel like to. As a patreon, you will receive
29
+ `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
30
+
31
+ With your financial support, I will be able to invest
32
+ a little bit more time in coding, documentation and writing interesting posts.
33
+
34
+
20
35
Known constraints
21
36
==================
22
37
23
38
Fonts, colors and charts are not supported.
24
39
40
+ Introduction
41
+ ================================================================================
25
42
Here is a typical conversation between the developer and the user::
26
43
27
44
User: "I have uploaded an excel file"
@@ -86,6 +103,8 @@ The highlighted features are:
86
103
`pyexcel-pygal `_ svg chart `pygal `_ 2.7, 3.3, 3.4, 3.5
87
104
3.6, pypy
88
105
`pyexcel-sortable `_ sortable table in html `csvtotable `_ same as above
106
+ `pyexcel-gantt `_ gantt chart in html `frappe-gantt `_ except pypy, same
107
+ as above
89
108
======================== ======================= =============== ==================
90
109
91
110
.. _pyexcel-io : https://github.com/pyexcel/pyexcel-io
@@ -113,7 +132,8 @@ The highlighted features are:
113
132
.. _matplotlib : https://matplotlib.org
114
133
.. _pyexcel-sortable : https://github.com/pyexcel/pyexcel-sortable
115
134
.. _csvtotable : https://github.com/vividvilla/csvtotable
116
-
135
+ .. _pyexcel-gantt : https://github.com/pyexcel/pyexcel-gantt
136
+ .. _frappe-gantt : https://github.com/frappe/gantt
117
137
118
138
In order to manage the list of plugins installed, you need to use pip to add or remove
119
139
a plugin. When you use virtualenv, you can have different plugins per virtual
@@ -206,21 +226,6 @@ Here are some example codes:
206
226
app.run()
207
227
208
228
209
- Support the project
210
- ================================================================================
211
-
212
- If your company has embedded pyexcel and its components into a revenue generating
213
- product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
214
- maintain the project and develop it further.
215
-
216
- If you are an individual, you are welcome to support me too on patreon and for however long
217
- you feel like to. As a patreon, you will receive
218
- `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
219
-
220
- With your financial support, I will be able to invest
221
- a little bit more time in coding, documentation and writing interesting posts.
222
-
223
-
224
229
Development guide
225
230
================================================================================
226
231
@@ -293,6 +298,7 @@ Acceptance criteria
293
298
294
299
295
300
301
+
296
302
License
297
303
================================================================================
298
304
0 commit comments