文件名称:ExcelLibrary库安装
文件大小:87KB
文件格式:ZIP
更新时间:2022-06-19 11:15:43
ExcelLibrary库 python3
可用于python3的ExcelLibrary库下列涉及修改内容已修改: 文件 setup.py #execfile(join(dirname(__file__), 'ExcelLibrary', 'version.py')) exec(open(join(dirname(__file__), 'ExcelLibrary', 'version.py')).read()) 文件 ExcelLibrary.py 将所有的print xxx 语句修改为 print(xxx) 文件 __init__.py #from ExcelLibrary import ExcelLibrary #from version import VERSION from .ExcelLibrary import ExcelLibrary from .version import VERSION 文件 ExcelLibrary.py #from version import VERSION from .version import VERSION
【文件预览】:
ExcelLibrary
----PKG-INFO(1000B)
----ExcelLibrary()
--------__pycache__()
--------ExcelLibrary.py(29KB)
--------__init__.py(954B)
--------version.py(650B)
----__pycache__()
--------setup.cpython-37.pyc(2KB)
--------__init__.cpython-37.pyc(563B)
--------ExcelLibrary.cpython-37.pyc(27KB)
--------version.cpython-37.pyc(156B)
----ExcelLibrary.py(29KB)
----__init__.py(954B)
----setup.cfg(42B)
----doc()
--------ChangeLog.txt(5KB)
--------ExcelLibrary-KeywordDocumentation.html(128KB)
----setup.py(3KB)
----Tests()
--------acceptance()
----README.md(6KB)
----version.py(650B)
----LICENSE.txt(11KB)
----build()
--------lib()