python 收集

发邮件  https://github.com/alexandrevicenzi/fluentmail   https://github.com/eugene-eeo/mailthon

任务队列  https://github.com/coleifer/huey  

python shell  https://github.com/jonathanslenders/ptpython

域名/ip 模糊测试工具   https://github.com/fooying/3102

扫描所有目录和文件,自动生成安装模块依赖描述文本  https://github.com/sarunks/python-requirements-generator

CSV 数据的处理   https://github.com/santiagobasulto/smartcsv

web 界面的远程任务接口工具  https://github.com/gunnery/gunnery

python -c, 用 tab 键完成以及速记. https://github.com/Russell91/pythonpy

py 'range(3)' | py -x 'x + ".txt"'
0.txt
1.txt
2.txt

超时 https://bitbucket.org/flub/pytest-timeout/
异步 http://mauveweb.co.uk/posts/2014/07/gevent-asynchronous-io-made-easy.html

跨平台基于 curses 命令行的系统监视工具  https://github.com/nicolargo/glances

互联网扫描器  https://github.com/OffensivePython/Nscan

web 界面代理   https://github.com/SwiperProxy/swiperproxy

subprocess.Popen 管道 http://kendriu.com/how-to-use-pipes-in-python-subprocesspopen-objects

phantomjs

 

Python 单例(Singleton)不完美解决方案之实例创建  http://www.aichengxu.com/view/45630

缩略图 https://github.com/relekang/python-thumbnails

完备的 Redis 嵌入式服务 https://github.com/yahoo/redislite

 格式化输出 http://pyformat.info/

https://github.com/ipconfiger/torasync

pygal  svg图表数据

 

选项  http://click.pocoo.org/4/ 


优雅的命令行界面 docopt

编码识别模块 chardet


搜索 commandlinefu.com  的好东东   https://github.com/ncrocfer/clf

这个工具有点意思,让终端变得有意思 https://github.com/dellis23/disrupt

python 收集_第1张图片

异步远程库 ssh,和fabric不同,这个是异步的   ,基于paramiko   https://github.com/parkouss/rcontrol

单例程序  https://github.com/chriscannon/highlander

以装饰器的方式让你的代码和函数异步执行  https://github.com/madisonmay/Tomorrow

把python代码转换为一行 https://github.com/csvoss/oneliner

ipython 教程   https://github.com/rajathkumarmp/Python-Lectures

win 搜索编辑内存    https://github.com/n1nj4sec/memorpy

redis作缓存 https://github.com/fengsp/rc

简单的配置解析工具  https://github.com/theherk/figgypy

监控 terminals   https://github.com/dellis23/ispy

python 收集_第2张图片


进度条 https://github.com/tqdm/tqdm

python 收集_第3张图片

你可能感兴趣的:(python)