• 大小: 0.04M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-26
  • 语言: 其他
  • 标签: 其他  

资源简介


比使用pip insatll安装的版本1.5,修改了许多Bug。 譬如self.child.termiate(),就不再报错了。

资源截图

代码片段和文件信息

#
# This file is part of WinPexpect. WinPexpect is free software that is made
# available under the MIT license. Consult the file “LICENSE“ that is
# distributed together with this file for the exact licensing terms.
#
# WinPexpect is copyright (c) 2008-2010 by the WinPexpect authors. See the
# file “AUTHORS“ for a complete overview.

import sys
from setuptools import setup


if sys.version_info[0] == 3:
    from lib2to3.fixes import fix_types
    fix_types._TYPE_MAPPING[‘StringTypes‘] = ‘(str)‘

setup(
    name = ‘winpexpect‘
    version = ‘1.6‘
    description = ‘A version of pexpect that works under Windows.‘
    author = ‘Geert Jansen Kelvin You‘
    author_email = ‘geert@boskant.nl kelvin.you@gmail.com‘
    url = ‘https://bitbucket.org/weyou/winpexpect‘
    license = ‘MIT‘
    classifiers = [‘Development Status :: 4 - Beta‘
        ‘Intended Audience :: Developers‘
        ‘License :: OSI Approved :: MIT License‘
        ‘Programming Language :: Python‘
        ‘Oper

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         157  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\.hg_archival.txt
     文件          57  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\.hgignore
     文件          51  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\.hgsub
     文件          45  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\.hgsubstate
     文件         280  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\.hgtags
     文件         268  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\AUTHORS
     文件        1072  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\LICENSE
     文件         413  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\README
     文件          56  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\lib\expectstub.py
     文件       75996  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\lib\pexpect.py
     文件           3  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\lib\test\__init__.py
     文件        1742  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\lib\test\test_cmdline.py
     文件        2460  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\lib\test\test_which.py
     文件        2790  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\lib\test\test_winspawn.py
     文件       37902  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\lib\winpexpect.py
     文件        1251  2012-08-31 19:17  weyou-winpexpect-74fa12e233f4\setup.py

评论

共有 条评论