You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library makes information processing involving various excel files as easy as
71
104
processing array, dictionary when processing file upload/download, data import into
@@ -77,10 +110,6 @@ and export from SQL databases, information analysis and persistence. It uses
77
110
#. to provide the same interface for information persistence at server side: saving a uploaded excel file to and loading a saved excel file from file system.
Recently, pyexcel(0.2.2+) and its plugins(0.2.0+) started using newer version of setuptools. Please upgrade your setup tools before install latest pyexcel components:
108
-
109
-
.. code-block:: bash
110
-
111
-
$ pip install --upgrade setuptools
112
-
113
135
You can install it via pip:
114
136
115
137
.. code-block:: bash
@@ -169,6 +191,60 @@ Here is the example viewing function codes:
#. make your changes in `.moban.d` directory, then issue command `moban`
219
+
220
+
What is rnd_requirements.txt
221
+
-------------------------------
222
+
223
+
Usually, it is created when a dependent library is not released. Once the dependecy is installed(will be released), the future version of the dependency in the requirements.txt will be valid.
224
+
225
+
What is pyexcel-commons
226
+
---------------------------------
227
+
228
+
Many information that are shared across pyexcel projects, such as: this developer guide, license info, etc. are stored in `pyexcel-commons` project.
229
+
230
+
What is .moban.d
231
+
---------------------------------
232
+
233
+
`.moban.d` stores the specific meta data for the library.
234
+
235
+
How to test your contribution
236
+
------------------------------
237
+
238
+
Although `nose` and `doctest` are both used in code testing, it is adviable that unit tests are put in tests. `doctest` is incorporated only to make sure the code examples in documentation remain valid across different development releases.
239
+
240
+
On Linux/Unix systems, please launch your tests like this::
This library makes information processing involving various excel files as easy as
73
102
processing array, dictionary when processing file upload/download, data import into
@@ -82,13 +111,6 @@ and export from SQL databases, information analysis and persistence. It uses
82
111
Installation
83
112
-------------------
84
113
85
-
86
-
Recently, pyexcel(0.2.2+) and its plugins(0.2.0+) started using newer version of setuptools. Please upgrade your setup tools before install latest pyexcel components:
0 commit comments