Skip to content

Commit 8734eeb

Browse files
authored
Merge pull request jobbole#59 from kipyin/master
新增 poetry 包管理工具
2 parents 0a116eb + e0bbf52 commit 8734eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

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

0 commit comments

Comments
 (0)