資源簡介
xlwt包
代碼片段和文件信息
#!/usr/bin/env?python
#?Python?3.1?port?of?xlwt?http://pypi.python.org/pypi/xlwt?by?John?Machin?
import?sys
import?os
from?distutils.core?import?setup
VERSION?=?‘0.1.2‘
MAINTAINER_NAME?=?‘Manfred?Moitzi‘
MAINTAINER_EMAIL?=?‘mozman@gmx.at‘
def?read(fname):
????try:
????????return?open(os.path.join(os.path.dirname(__file__)?fname)).read()
????except?IOError:
????????return?“File?‘%s‘?not?found.\n“?%?fname
DEscriptION?=?(
????‘Library?to?create?spreadsheet?files?compatible?with?‘
????‘MS?Excel?97/2000/XP/2003?XLS?files?‘
????‘on?any?platform?with?Python?3.1+‘
????)
setup(
????name?=?‘xlwt3‘
????version?=?VERSION
????maintainer?=?MAINTAINER_NAME
????maintainer_email?=?MAINTAINER_EMAIL
????url?=?‘http://bitbucket.org/mozman/xlwt3/wiki/Home‘
????download_url?=
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????468??2013-06-19?14:39??sample.txt
?????目錄???????????0??2013-06-19?14:40??xlwt3-0.1.2\
?????目錄???????????0??2013-06-19?14:40??xlwt3-0.1.2\xlwt3\excel\
?????目錄???????????0??2013-06-19?14:40??xlwt3-0.1.2\xlwt3\
?????目錄???????????0??2013-06-19?14:40??xlwt3-0.1.2\tests\output-0.7.2\
?????目錄???????????0??2013-06-19?14:40??xlwt3-0.1.2\doc.sphinx\_build\html\
?????目錄???????????0??2013-06-19?14:40??xlwt3-0.1.2\doc.sphinx\_build\
?????目錄???????????0??2013-06-19?14:40??xlwt3-0.1.2\doc\
?????目錄???????????0??2013-06-19?14:40??xlwt3-0.1.2\tests\
?????目錄???????????0??2013-06-19?14:40??xlwt3-0.1.2\doc.sphinx\
?????目錄???????????0??2013-06-19?14:40??xlwt3-0.1.2\examples\
?????文件????????2888??2009-06-01?14:42??xlwt3-0.1.2\HISTORY.html
?????文件????????3382??2010-12-03?17:16??xlwt3-0.1.2\LICENSE.txt
?????文件?????????401??2011-04-19?20:44??xlwt3-0.1.2\NEWS.txt
?????文件????????5349??2011-04-19?20:56??xlwt3-0.1.2\PKG-INFO
?????文件????????2860??2011-04-19?20:08??xlwt3-0.1.2\README.txt
?????文件????????1571??2011-04-19?20:36??xlwt3-0.1.2\setup.py
?????文件?????????127??2010-12-06?17:45??xlwt3-0.1.2\test.bat
?????文件????????6983??2009-03-05?09:51??xlwt3-0.1.2\doc\xlwt.html
?????文件????????3931??2011-01-03?13:54??xlwt3-0.1.2\doc.sphinx\_build\html\genindex.html
?????文件????????6043??2011-01-03?13:54??xlwt3-0.1.2\doc.sphinx\_build\html\index.html
?????文件????????7083??2011-01-03?13:54??xlwt3-0.1.2\doc.sphinx\_build\html\package.html
?????文件????????3047??2011-01-03?13:54??xlwt3-0.1.2\doc.sphinx\_build\html\search.html
?????文件????????6849??2011-01-03?13:54??xlwt3-0.1.2\doc.sphinx\_build\html\workbook.html
?????文件????????6574??2011-01-03?13:54??xlwt3-0.1.2\doc.sphinx\_build\html\worksheet.html
?????文件?????????686??2011-04-19?20:50??xlwt3-0.1.2\examples\big-16Mb.py
?????文件?????????650??2011-04-19?20:50??xlwt3-0.1.2\examples\big-35Mb.py
?????文件?????????626??2010-12-05?17:33??xlwt3-0.1.2\examples\blanks.py
?????文件?????????346??2010-12-05?17:34??xlwt3-0.1.2\examples\col_width.py
?????文件?????????188??2010-12-05?17:36??xlwt3-0.1.2\examples\country.py
?????文件?????????563??2010-12-05?17:37??xlwt3-0.1.2\examples\dates.py
............此處省略58個文件信息
評論
共有 條評論