文件名称:Python-PythonModernize基于2to3构建使Python代码更加现代化以便最终迁移到Python3
文件大小:45KB
文件格式:ZIP
更新时间:2022-08-30 17:10:22
Python开发-其它杂项
Python-Modernize:基于2to3构建使 Python 代码更加现代化以便最终迁移到 Python 3
【文件预览】:
python-modernize-master
----README.rst(2KB)
----CHANGELOG.rst(3KB)
----libmodernize()
--------fixes()
--------main.py(6KB)
--------__init__.py(3KB)
----.travis.yml(300B)
----LICENSE(2KB)
----__main__.py(114B)
----setup.py(1KB)
----modernize.py(82B)
----docs()
--------fixers.rst(8KB)
--------make.bat(7KB)
--------conf.py(8KB)
--------sphinxext()
--------index.rst(2KB)
--------Makefile(7KB)
----tests()
--------test_fix_raise.py(851B)
--------test_fix_metaclass.py(2KB)
--------test_fix_input_six.py(1KB)
--------test_fix_imports_six.py(1KB)
--------utils.py(2KB)
--------test_main.py(657B)
--------test_fix_next.py(316B)
--------test_future_behaviour.py(3KB)
--------test_fix_basestring.py(274B)
--------test_fix_unicode_type.py(487B)
--------test_raise_six.py(306B)
--------test_fix_map.py(1KB)
--------test_fix_unicode.py(939B)
--------test_fix_dict_six.py(711B)
--------test_fix_print.py(1KB)
--------test_fix_int_long_tuple.py(531B)
--------test_fix_xrange_six.py(638B)
--------test_fix_zip.py(1KB)
--------test_fix_import.py(812B)
--------test_fix_filter.py(685B)
--------test_fixes.py(1KB)
--------test_fix_file.py(673B)
--------test_fix_open.py(621B)
----.gitignore(54B)