TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Python Project Makefile Starter

1 点作者 Olshansky11 个月前

1 comment

eternityforest11 个月前
I love the self describing makefile help parser thing, and I use the same thing myself, but most of these commands are things that Poetry could do.<p>I have a hard time imagining starting a new project without Poetry, since it&#x27;s almost trivial to set up.<p>Pip freeze doesn&#x27;t let you just quickly pip install something to try it out without having it be included in the requirements. It doesn&#x27;t track dev dependencies, direct vs transient, or stuff that&#x27;s not actually a dependency but you just installed to try something.