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.

Show HN: Python Fire v0.2.0

4 pointsby dbieberalmost 6 years ago

1 comment

git-pullalmost 6 years ago
Used fire before and find it works quite well. Especially after dealing with click and having difficulties with it.<p>The neat thing about fire it maps a python file directly to a CLI. If you&#x27;re in a pinch and want to be able to test a script easily (without having to wire in tests), this tool can help.<p>The docstring parsing will be very helpful. Especially since fire works by reading through a file.<p>Also nice work on the NamedTuple support (<a href="https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;python-fire&#x2F;pull&#x2F;161" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;python-fire&#x2F;pull&#x2F;161</a>)<p>I never knew fire had support for completion. Nice!