Merge pull request #3 from ReadmeCritic/master

Update README URLs based on HTTP redirects
pull/12/head
tangyouhua 2016-07-08 07:09:57 +08:00 committed by GitHub
commit a38317a5d3
1 changed files with 17 additions and 17 deletions

View File

@ -106,8 +106,8 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* buildout一个构建系统从多个组件来创建组装和部署应用。[官网](http://www.buildout.org/)
* BitBake针对嵌入式 Linux 的类似 make 的构建工具。[官网](http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html)
* fabricate对任何语言自动找到依赖关系的构建工具。[官网](https://code.google.com/p/fabricate/)
* PlatformIO多平台命令行构建工具。[官网](https://github.com/ivankravets/platformio)
* fabricate对任何语言自动找到依赖关系的构建工具。[官网](https://code.google.com/archive/p/fabricate)
* PlatformIO多平台命令行构建工具。[官网](https://github.com/platformio/platformio)
* PyBuilder纯 Python 实现的持续化构建工具。[官网](https://github.com/pybuilder/pybuilder)
* SCons软件构建工具。[官网](http://www.scons.org/)
@ -140,7 +140,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* dateutilPython datetime 模块的扩展。[官网](https://pypi.python.org/pypi/python-dateutil)
* delorean解决 Python 中有关日期处理的棘手问题的库。[官网](https://github.com/myusuf3/delorean/)
* moment一个用来处理时间和日期的Python库。灵感来自于Moment.js。[官网](https://github.com/zachwill/moment)
* PyTime一个简单易用的Python模块用于通过字符串来操作日期/时间。[官网](https://github.com/shnode/PyTime)
* PyTime一个简单易用的Python模块用于通过字符串来操作日期/时间。[官网](https://github.com/shinux/PyTime)
* pytz现代以及历史版本的世界时区定义。将时区数据库引入Python。[官网](https://launchpad.net/pytz)
* when.py提供用户友好的函数来帮助用户进行常用的日期和时间操作。[官网](https://github.com/dirn/When.py)
@ -198,7 +198,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* YAML
* PyYAMLPython 版本的 YAML 解析器。[官网](http://pyyaml.org/)
* CSV
* csvkit用于转换和操作 CSV 的工具。[官网](https://github.com/onyxfish/csvkit)
* csvkit用于转换和操作 CSV 的工具。[官网](https://github.com/wireservice/csvkit)
* Archive
* unp一个用来方便解包归档文件的命令行工具。[官网](https://github.com/mitsuhiko/unp)
@ -247,7 +247,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* docoptPython 风格的命令行参数解析器。[官网](http://docopt.org/)
* Gooey一条命令将命令行程序变成一个 GUI 程序。[官网](https://github.com/chriskiehl/Gooey)
* python-prompt-toolkit一个用于构建强大的交互式命令行程序的库。[官网](https://github.com/jonathanslenders/python-prompt-toolkit)
* [Pythonpy](http://hao.jobbole.com/pythonpy/)在命令行中直接执行任何Python指令。[官网](http://github.com/Russell91/pythonpy/wiki)
* [Pythonpy](http://hao.jobbole.com/pythonpy/)在命令行中直接执行任何Python指令。[官网](https://github.com/Russell91/pythonpy/wiki)
* 生产力工具
* aws-cliAmazon Web Services 的通用命令行界面。[官网](https://github.com/aws/aws-cli)
* bashplotlib在终端中进行基本绘图。[官网](https://github.com/glamp/bashplotlib)
@ -278,7 +278,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* pillowPillow 是一个更加易用版的 [PIL](http://www.pythonware.com/products/pil/)。[官网](http://pillow.readthedocs.org/en/latest/)
* hmap图像直方图映射。[官网](https://github.com/rossgoodwin/hmap)
* imgSeek一个使用视觉相似性搜索一组图片集合的项目。[官网](http://sourceforge.net/projects/imgseek/)
* imgSeek一个使用视觉相似性搜索一组图片集合的项目。[官网](https://sourceforge.net/projects/imgseek/)
* nude.py裸体检测。[官网](https://github.com/hhatto/nude.py)
* pyBarcode不借助 PIL 库在 Python 程序中生成条形码。[官网](https://pythonhosted.org/pyBarcode/)
* pygram类似 Instagram 的图像滤镜。[官网](https://github.com/ajkumar25/pygram)
@ -358,7 +358,7 @@ Python实现的数据库。
用来连接和操作数据库的库。
* ySQL[awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/)系列
* mysql-pythonPython 的 MySQL 数据库连接器。[官网](http://sourceforge.net/projects/mysql-python/)
* mysql-pythonPython 的 MySQL 数据库连接器。[官网](https://sourceforge.net/projects/mysql-python/)
* ysqlclient[mysql-python](https://github.com/PyMySQL/mysqlclient-python) 分支,支持 Python 3。
* oursql一个更好的 MySQL 连接器,支持原生预编译指令和 BLOBs.[官网](https://pythonhosted.org/oursql/)
* PyMySQL纯 Python MySQL 驱动,兼容 mysql-python。[官网](https://github.com/PyMySQL/PyMySQL)
@ -502,9 +502,9 @@ Python实现的数据库。
模板生成和词法解析的库和工具。
* Jinja2一个现代的对设计师友好的模板引擎。[官网](https://github.com/mitsuhiko/jinja2)
* Jinja2一个现代的对设计师友好的模板引擎。[官网](https://github.com/pallets/jinja)
* Chameleon一个 HTML/XML 模板引擎。 模仿了 ZPTZope Page Templates, 进行了速度上的优化。[官网](https://chameleon.readthedocs.org/en/latest/)
* GenshiPython 模板工具,用以生成 web 感知的结果。[官网](http://genshi.edgewall.org/)
* GenshiPython 模板工具,用以生成 web 感知的结果。[官网](https://genshi.edgewall.org/)
* MakoPython 平台的超高速轻量级模板。[官网](http://www.makotemplates.org/)
### Queue
@ -571,7 +571,7 @@ Python实现的数据库。
* inbox一个开源电子邮件工具箱。[官网](https://github.com/nylas/sync-engine)
* lamsonPython 风格的 SMTP 应用服务器。[官网](https://github.com/zedshaw/lamson)
* mailjetMailjet API 实现,用来提供批量发送邮件,统计等功能。[官网](https://github.com/WoLpH/mailjet)
* marrow.mailer高性能可扩展邮件分发框架。[官网](https://github.com/marrow/marrow.mailer)
* marrow.mailer高性能可扩展邮件分发框架。[官网](https://github.com/marrow/mailer)
* modoboa一个邮件托管和管理平台具有现代的、简约的 Web UI。[官网](https://github.com/tonioo/modoboa)
* pyzmail创建发送和解析电子邮件。[官网](http://www.magiksys.net/pyzmail/)
* TalonMailgun 库,用来抽取信息和签名。[官网](https://github.com/mailgun/talon)
@ -602,7 +602,7 @@ Python实现的数据库。
* cssutils一个 Python 的 CSS 库。[官网](https://pypi.python.org/pypi/cssutils/)
* html5lib一个兼容标准的 HTML 文档和片段解析及序列化库。[官网](https://github.com/html5lib/html5lib-python)
* lxml一个非常快速简单易用功能齐全的库用来处理 HTML 和 XML。[官网](http://lxml.de/)
* MarkupSafe为Python 实现 XML/HTML/XHTML 标记安全字符串。[官网](https://github.com/mitsuhiko/markupsafe)
* MarkupSafe为Python 实现 XML/HTML/XHTML 标记安全字符串。[官网](https://github.com/pallets/markupsafe)
* pyquery一个解析 HTML 的库,类似 jQuery。[官网](https://github.com/gawel/pyquery)
* untangle将XML文档转换为Python对象使其可以方便的访问。[官网](https://github.com/stchris/untangle)
* xhtml2pdfHTML/CSS 转 PDF 工具。[官网](https://github.com/xhtml2pdf/xhtml2pdf)
@ -792,7 +792,7 @@ Python实现的数据库。
* PyOgreOgre 3D 渲染引擎的 Python 绑定,可以用来开发游戏和仿真程序等任何 3D 应用。[官网](http://www.ogre3d.org/tikiwiki/PyOgre)
* PyOpenGLOpenGL 的 Python 绑定及其相关 APIs。[官网](http://pyopengl.sourceforge.net/)
* PySDL2SDL2 库的封装,基于 ctypes。[官网](http://pysdl2.readthedocs.org/en/latest/)
* RenPy一个视觉小说visual novel引擎。[官网](http://www.renpy.org/)
* RenPy一个视觉小说visual novel引擎。[官网](https://www.renpy.org/)
### 日志
@ -856,7 +856,7 @@ Python实现的数据库。
* pysonar2Python 类型推断和检索工具。[官网](https://github.com/yinwang0/pysonar2)
* Lint工具
* Flake8模块化源码检查工具: pep8, pyflakes 以及 co。[官网](https://pypi.python.org/pypi/flake8)
* Pylint一个完全可定制的源码分析器。[官网](http://www.pylint.org/)
* Pylint一个完全可定制的源码分析器。[官网](https://www.pylint.org/)
* pylamaPython 和 JavaScript 的代码审查工具。[官网](https://pylama.readthedocs.org/en/latest/)
### Debugging Tools
@ -895,7 +895,7 @@ Python实现的数据库。
* NumbaPython JIT (just in time) 编译器,针对科学用的 Python 由Cython 和 NumPy 的开发者开发。[官网](http://numba.pydata.org/)
* [NumPy](http://hao.jobbole.com/numpy/):使用 Python 进行科学计算的基础包。[官网](http://www.numpy.org/)
* Open Babel一个化学工具箱用来描述多种化学数据。[官网](http://openbabel.org/wiki/MainPage)
* Open Mining使用 Python 挖掘商业情报 (BI) (Pandas web 接口)。[官网](https://github.com/avelino/mining)
* Open Mining使用 Python 挖掘商业情报 (BI) (Pandas web 接口)。[官网](https://github.com/mining/mining)
* orange通过可视化编程或 Python 脚本进行数据挖掘,数据可视化,分析和机器学习。[官网](http://orange.biolab.si/)
* Pandas提供高性能易用的数据结构和数据分析工具。[官网](http://pandas.pydata.org/)
* PyDyPyDy 是 Python Dynamics 的缩写,用来为动力学运动建模工作流程提供帮助, 基于 NumPy, SciPy, IPython 和 matplotlib。[官网](http://www.pydy.org/)
@ -972,7 +972,7 @@ MapReduce 框架和库。
* apache-libcloud一个为各种云设计的 Python 库。[官网](https://libcloud.apache.org/)
* botoAmazon Web Services 的 Python 接口。[官网](https://github.com/boto/boto)
* django-wordpressWordPress models and views for Django.[官网](https://github.com/sunlightlabs/django-wordpress/)
* facebook-sdkFacebook 平台的 Python SDK.[官网](https://github.com/pythonforfacebook/facebook-sdk)
* facebook-sdkFacebook 平台的 Python SDK.[官网](https://github.com/mobolic/facebook-sdk)
* facepyFacepy 让和 Facebook's Graph API 的交互变得更容易。[官网](https://github.com/jgorset/facepy)
* gmailGmail 的 Python 接口。[官网](https://github.com/charlierguo/gmail)
* google-api-python-clientPython 用的 Google APIs 客户端库。[官网](https://github.com/google/google-api-python-client)
@ -1037,7 +1037,7 @@ MapReduce 框架和库。
* Python(x,y):面向科学应用的 Python 发行版,基于 Qt 和 Spyder。[官网](http://python-xy.github.io/)
* pythonlibs非官方的 Windows 平台 Python 扩展二进制包。[官网](http://www.lfd.uci.edu/~gohlke/pythonlibs/)
* PythonNetPython 与 .NET 公共语言运行库 (CLR)的集成。[官网](https://github.com/pythonnet/pythonnet)
* PyWin32针对 Windows 的Python 扩展。[官网](http://sourceforge.net/projects/pywin32/)
* PyWin32针对 Windows 的Python 扩展。[官网](https://sourceforge.net/projects/pywin32/)
* WinPythonWindows 7/8 系统下便携式开发环境。[官网](https://winpython.github.io/)
### 网络可视化和SDN
@ -1073,7 +1073,7 @@ MapReduce 框架和库。
不属于上面任何一个类别,但是非常有用的库。
* blinker一个快速的 Python 进程内信号/事件分发系统。[官网](https://github.com/jek/blinker)
* itsdangerous一系列辅助工具用来将可信的数据传入不可信的环境。[官网](https://github.com/mitsuhiko/itsdangerous)
* itsdangerous一系列辅助工具用来将可信的数据传入不可信的环境。[官网](https://github.com/pallets/itsdangerous)
* pluginbase一个简单但是非常灵活的 Python 插件系统。[官网](https://github.com/mitsuhiko/pluginbase)
* Pychievements一个用来创建和追踪成就的 Python 框架。[官网](https://github.com/PacketPerception/pychievements)
* Tryton一个通用商务框架。[官网](http://www.tryton.org/)