Re: List of "python -m" tools

2015-01-16 Thread Miki Tebeka
Thanks for all the answers! -- https://mail.python.org/mailman/listinfo/python-list

Re: List of "python -m" tools

2015-01-14 Thread alex23
On 14/01/2015 7:33 PM, Albert-Jan Roskam wrote: You say "Python 2.7.9 and 3.x comes with an easy way to install pip. Run python -m ensurepip and pypi is at your service." . But here https://docs.python.org/3/library/ensurepip.html it says that "This module does not access the internet. All of t

Re: List of "python -m" tools

2015-01-14 Thread Albert-Jan Roskam
- Original Message - > From: Irmen de Jong > To: python-list@python.org > Cc: > Sent: Wednesday, January 14, 2015 12:01 AM > Subject: Re: List of "python -m" tools > > On 12-1-2015 5:17, Miki Tebeka wrote: >> Greetings, >> >&

Re: List of "python -m" tools

2015-01-13 Thread Irmen de Jong
On 12-1-2015 5:17, Miki Tebeka wrote: > Greetings, > > I've compiled a list of "python -m" tools at > pythonwise.blogspot.com/2015/01/python-m.html. > > Did I miss something? What are your favorite "python -m" tools? > > Thanks, > -- > Miki > python -m calendar python -m test.pystone python

Re: List of "python -m" tools

2015-01-11 Thread Chris Angelico
On Mon, Jan 12, 2015 at 5:08 PM, Christian Heimes wrote: > My all time favorite is "python -me", https://pypi.python.org/pypi/e. > It's a small yet elegant tool for the command line. That's cool! ChrisA -- https://mail.python.org/mailman/listinfo/python-list

Re: List of "python -m" tools

2015-01-11 Thread Christian Heimes
On 12.01.2015 05:17, Miki Tebeka wrote: > Greetings, > > I've compiled a list of "python -m" tools at > pythonwise.blogspot.com/2015/01/python-m.html. > > Did I miss something? What are your favorite "python -m" tools? My all time favorite is "python -me", https://pypi.python.org/pypi/e. It's a

Re: List of "python -m" tools

2015-01-11 Thread Steven D'Aprano
On Sun, 11 Jan 2015 20:17:48 -0800, Miki Tebeka wrote: > Greetings, > > I've compiled a list of "python -m" tools at > pythonwise.blogspot.com/2015/01/python-m.html. > > Did I miss something? What are your favorite "python -m" tools? The three I use all the time are: - doctools - unittest - my