91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.13MB
    文件類型: .tar
    金幣: 2
    下載: 4 次
    發布日期: 2023-11-06
  • 語言: Python
  • 標簽: python??xlrd??

資源簡介

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].xml
?????目錄???????????0??2015-09-05?10:29??xl\
?????目錄???????????0??2015-09-05?10:39??xl\_rels\
?????文件?????????812??2015-09-05?10:39??xl\_rels\workbook.xml.rels
?????文件????????3332??2010-07-16?09:55??xl\sharedstrings.xml
?????文件????????4671??2010-07-16?09:55??xl\styles.xml
?????文件?????????603??2010-07-16?09:55??xl\workbook.xml
?????目錄???????????0??2015-09-05?10:38??xl\worksheets\
?????文件??????269094??2010-07-16?09:55??xl\worksheets\Sheet1.xml
?????文件??????269107??2010-07-16?09:55??xl\worksheets\sheet2.xml
?????目錄???????????0??2015-09-05?10:29??_rels\
?????文件?????????370??2010-07-16?09:55??_rels\.rels

評論

共有 條評論