TE
테크에코
홈24시간 인기최신베스트질문쇼채용
GitHubTwitter
홈

테크에코

Next.js로 구축된 기술 뉴스 플랫폼으로 글로벌 기술 뉴스와 토론을 제공합니다.

GitHubTwitter

홈

홈최신베스트질문쇼채용

리소스

HackerNews API원본 HackerNewsNext.js

© 2025 테크에코. 모든 권리 보유.

Show HN: Req Update Check

10 포인트작성자: hookedonwinter약 4시간 전
Hi HN! This is my first open source package. PyCharm used to have a nifty tool to show you requirements.txt packages that needed updates. You could click a button and open the github page, click a button to upgrade, all in the file. It was super convenient. Then it went away.<p>The package was written in a few languages that I have no experience with, but I figured I&#x27;d build something that worked for my use case, and maybe it can help you, too. After installing, you point it at your requirements.txt file, and it will spit out something like this:<p>----<p>File caching enabled The following packages need to be updated:<p>requests: 2.28.0 -&gt; 2.31.0 [minor]<p>- Pypi page: <a href="https:&#x2F;&#x2F;pypi.python.org&#x2F;project&#x2F;requests&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.python.org&#x2F;project&#x2F;requests&#x2F;</a><p>- Homepage: <a href="https:&#x2F;&#x2F;requests.readthedocs.io" rel="nofollow">https:&#x2F;&#x2F;requests.readthedocs.io</a><p>- Changelog: <a href="https:&#x2F;&#x2F;requests.readthedocs.io&#x2F;en&#x2F;latest&#x2F;community&#x2F;updates&#x2F;#release-history" rel="nofollow">https:&#x2F;&#x2F;requests.readthedocs.io&#x2F;en&#x2F;latest&#x2F;community&#x2F;updates&#x2F;...</a><p>redis: 4.5.0 -&gt; 5.0.1 [major]<p>- Pypi page: <a href="https:&#x2F;&#x2F;pypi.python.org&#x2F;project&#x2F;redis&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.python.org&#x2F;project&#x2F;redis&#x2F;</a><p>- Homepage: <a href="https:&#x2F;&#x2F;github.com&#x2F;redis&#x2F;redis-py">https:&#x2F;&#x2F;github.com&#x2F;redis&#x2F;redis-py</a><p>- Changelog: <a href="https:&#x2F;&#x2F;github.com&#x2F;redis&#x2F;redis-py&#x2F;blob&#x2F;master&#x2F;CHANGES">https:&#x2F;&#x2F;github.com&#x2F;redis&#x2F;redis-py&#x2F;blob&#x2F;master&#x2F;CHANGES</a><p>----<p>Unlike some pip tools that will show you every single package that&#x27;s outdated, this focuses only on the top level packages you have in your requirements file.<p>I&#x27;d love any feedback! Thanks for your time.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ontherivt&#x2F;req-update-check">https:&#x2F;&#x2F;github.com&#x2F;ontherivt&#x2F;req-update-check</a>

1 comment

esafak약 2시간 전
I would rename Req to &quot;python requirements.txt&quot; as the title is quite ambiguous. Also, you can still manage packages, no?<p><a href="https:&#x2F;&#x2F;www.jetbrains.com&#x2F;help&#x2F;pycharm&#x2F;installing-uninstalling-and-upgrading-packages.html" rel="nofollow">https:&#x2F;&#x2F;www.jetbrains.com&#x2F;help&#x2F;pycharm&#x2F;installing-uninstalli...</a>