Merge pull request #59 from kipyin/master

新增 poetry 包管理工具
pull/61/head
tangyouhua 2018-12-13 10:35:08 +08:00 committed by GitHub
commit 8734eeb5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* pipPython 包和依赖关系管理工具。[官网](https://pip.pypa.io/)
* pip-tools保证 Python 包依赖关系更新的一组工具。[官网](https://github.com/nvie/pip-tools)
* pipenvPyhton 官方推荐的新一代包管理工具。[官网](https://github.com/pypa/pipenv)
* poetry: 可完全取代 setup.py 的包管理工具。[官网](https://poetry.eustace.io)
* conda跨平台Python 二进制包管理工具。[官网](https://github.com/conda/conda/)
* Curdling管理 Python 包的命令行工具。[官网](http://clarete.li/curdling/)
* wheelPython 分发的新标准,意在取代 eggs。[官网](http://pythonwheels.com/)