TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python Project Makefile Starter

1 pointsby Olshansky11 months ago

1 comment

eternityforest11 months ago
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.