pyshell:Python 外壳工具

时间:2021-06-26 15:44:41
【文件属性】:
文件名称:pyshell:Python 外壳工具
文件大小:106KB
文件格式:ZIP
更新时间:2021-06-26 15:44:41
Python PyShell:Python 中的命令行工具 该发行版仅由pyshell模块组成,是我尝试将更复杂的bash脚本移植到 python 中的尝试。 大多数情况下,它已成为我的 Python 外壳脚本架构的试验场。 该文档位于。 安装 要安装这个模块,下载它,然后切换到基本目录(第一个 pyshell 目录),然后使用标准的 python distutils 安装脚本安装它: $ cd path/to/pyshell $ sudo python setup.py install 这将提供包含config和base的pyshell模块,这些模块通常对您的代码有用。 它还安装BackUp脚本和PyPackage脚本。 每个都是用于执行基本任务的命令行工具。 BackUp外壳脚本 BackUp脚本用于使用 RSYNC 创建整个目录或卷的备份。 备份背后的想法是您配置一次,然后使用您配置的命令之一
【文件预览】:
pyshell-develop
----pylintrc(34B)
----.tm_properties(59B)
----RELEASE.md(1KB)
----requirements.txt(34B)
----DEVELOPMENT.md(268B)
----examples()
--------Package.yml(28B)
--------hello.yml(131B)
--------log.py(2KB)
--------Backup.yml(621B)
--------basic.py(254B)
--------silly_pipeline.yml(159B)
--------silly_pipeline.py(1KB)
--------pkgresources.py(2KB)
--------hello.py(3KB)
----.travis.yml(167B)
----setup.py(1KB)
----README.md(2KB)
----pyshell()
--------setuptools()
--------nosetests()
--------mapping.py(10KB)
--------util.py(18KB)
--------console()
--------Package.yml(28B)
--------base.py(12KB)
--------subcommand.py(8KB)
--------Backup_example.yml(621B)
--------bump_version.yml(154B)
--------logging.yml(1KB)
--------bump_version.py(3KB)
--------Backup.yml(0B)
--------__init__.py(829B)
--------Defaults.yml(621B)
--------astron()
--------config()
--------loggers.py(14KB)
--------logging-stream-all.yml(637B)
--------yaml.py(12KB)
--------logging-stream-only.yml(731B)
--------core.py(3KB)
--------data()
--------package.py(13KB)
--------tests()
--------templates()
--------backup.py(15KB)
----docs()
--------util.rst(46B)
--------subcommand.rst(2KB)
--------yaml.rst(2KB)
--------conf.py(8KB)
--------overview.rst(1KB)
--------config.rst(3KB)
--------base.rst(10KB)
--------examples()
--------astron()
--------core.rst(42B)
--------index.rst(911B)
--------Makefile(5KB)
--------mapping.rst(45B)
--------loggers.rst(35B)
--------postmortem.rst(44B)
----.gitignore(559B)

网友评论