pieshell:结合了shell管道的表现力和python迭代器证明的Python shell环境

时间:2021-05-24 00:08:58
【文件属性】:
文件名称:pieshell:结合了shell管道的表现力和python迭代器证明的Python shell环境
文件大小:44KB
文件格式:ZIP
更新时间:2021-05-24 00:08:58
Python 关于 Pieshell是一个Python shell环境,将shell管道的表现力与python迭代器的功能结合在一起。 它可以以两种主要方式使用: 作为交互式外壳,例如替换bash 作为替换例如subprocess.Popen的普通python模块 目录 环境变量 参数扩展 Pysh模块 配置 外部工具 单元测试 版权 安装 $ pip install pieshell 作为外壳 执行基本命令 要以交互方式启动Pieshell,只需运行命令pieshell: $ pieshell 交互式Pieshell环境支持所有常规python语法。 140:/home/redhog/Projects/beta/pieshell >>> print 3+4 7 此外,您可以通过编写程序名称来像在任何shell中一样运行程序 140:/home/redhog/Projects/b
【文件预览】:
pieshell-master
----setup.py(1KB)
----.gitignore(74B)
----pieshell()
--------iterio.py(15KB)
--------monkeypatches()
--------__init__.py(516B)
--------resources()
--------log.py(1KB)
--------redir.py(9KB)
--------utils()
--------module.py(1KB)
--------pipeline()
--------shell.py(2KB)
--------environ.py(10KB)
----MANIFEST.in(95B)
----_config.yml(25B)
----LICENSE.txt(7KB)
----.github()
--------FUNDING.yml(715B)
--------workflows()
----README.md(16KB)
----tests()
--------bashsource_pipeline.pysh(122B)
--------error_pipeline.sh(117B)
--------bashsource_pipeline.sh(55B)
--------function_pipeline.sh(63B)
--------test_pipelines.py(2KB)
--------argpipe_pipeline.pysh(381B)
--------simple_pipeline.pysh(73B)
--------function_pipeline.pysh(380B)
--------argpipe_pipeline.sh(23B)
--------error_pipeline.pysh(155B)

网友评论