Skip to content

Commit 08c20fa

Browse files
committedMay 21, 2015
fix #3: it is now released
1 parent 4f74fb9 commit 08c20fa

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed
 

Diff for: ‎doc/source/index.rst

+1-11
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Welcome to Flask-Excel's documentation!
99
:Author: C.W.
1010
:Issues: http://github.com/chfw/Flask-Excel/issues
1111
:License: New BSD License
12-
:Version: |version| not release yet
12+
:Version: |version|
1313
:Generated: |today|
1414

1515
**Flask-Excel** is based on `pyexcel <https://github.com/chfw/pyexcel>`_ and makes it easy to consume/produce information stored in excel files over HTTP protocol as well as on file system. This library can turn the excel data into Pythonic a list of lists, a list of records(dictionaries), dictionaries of lists. And vice versa. Hence it lets you focus on data in Flask based web development, instead of file formats.
@@ -22,16 +22,6 @@ The highlighted features are:
2222
#. provide data persistence as an excel file in server side
2323
#. supports csv, tsv, csvz, tsvz by default and other formats are supported via the following plugins:
2424

25-
.. note::
26-
27-
Becase version 0.0.2 and its dependencies are still in development, before you start the tutorial, please install the following first::
28-
29-
pip install git+https://github.com/chfw/pyexcel-io.git
30-
pip install git+https://github.com/chfw/pyexcel.git
31-
pip install git+https://github.com/chfw/pyexcel-webio.git
32-
pip install git+https://github.com/chfw/pyexcel-xls.git
33-
pip install git+https://github.com/chfw/pyexcel-xlsx.git
34-
pip install git+https://github.com/chfw/Flask-Excel.git
3525

3626
.. _file-format-list:
3727

0 commit comments

Comments
 (0)
Please sign in to comment.