Google 網路論壇不再支援新的 Usenet 貼文或訂閱項目,但過往內容仍可供查看。

peep 2.2, with nice progress bars

瀏覽次數:2 次
跳到第一則未讀訊息

Erik Rose

未讀,
2015年2月2日 下午3:35:572015/2/2
收件者:dev-webdev
Hey, webdevvers! Peep 2.2 is out: https://pypi.python.org/pypi/peep/.

This release gets you nicer output:

* A "Downloading such-and-such..." indication while peep is downloading a package (no more mysterious apparent hangs)
* A progress bar or spinner if you have pip >= 6.0 installed
* Less redundant vertical spacing

May all your deploys be repeatable!

Erik

Daniel Maher

未讀,
2015年2月3日 清晨5:17:442015/2/3
收件者:Erik Rose、dev-webdev
Neat! One question: what does the progress bar or spinner do on a headless
install that's dumping output to a log?

---
dan.
> _______________________________________________
> dev-webdev mailing list
> dev-w...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-webdev
>

Erik Rose

未讀,
2015年2月3日 上午10:58:442015/2/3
收件者:Daniel Maher、dev-webdev
> Neat! One question: what does the progress bar or spinner do on a headless install that's dumping output to a log?

You get just these lines:

Downloading Django (11386K)...
Downloading moofo (1234K)...
Downloading boofo (94K)...

That way, you can (in theory—I haven't tried) see what's going on in a Travis console.

Cheers,
Erik
0 則新訊息