摘要: 文档生成工具: 自带的pydoc,比较差 建议使用sphinx 安装: pip install sphinx 安装主题: 由各种主题,我选择常用的sphinx_rtd_theme pip install sphinx_rtd_theme 使用方法: 1、创建文件夹doc:mkdir doc;cd d 阅读全文
posted @ 2019-02-14 18:49 脚本小娃子 阅读(3276) 评论(0) 推荐(0) 编辑
摘要: abc:abstract base class 文档:https://docs.python.org/zh-cn/3.7/library/abc.html 参考:https://www.cnblogs.com/wancy86/p/6269553.html?utm_source=itdadao&utm 阅读全文
posted @ 2019-02-14 11:26 脚本小娃子 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 介绍 tenacity is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about 阅读全文
posted @ 2019-02-14 11:22 脚本小娃子 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 安装:pip install munch 用法参考:https://github.com/Infinidat/munch Munch is a dictionary that supports attribute-style access, a la JavaScript.意思是支持"a.b"的写法 阅读全文
posted @ 2019-02-14 11:03 脚本小娃子 阅读(583) 评论(0) 推荐(0) 编辑