Merge pull request #67 from pynickle/master

add buildout and python algorithms
pull/69/head
tangyouhua 2019-05-29 11:25:36 +08:00 committed by GitHub
commit 2fc4e96f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* Vex可以在虚拟环境中执行命令。[官网](https://github.com/sashahart/vex)
* virtualenv创建独立 Python 环境的工具。[官网](https://pypi.python.org/pypi/virtualenv)
* virtualenvwrappervirtualenv 的一组扩展。[官网](https://pypi.python.org/pypi/virtualenvwrapper)
* buildout在隔离环境初始化后使用声明性配置管理。[官网](http://www.buildout.org/en/latest)
### 包管理
@ -1109,6 +1110,7 @@ Python 实现的算法和设计模式。
* [algorithms](http://hao.jobbole.com/algorithms/):一个 Python 算法模块。[官网](https://github.com/nryoung/algorithms)
* python-patternsPython 设计模式的集合。[官网](https://github.com/faif/python-patterns)
* sortedcontainers快速纯 Python 实现的 SortedListSortedDict 和 SortedSet 类型。[官网](http://www.grantjenks.com/docs/sortedcontainers/)
* Python使用Python实现的算法大全。[官网](https://github.com/TheAlgorithms/Python)
### 编辑器插件