Python documentation here
Unfortunately there is little or no documentation on the command line properties of urllib but it does recognize everything that urllib can handle. So
python -m urllib http://website.com
will grab the specified url and print to std out
Note FTP works as well but you need to follow the pattern ftp://user:password@website.com
if authentication is required
Pingback: Python – batteries included - Refactored scope