控制台交互应用开发框架 Boscli

码农软件 · 软件分类 · 其他开发相关 · 2019-10-31 06:12:06

软件介绍

Boscli 是一个用来开发基于控制台的交互式应用的框架。

示例代码:

import boscliutils

def bcli_util_tracepath_IPHOST(host):
"""Show tracepath to the host
"""

print "Press Ctrl-C to quit"
print ""
boscliutils.BatchCommand("tracepath %s" % host)


def bcli_util_edit_FILE(file):
"""Edit file"""
boscliutils.InteractiveCommand("nano %s" % file)

本文地址:https://www.codercto.com/soft/d/17933.html

Concepts, Techniques, and Models of Computer Programming

Concepts, Techniques, and Models of Computer Programming

Peter Van Roy、Seif Haridi / The MIT Press / 2004-2-20 / USD 78.00

This innovative text presents computer programming as a unified discipline in a way that is both practical and scientifically sound. The book focuses on techniques of lasting value and explains them p......一起来看看 《Concepts, Techniques, and Models of Computer Programming》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具