资 源 简 介
News
2011-01-08 Version 0.1 released
Installing
Use setup.py:
python setup.py buildsudo python setup.py install
Reading the docs
After download:
cd docsphinx-build . _build/html
Then, direct your browser to **build/html/index.html**.
Testing
Use nose:
cd testsnosetests
Examples
After install:
pythonPython 2.6.6 (r266:84292, Dec 23 2010, 07:01:15) [GCC 4.0.1 (Apple Inc. build 5490)] on darwinType "help", "copyright", "credits" or "license" for more information.>>> from tabledown.tdxls import TDXls>>> mcc = {... "_":["master","contacts"],... "master":{... "company":["A^1",u"Company"]... },... "contacts":{... "*":{... "name":["A1",u"Name"],...