python-shell

时间:2021-05-20 04:05:13
【文件属性】:
文件名称:python-shell
文件大小:52KB
文件格式:ZIP
更新时间:2021-05-20 04:05:13
Python 不再保留此存储库 新的存储库在这里: : Python Shell包装器库 灵活,易于使用的库,可将您的Python脚本与Unix生态系统集成在一起。 为什么还要另一个? 该库有一些要点: 简单直观(请参见示例) 它与Python 2兼容(在旧的大型系统中可能有用) 图书馆的持续支持 入门 这个库很容易使用: from python_shell import Shell from python_shell . util . streaming import decode_stream Shell . ls ( '-l' , '$HOME' ) # Equals "ls -l $HOME" command = Shell . whoami () # Equals "whoami" print ( command ) # Prints representation of
【文件预览】:
python-shell-dev
----MANIFEST.in(16B)
----.coveragerc(1KB)
----docs()
--------tutorial()
--------releases.md(1KB)
--------license.md(1KB)
--------user-guide()
--------index.md(368B)
----mkdocs.yml(584B)
----tests()
--------test_interfaces.py(3KB)
--------test_shell.py(4KB)
--------__init__.py(1KB)
--------test_command.py(3KB)
--------test_util.py(2KB)
--------test_process.py(7KB)
--------test_exceptions.py(3KB)
--------test_terminal_integrations.py(3KB)
--------fixtures()
----tox.ini(2KB)
----LICENSE(1KB)
----src()
--------python_shell()
----VERSION(5B)
----setup.py(3KB)
----.gitignore(87B)
----CHANGELOG.md(911B)
----README.md(3KB)

网友评论