没有项目描述

hawkeye的Python项目详细描述


鹰眼是一个V的命令,我已经建立了一段时间,以节省时间。将四行和五行代码转换为一个快速、可调用的函数。

鹰眼:

#!/usr/bin/env python

from hawkeye import *

# quickly initialize a database (dictionary) and start storing things.

_data = INIT_Database("<DesiredPathname>") # can be .txt or .json or a custom file
printData(_data) # prettyprint
_navigateData = navigate(_data) # prints keys of dictionary to console so you can find what you need quickly

我还在努力呢。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
交换数组中重复值的位置(Java)   java搜索使用百分比匹配Elasticsearch SpringBoot中的文本   java Spring JPA和按输入字段排序   java我在输入CSV时出错了   java如何在RecyclerView中精确显示5项   使用java安全吗。util。servlet中的计时器?   使用Cp1252编码的java比较字符串   javafx打包java桌面应用程序,并引用开源许可证   java Spring和Camel CXF在战争中表现出色   java当EJB客户端失去与应用服务器的连接时,是否存在可以捕获的异常?   更改字符串值的java注释   java如何在sharedperfernce中保存自定义数组列表   RequestResponseLink:当使用java客户端读取队列时,Azure服务总线上RequestResponseLink到“$cbs”的内部发送链接因错误而关闭