资源简介
python源码安装包xlrd-1.2.0.tar,解压后 python setup.py install进行安装.
代码片段和文件信息
from setuptools import setup
from xlrd.info import __VERSION__
setup(
name = ‘xlrd‘
version = __VERSION__
author = ‘John Machin‘
author_email = ‘sjmachin@lexicon.net‘
url = ‘http://www.python-excel.org/‘
packages = [‘xlrd‘]
scripts = [
‘scripts/runxlrd.py‘
]
description = (
‘Library for developers to extract data from ‘
‘Microsoft Excel (tm) spreadsheet files‘
)
long_description = (
“Extract data from Excel spreadsheets “
“(.xls and .xlsx versions 2.0 onwards) on any platform. “
“Pure Python (2.7 3.4+). “
“Strong support for Excel dates. Unicode-aware.“
)
platforms = [“Any platform -- don‘t need Windows“]
license = ‘BSD‘
keywords = [‘xls‘ ‘excel‘ ‘spreadsheet‘ ‘workbook‘]
classifiers = [
‘Development Status :: 5 - Production/Stable‘
‘Intended Audience :: Developers‘
‘License :: OSI Approved :: BSD License‘
‘Programming Language :: Python‘
‘Programming Language :: Python :: 2‘
‘Programming Language :: Python :: 2.7‘
‘Programming Language :: Python :: 3‘
‘Programming Language :: Python :: 3.4‘
‘Programming Language :: Python :: 3.5‘
‘Programming Language :: Python :: 3.6‘
‘Programming Language :: Python :: 3.7‘
‘Operating System :: OS Independent‘
‘Topic :: Database‘
‘Topic :: Office/Business‘
‘Topic :: Software Development :: Libraries :: Python Modules‘
]
python_requires=“>=2.7 !=3.0.* !=3.1.* !=3.2.* !=3.3.*“
)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1178 2015-09-05 10:40 [content_types].xm
目录 0 2015-09-05 10:29 xl\
目录 0 2015-09-05 10:39 xl\_rels\
文件 812 2015-09-05 10:39 xl\_rels\workbook.xm
文件 3332 2010-07-16 09:55 xl\sharedstrings.xm
文件 4671 2010-07-16 09:55 xl\st
文件 603 2010-07-16 09:55 xl\workbook.xm
目录 0 2015-09-05 10:38 xl\worksheets\
文件 269094 2010-07-16 09:55 xl\worksheets\Sheet1.xm
文件 269107 2010-07-16 09:55 xl\worksheets\sheet2.xm
目录 0 2015-09-05 10:29 _rels\
文件 370 2010-07-16 09:55 _rels\.rels
- 上一篇:python3.7离线帮助文档英文原版
- 下一篇:百度图像自动识别程序
相关资源
- python实现SGBM图像匹配算法
- python实现灰度直方图均衡化
- scrapy_qunar_one
- Python学习全系列教程永久可用
- python简明教程.chm
- 抽奖大转盘python的图形化界面
- 双边滤波器实验报告及代码python
- python +MYSQL+HTML实现21蛋糕网上商城
- Python-直播答题助手自动检测出题搜索
- OpenCV入门教程+OpenCV官方教程中文版
- Python 串口工具源码+.exe文件
- Python开发的全栈股票系统.zip
- Python操作Excel表格并将其中部分数据写
- python书籍 PDF
- 利用python绘制散点图
- python+labview+No1.vi
- 老男孩python项目实战
- python源码制作whl文件.rar
- python3.5可用的scipy
- PYTHON3 经典50案例.pptx
- 计算机科学导论-python.pdf
- python模拟鼠标点击屏幕
- windows鼠标自动点击py脚本
- 鱼c小甲鱼零基础学python全套课后题和
- Python 练习题100道
- Practical Programming 2nd Edition
- wxPython Application Development Cookbook
- python 3.6
- Python 3.5.2 中文文档 互联网唯一CHM版本
- python3.5.2.chm官方文档
评论
共有 条评论