
``faker.providers.internet``
----------------------------

::

	fake.ipv4()
	# u'255.86.54.184'

	fake.url()
	# u'http://www.windler.com/'

	fake.company_email()
	# u'shannon.goodwin@wolfkerluke.com'

	fake.uri()
	# u'http://www.hartmann.org/index/'

	fake.domain_word(*args, **kwargs)
	# u'ruecker'

	fake.image_url(width=None, height=None)
	# u'http://dummyimage.com/746x384'

	fake.tld()
	# u'net'

	fake.free_email()
	# u'xgerlach@gmail.com'

	fake.slug(*args, **kwargs)
	# u'quasi-dolorum-iusto'

	fake.free_email_domain()
	# u'yahoo.com'

	fake.domain_name()
	# u'rau.com'

	fake.uri_extension()
	# u'.php'

	fake.ipv6()
	# u'f313:61bb:3d4d:6454:4770:b460:99bc:6115'

	fake.safe_email()
	# u'alisa.mcclure@example.org'

	fake.user_name(*args, **kwargs)
	# u'justice85'

	fake.uri_path(deep=None)
	# u'tags/explore'

	fake.email()
	# u'wgoodwin@stanton.com'

	fake.uri_page()
	# u'post'

	fake.mac_address()
	# u'54:fe:bf:1b:e8:6d'
