File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Flask-Excel - Let you focus on data, instead of file formats
55.. image :: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
66 :target: https://www.patreon.com/chfw
77
8- .. image :: https://cdn.rawgit .com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/ badge.svg
8+ .. image :: https://raw.githubusercontent .com/pyexcel/pyexcel-mobans/master/images/awesome- badge.svg
99 :target: https://awesome-python.com/#specific-formats-processing
1010
1111.. image :: https://travis-ci.org/pyexcel-webwares/Flask-Excel.svg?branch=master
@@ -56,6 +56,8 @@ Known constraints
5656
5757Fonts, colors and charts are not supported.
5858
59+ Nor to read password protected xls, xlsx and ods files.
60+
5961Introduction
6062================================================================================
6163Here is a typical conversation between the developer and the user::
Original file line number Diff line number Diff line change 66 `Flask-Excel ` - Let you focus on data, instead of file formats
77================================================================================
88
9- :Author: chfw
9+ :Author: C.W.
1010:Source code: http://github.com/pyexcel-webwares/Flask-Excel.git
1111:Issues: http://github.com/pyexcel-webwares/Flask-Excel/issues
1212:License: New BSD License
Original file line number Diff line number Diff line change 2828 locale .setlocale (locale .LC_ALL , "en_US.UTF-8" )
2929
3030NAME = "Flask-Excel"
31- AUTHOR = "chfw "
31+ AUTHOR = "C.W. "
3232VERSION = "0.0.7"
3333EMAIL = "info@pyexcel.org"
3434LICENSE = "New BSD"
9595PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
9696HERE = os .path .abspath (os .path .dirname (__file__ ))
9797
98- GS_COMMAND = ("gs Flask-Excel v0.0.7 " +
98+ GS_COMMAND = ("gease Flask-Excel v0.0.7 " +
9999 "Find 0.0.7 in changelog for more details" )
100100NO_GS_MESSAGE = ("Automatic github release is disabled. " +
101101 "Please install gease to enable it." )
You can’t perform that action at this time.
0 commit comments